diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-05-27 12:45:10 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-05-27 12:45:10 +0200 |
commit | ed38f8e0626b74e45198d16527ca6a74aab6e013 (patch) | |
tree | 08e74decac7f42a006cb5571f1f68bfa96662118 | |
parent | xfconf: Sync with gentoo-x86 (diff) | |
download | xfce-ed38f8e0626b74e45198d16527ca6a74aab6e013.tar.gz xfce-ed38f8e0626b74e45198d16527ca6a74aab6e013.tar.bz2 xfce-ed38f8e0626b74e45198d16527ca6a74aab6e013.zip |
xfdesktop: Sync with gentoo-x86
(Portage version: 2.2.0_alpha108/git/Linux x86_64, signed Manifest commit with key 84F20B43)
-rw-r--r-- | xfce-base/xfdesktop/Manifest | 8 | ||||
-rw-r--r-- | xfce-base/xfdesktop/xfdesktop-9999.ebuild | 16 |
2 files changed, 12 insertions, 12 deletions
diff --git a/xfce-base/xfdesktop/Manifest b/xfce-base/xfdesktop/Manifest index c1a3741..9d949b5 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 1110 RMD160 4c44bf1b3e79b7de6fed9ca02b8a8c5a4d50ca63 SHA1 14716f4e67bd841bde5e84404092fc8acff48388 SHA256 fd463044c822db7914e66d0fb39e5a37c917ea512f35efbfeddde66c3c803a44 +EBUILD xfdesktop-9999.ebuild 1114 RMD160 3fb7dffe6c1fa1b1037966406a9426521802ea39 SHA1 14aaca1bc7b6f7e53f98c5bbc39e5981ebb1c793 SHA256 387ceb077dc6696ad580ae39ca2ef63234c99a85ec72648540dbbd5f367f6e5a MISC metadata.xml 276 RMD160 13b24c1b04cf3019681e2b6a455c4fd196ac7ac2 SHA1 b58ca6fb049d21778094471208bc75b4f9fbe704 SHA256 02ac0bb7333dd11cef3a53b2d3c3cc744406509d104d37bd8bd31641646d8ae4 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) -iF4EAREIAAYFAk95xTkACgkQmWq1bYTyC0OaCQEAlwB9V+sxKh+CjgkHt+eiWO27 -qR1KY8iBxWlgFkP+zcABAKIyCH1Bkvp1dgRv2Cl23mOTcMRWrLiNxzaPgd/IgSXE -=2FUP +iF4EAREIAAYFAk/CBbUACgkQmWq1bYTyC0O7mwD9Et85YTfSu4tnuis0PwJPe7OS +wt54QnpK2qz2lhAK23IA/03tTibKcjIETwGNFp4Ei2ZJX+oXUuR1Bg1JlBH5KxZS +=ilDC -----END PGP SIGNATURE----- diff --git a/xfce-base/xfdesktop/xfdesktop-9999.ebuild b/xfce-base/xfdesktop/xfdesktop-9999.ebuild index d91a5ed..82c884f 100644 --- a/xfce-base/xfdesktop/xfdesktop-9999.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-9999.ebuild @@ -1,6 +1,6 @@ # 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.9.2.ebuild,v 1.1 2012/04/01 09:34:15 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfdesktop/xfdesktop-4.9.3.ebuild,v 1.2 2012/05/05 07:01:20 mgorny Exp $ EAPI=4 inherit xfconf @@ -16,13 +16,13 @@ IUSE="debug libnotify thunar" RDEPEND=">=dev-libs/glib-2.20 >=x11-libs/gtk+-2.24:2 x11-libs/libSM - >=x11-libs/libwnck-2.20:1 + >=x11-libs/libwnck-2.30:1 x11-libs/libX11 - >=xfce-base/exo-0.7 - >=xfce-base/garcon-0.1.11 - >=xfce-base/libxfce4ui-4.9 - >=xfce-base/libxfce4util-4.9 - >=xfce-base/xfconf-4.9 + >=xfce-base/exo-0.7.3 + >=xfce-base/garcon-0.1.12 + >=xfce-base/libxfce4ui-4.9.2 + >=xfce-base/libxfce4util-4.9.1 + >=xfce-base/xfconf-4.9.1 libnotify? ( >=x11-libs/libnotify-0.7 ) thunar? ( >=xfce-base/thunar-1.3[dbus] @@ -30,7 +30,7 @@ RDEPEND=">=dev-libs/glib-2.20 )" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig sys-devel/gettext" pkg_setup() { |