From 0b538edd8ce8ec520466b7125da20154c69072d1 Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Fri, 23 Mar 2012 22:39:57 +0100 Subject: xfdesktop: Sync with gentoo-x86 (Portage version: 2.2.0_alpha94/git/Linux x86_64, signed Manifest commit with key 84F20B43) --- xfce-base/xfdesktop/Manifest | 8 ++++---- xfce-base/xfdesktop/xfdesktop-9999.ebuild | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) (limited to 'xfce-base/xfdesktop') diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest index 34ea228..543d7bf 100644 --- a/xfce-base/xfdesktop/Manifest +++ b/xfce-base/xfdesktop/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD xfdesktop-9999.ebuild 1172 RMD160 76316f73979d0bcb57dce8e1a5b7f04661d187f8 SHA1 fe1cfd93b265cd4dee6aab4f83134567936057a8 SHA256 2e7ba7551e06a70c3edd8707faa18b1dfc34978f194a9f379a6c249514e809d7 +EBUILD xfdesktop-9999.ebuild 1119 RMD160 1a62810930b04aad08e56d38514ee982e4b2ce28 SHA1 370eb5db81115c5dcb949c5ab581babbd971b36d SHA256 3cbdc6614bc36272d59a2b3e04cb99e2b0dc625ec495f7d6f74f6867e02c7b5f MISC metadata.xml 276 RMD160 13b24c1b04cf3019681e2b6a455c4fd196ac7ac2 SHA1 b58ca6fb049d21778094471208bc75b4f9fbe704 SHA256 02ac0bb7333dd11cef3a53b2d3c3cc744406509d104d37bd8bd31641646d8ae4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (GNU/Linux) -iF4EAREIAAYFAk7uRDAACgkQmWq1bYTyC0PS9AEAxN/b+6iEEU4cXNO7TqeZYqwL -mXE8dAbmkfUBB63Ysw4BAMTdb4uhy2s0aWbalY3waq9GLx4neV2hhZyFBN/DuFQv -=KMwp +iF4EAREIAAYFAk9s7awACgkQmWq1bYTyC0OlgAEAmKNNEP8TZN5dhM9suJXnGXNY +qxkhepciI+GuefLi7OoA/2nXdi57xibnNC0fFE4N7pfys/T8KdpqG6xkGkJk2Udg +=2pu/ -----END PGP SIGNATURE----- diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild index ae5a9a7..55d3635 100644 --- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.8.3.ebuild,v 1.3 2011/10/29 19:34:53 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.0.ebuild,v 1.2 2012/03/23 21:31:02 angelos Exp $ EAPI=4 inherit xfconf @@ -13,19 +13,21 @@ SLOT="0" KEYWORDS="" IUSE="debug libnotify thunar" -RDEPEND="x11-libs/libX11 +RDEPEND=">=dev-libs/glib-2.20:2 + >=x11-libs/gtk+-2.24:2 x11-libs/libSM - >=x11-libs/libwnck-2.22:1 - >=dev-libs/glib-2.18:2 - >=x11-libs/gtk+-2.14:2 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfce4ui-4.8 + >=x11-libs/libwnck-2.20:1 + x11-libs/libX11 + >=xfce-base/exo-0.6 >=xfce-base/garcon-0.1.5 + >=xfce-base/libxfce4ui-4.9 + >=xfce-base/libxfce4util-4.8 >=xfce-base/xfconf-4.8 - libnotify? ( >=x11-libs/libnotify-0.4 ) - thunar? ( >=xfce-base/exo-0.6 + libnotify? ( >=x11-libs/libnotify-0.7 ) + thunar? ( >=xfce-base/thunar-1.2[dbus] - >=dev-libs/dbus-glib-0.88 )" #388407 + >=dev-libs/dbus-glib-0.90 + )" DEPEND="${RDEPEND} dev-util/intltool dev-util/pkgconfig @@ -34,10 +36,8 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( --docdir="${EPREFIX}"/usr/share/doc/${PF} - --disable-static $(use_enable thunar file-icons) $(use_enable thunar thunarx) - $(use_enable thunar exo) $(use_enable libnotify notifications) $(xfconf_use_debug) ) -- cgit v1.2.3-65-gdbad