diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:19:09 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-09 18:19:09 +0000 |
commit | 2893c04fbd7b23b4a84c18406c283fd7e429588f (patch) | |
tree | d976120ac2cb2db8a2b3195be20740332e7dc16e /xfce-extra | |
parent | Update HOMEPAGE to point to a Gentoo-hosted version. (diff) | |
download | historical-2893c04fbd7b23b4a84c18406c283fd7e429588f.tar.gz historical-2893c04fbd7b23b4a84c18406c283fd7e429588f.tar.bz2 historical-2893c04fbd7b23b4a84c18406c283fd7e429588f.zip |
old
Package-Manager: portage-2.2.0_alpha29/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra')
4 files changed, 11 insertions, 135 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild deleted file mode 100644 index d0101f721604..000000000000 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.11 2011/01/29 20:26:27 ssuominen Exp $ - -EAPI=3 -EAUTORECONF=yes -inherit xfconf - -DESCRIPTION="acpi, lm_sensors and hddtemp panel plugin" -HOMEPAGE="http://www.xfce.org/" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/1.0/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="acpi debug hddtemp libnotify lm_sensors" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=xfce-base/libxfce4util-4.4 - >=xfce-base/libxfcegui4-4.4 - >=xfce-base/xfce4-panel-4.4 - libnotify? ( <x11-libs/libnotify-0.7 ) - lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 ) - hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - XFCONF=( - --disable-dependency-tracking - --disable-static - $(use_enable hddtemp) - $(use_enable hddtemp netcat) - $(use_enable lm_sensors libsensors) - $(use_enable acpi procacpi) - $(use_enable acpi sysfsacpi) - $(use_enable libnotify notification) - $(xfconf_use_debug) - ) - - if ! use hddtemp && ! use lm_sensors && ! use acpi; then - XFCONF+=( - --enable-procacpi - --enable-sysfsacpi - ) - fi - - DOCS="AUTHORS ChangeLog NEWS NOTES README TODO" - - PATCHES=( - "${FILESDIR}"/${P}-missing_includedir.patch - "${FILESDIR}"/${P}-without_libnotify.patch - ) -} - -src_prepare() { - sed -i -e '/-no-undefined/d' src/Makefile.am || die - sed -i -e 's/-Werror//' configure.in || die - sed -i -e '/^XDT_I18N/s/nl//' configure.in || die - xfconf_src_prepare -} diff --git a/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.5.5-libs_for_xfce_create_header.patch b/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.5.5-libs_for_xfce_create_header.patch deleted file mode 100644 index d7e5b27f930d..000000000000 --- a/xfce-extra/xfce4-wavelan-plugin/files/xfce4-wavelan-plugin-0.5.5-libs_for_xfce_create_header.patch +++ /dev/null @@ -1,39 +0,0 @@ -http://bugzilla.xfce.org/show_bug.cgi?id=6615 - -Because xfce4-panel is using libxfce4ui instead of libxfcegui4 the flags won't get inherited anymore. - -xfce4_wavelan_plugin-wavelan.o: In function `wavelan_configure': -wavelan.c:(.text+0xed9): undefined reference to `xfce_create_header' - ---- configure.in -+++ configure.in -@@ -49,6 +49,7 @@ - - dnl configure the panel plugin - XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.20]) -+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.20]) - XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20]) - XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0]) - ---- panel-plugin/Makefile.am -+++ panel-plugin/Makefile.am -@@ -11,7 +11,8 @@ - # libwavelan.la - - xfce4_wavelan_plugin_LDFLAGS = \ -- @LIBXFCE4PANEL_LIBS@ -+ @LIBXFCE4PANEL_LIBS@ \ -+ @LIBXFCEGUI4_LIBS@ - - xfce4_wavelan_plugin_SOURCES = \ - wavelan.c \ -@@ -21,7 +22,8 @@ - wi_linux.c - - xfce4_wavelan_plugin_CFLAGS = \ -- @LIBXFCE4PANEL_CFLAGS@ -+ @LIBXFCE4PANEL_CFLAGS@ \ -+ @LIBXFCEGUI4_CFLAGS@ - - # .desktop file - # diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild deleted file mode 100644 index 8eb915812af5..000000000000 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.5.ebuild,v 1.8 2011/01/29 20:59:04 ssuominen Exp $ - -EAPI=3 -EAUTORECONF=yes -inherit xfconf - -DESCRIPTION="Wireless monitor panel plugin" -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm hppa ppc ppc64 x86" -IUSE="debug" - -RDEPEND=">=xfce-base/xfce4-panel-4.3.20 - >=xfce-base/libxfcegui4-4.3.20 - >=xfce-base/libxfce4util-4.3.20 - >=x11-libs/gtk+-2.6:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-util/intltool" - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS README THANKS" - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - PATCHES=( "${FILESDIR}"/${P}-libs_for_xfce_create_header.patch ) -} diff --git a/xfce-extra/xfce4-xfapplet-plugin/Manifest b/xfce-extra/xfce4-xfapplet-plugin/Manifest index 94c1dac8d1a5..2fd891258033 100644 --- a/xfce-extra/xfce4-xfapplet-plugin/Manifest +++ b/xfce-extra/xfce4-xfapplet-plugin/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + DIST xfce4-xfapplet-plugin-0.1.0.tar.bz2 285993 RMD160 032960ee86c4aec510bc22268ec361995700d037 SHA1 a73c8db9e9811a7e529a5f48c0e6cc6995a43934 SHA256 6b42c0fb0c07089c04ded5eb255ab697af7e4d3c4f068957abef3562ce1b8920 -EBUILD xfce4-xfapplet-plugin-0.1.0.ebuild 934 RMD160 290ad8617ad8da47df6908acaa4cd2793d6ae08e SHA1 42c844283e369bae0b002e8e9d4f03bd6115a492 SHA256 7eac46acad7d290b13bc81b245427132465fe06b30fbf12638bfdecac7d8f27b +EBUILD xfce4-xfapplet-plugin-0.1.0.ebuild 900 RMD160 939c5c2190191c928afa03adbbb1a586a617de87 SHA1 4ba0401c5c07cee105a57c4b7f2c9bbd07b6c423 SHA256 cd9669941ababe167857cab0d2748b519ef2062892d6fd1de0539314c54d65a2 MISC ChangeLog 951 RMD160 95d19e6ed020be1481828006f9b0c8ee176535c1 SHA1 5ec14a9e10c1843c60b9789b469ca639379e619f SHA256 9b94b696e94b4381a91409d579b150705c3bce56f57d5a7de0082771596ee6d4 MISC metadata.xml 159 RMD160 43722935bd7b4db7fe8db681054f2e53c4a5f7ce SHA1 15958ad72e234ba572c9534533c21532eb6bc0fd SHA256 900ea49b6703fce452e205b85226bf1f994725963e5840da501182e7487d0e63 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.17 (GNU/Linux) + +iF4EAREIAAYFAk2go84ACgkQXkR9YqOcLPElEgD7B5ySgJp+3v6vN6jq9q3RMgjI +5Eg6ly2ut7zZa+WWzAEA/3GEF/reBPzYgM41cK/N8s0cI/F/EIbHh50ulJEpl555 +=xgfW +-----END PGP SIGNATURE----- |