summaryrefslogtreecommitdiff
path: root/xfce-extra
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-places-plugin/Manifest1
-rw-r--r--xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.7.0-undefined-symbol.patch54
-rw-r--r--xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild41
-rw-r--r--xfce-extra/xfce4-power-manager/Manifest1
-rw-r--r--xfce-extra/xfce4-power-manager/files/xfce4-power-manager-1.3.0-restore_brightness_level_after_sleep.patch70
-rw-r--r--xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.4.ebuild57
6 files changed, 0 insertions, 224 deletions
diff --git a/xfce-extra/xfce4-places-plugin/Manifest b/xfce-extra/xfce4-places-plugin/Manifest
deleted file mode 100644
index 5227aa8f..00000000
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-places-plugin-1.7.0.tar.bz2 371395 SHA256 4175c614749abbb5bcf6f49c88125fb0dd36db69f4c374df23563907b16e2c3f SHA512 ae324a29584d7dc6beb4840bec7e4c5802e94c25512f449ab959c588c91f4030d895fe185dad87ab9442611e9fe01f8ccec82e8cb5153cf192d1124156be6bd3 WHIRLPOOL 8b3a16ad17cbda883c3f798288706e3f9a3caf03d8c74c74fc52fb3453c484a3679740b01d38b70c3b8bdbdfdc2c1274cd2e36913cba1e4091fb1c9e5f1231be
diff --git a/xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.7.0-undefined-symbol.patch b/xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.7.0-undefined-symbol.patch
deleted file mode 100644
index 85c29368..00000000
--- a/xfce-extra/xfce4-places-plugin/files/xfce4-places-plugin-1.7.0-undefined-symbol.patch
+++ /dev/null
@@ -1,54 +0,0 @@
-diff -Nur a/panel-plugin/model.h b/panel-plugin/model.h
---- a/panel-plugin/model.h 2013-12-28 11:30:18.000000000 +0000
-+++ b/panel-plugin/model.h 2016-12-30 17:54:49.638223315 +0000
-@@ -36,13 +36,13 @@
- void (*finalize) (PlacesBookmarkAction *self);
- };
-
--inline PlacesBookmarkAction*
-+extern inline PlacesBookmarkAction*
- places_bookmark_action_create(gchar *label);
-
--inline void
-+extern inline void
- places_bookmark_action_destroy(PlacesBookmarkAction*);
-
--inline void
-+extern inline void
- places_bookmark_action_call(PlacesBookmarkAction*);
-
- /* Places Bookmark */
-@@ -70,10 +70,10 @@
- void (*finalize) (PlacesBookmark *self);
- };
-
--inline PlacesBookmark*
-+extern inline PlacesBookmark*
- places_bookmark_create(gchar *label);
-
--inline void
-+extern inline void
- places_bookmark_destroy(PlacesBookmark *bookmark);
-
- /* Places Bookmark Group */
-@@ -86,16 +86,16 @@
- gpointer priv;
- };
-
--inline GList*
-+extern inline GList*
- places_bookmark_group_get_bookmarks(PlacesBookmarkGroup*);
-
--inline gboolean
-+extern inline gboolean
- places_bookmark_group_changed(PlacesBookmarkGroup*);
-
--inline PlacesBookmarkGroup*
-+extern inline PlacesBookmarkGroup*
- places_bookmark_group_create();
-
--inline void
-+extern inline void
- places_bookmark_group_destroy(PlacesBookmarkGroup*);
-
- #endif
diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild
deleted file mode 100644
index cbde23d0..00000000
--- a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.7.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="A panel plug-in to provide quick access to files, folders and removable media"
-HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin"
-SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
-IUSE="debug libnotify"
-
-RDEPEND=">=dev-libs/glib-2.28:=
- >=x11-libs/gtk+-2.20:2=
- x11-libs/libX11:=
- >=xfce-base/exo-0.6:=
- >=xfce-base/libxfce4ui-4.8:=
- >=xfce-base/libxfce4util-4.8:=
- >=xfce-base/xfce4-panel-4.8:=
- >=xfce-base/xfconf-4.8:=
- libnotify? ( >=x11-libs/libnotify-0.7:= )"
-DEPEND="${RDEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- $(use_enable libnotify notifications)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
-src_prepare() {
- epatch ${FILESDIR}/${P}-undefined-symbol.patch
-}
diff --git a/xfce-extra/xfce4-power-manager/Manifest b/xfce-extra/xfce4-power-manager/Manifest
deleted file mode 100644
index abe90630..00000000
--- a/xfce-extra/xfce4-power-manager/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xfce4-power-manager-1.4.4.tar.bz2 1144421 SHA256 c50ec8aa7e7848c57c0f856dceb8132eb5f37585f0ac1627459ab8c882c73b07 SHA512 40eb886e9316bedf02d2a6ff94f9045bd4094070a09b77e0005a1a7e5d281db7ab2ea96d6846efadeb3bb852bd301af03a0fd5b99d611fe43a763154c77390dc WHIRLPOOL 7e60e40e6bdadbd0d2ce421c308266244485b503e7a42aafd71a3d794ac2150dd4a7dd7cbeac0829d95e3be5ba43bf3b5cabeaa1ebe50a2d4082d46c1edd4977
diff --git a/xfce-extra/xfce4-power-manager/files/xfce4-power-manager-1.3.0-restore_brightness_level_after_sleep.patch b/xfce-extra/xfce4-power-manager/files/xfce4-power-manager-1.3.0-restore_brightness_level_after_sleep.patch
deleted file mode 100644
index 7687ae4e..00000000
--- a/xfce-extra/xfce4-power-manager/files/xfce4-power-manager-1.3.0-restore_brightness_level_after_sleep.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-http://bugzilla.xfce.org/show_bug.cgi?id=10535
-
-From 4c14d83794b94ac18519806314464599d5e905f6 Mon Sep 17 00:00:00 2001
-From: Eric Koegel <eric.koegel@gmail.com>
-Date: Sat, 31 May 2014 20:09:56 +0300
-Subject: Restore screen power after sleep
-
-With this patch xfpm will cache the brightness level before going
-to sleep and set it back to that level after resuming from sleep.
-
-diff --git a/common/xfpm-brightness.c b/common/xfpm-brightness.c
-index e18c617..e49338e 100644
---- a/common/xfpm-brightness.c
-+++ b/common/xfpm-brightness.c
-@@ -382,7 +382,7 @@ xfpm_brightness_helper_get_level (XfpmBrightness *brg, gint32 *level)
- }
-
- static gboolean
--xfpm_brightness_helper_set_level (XfpmBrightness *brg, gint level)
-+xfpm_brightness_helper_set_level (XfpmBrightness *brg, gint32 level)
- {
- gboolean ret;
- GError *error = NULL;
-diff --git a/src/xfpm-power.c b/src/xfpm-power.c
-index 9d98fab..b42210b 100644
---- a/src/xfpm-power.c
-+++ b/src/xfpm-power.c
-@@ -60,6 +60,7 @@
- #include "egg-idletime.h"
- #include "xfpm-systemd.h"
- #include "xfpm-suspend.h"
-+#include "xfpm-brightness.h"
-
-
- static void xfpm_power_finalize (GObject *object);
-@@ -312,6 +313,8 @@ xfpm_power_sleep (XfpmPower *power, const gchar *sleep_time, gboolean force)
- #ifdef WITH_NETWORK_MANAGER
- gboolean network_manager_sleep;
- #endif
-+ XfpmBrightness *brightness;
-+ gint32 brightness_level;
-
- if ( power->priv->inhibited && force == FALSE)
- {
-@@ -344,6 +347,10 @@ xfpm_power_sleep (XfpmPower *power, const gchar *sleep_time, gboolean force)
- #endif
-
- g_signal_emit (G_OBJECT (power), signals [SLEEPING], 0);
-+ /* Get the current brightness level so we can use it after we suspend */
-+ brightness = xfpm_brightness_new();
-+ xfpm_brightness_setup (brightness);
-+ xfpm_brightness_get_level (brightness, &brightness_level);
-
- #ifdef WITH_NETWORK_MANAGER
- g_object_get (G_OBJECT (power->priv->conf),
-@@ -429,6 +436,11 @@ xfpm_power_sleep (XfpmPower *power, const gchar *sleep_time, gboolean force)
- }
-
- g_signal_emit (G_OBJECT (power), signals [WAKING_UP], 0);
-+ /* Check/update any changes while we slept */
-+ xfpm_power_get_properties (power);
-+ /* Restore the brightness level from before we suspended */
-+ xfpm_brightness_set_level (brightness, brightness_level);
-+
- #ifdef WITH_NETWORK_MANAGER
- if ( network_manager_sleep )
- {
---
-cgit v0.10.1
-
diff --git a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.4.ebuild b/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.4.ebuild
deleted file mode 100644
index af07cbdc..00000000
--- a/xfce-extra/xfce4-power-manager/xfce4-power-manager-1.4.4.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit linux-info xfconf
-
-DESCRIPTION="Power manager for the Xfce desktop environment"
-HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-power-manager"
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
-IUSE="debug kernel_linux lxpanel networkmanager policykit systemd +xfce_plugins_power"
-
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.100.2:=
- >=dev-libs/glib-2.30:=
- >=sys-apps/dbus-1.6.18:=
- || ( >=sys-power/upower-0.9.23 >=sys-power/upower-pm-utils-0.9.23-r2 )
- >=x11-libs/gtk+-2.24:2=
- >=x11-libs/libnotify-0.7
- x11-libs/libX11:=
- >=x11-libs/libXrandr-1.2:=
- x11-libs/libXext:=
- >=xfce-base/xfconf-4.10:=
- >=xfce-base/libxfce4ui-4.10:=
- >=xfce-base/libxfce4util-4.10:=
- lxpanel? ( lxde-base/lxpanel:= )
- policykit? ( >=sys-auth/polkit-0.112 )
- xfce_plugins_power? ( >=xfce-base/xfce4-panel-4.10:= )"
-# USE="systemd" is for ensuring hibernate/suspend works by enforcing correct runtime -only dependencies
-RDEPEND="${COMMON_DEPEND}
- networkmanager? ( net-misc/networkmanager )
- !systemd? ( || ( sys-power/pm-utils sys-power/upower-pm-utils ) )"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig
- x11-proto/xproto"
-
-pkg_setup() {
- if use kernel_linux; then
- CONFIG_CHECK="~TIMER_STATS"
- linux-info_pkg_setup
- fi
-
- XFCONF=(
- $(use_enable policykit polkit)
- $(use_enable networkmanager network-manager)
- $(use_enable xfce_plugins_power xfce4panel)
- $(use_enable lxpanel lxdepanel)
- $(xfconf_use_debug)
- )
-
- DOCS=( AUTHORS NEWS README TODO )
-}