diff options
author | Christoph Mende <angelos@gentoo.org> | 2012-05-27 12:45:05 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2012-05-27 12:45:05 +0200 |
commit | 1ab654e568d54f15037c302d80c6700378854793 (patch) | |
tree | ad24ddd62ccd7400df9441b63a400f29d3bb820c | |
parent | xfce4-settings: Sync with gentoo-x86 (diff) | |
download | xfce-1ab654e568d54f15037c302d80c6700378854793.tar.gz xfce-1ab654e568d54f15037c302d80c6700378854793.tar.bz2 xfce-1ab654e568d54f15037c302d80c6700378854793.zip |
xfconf: 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/xfconf/Manifest | 8 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-9999.ebuild | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/xfce-base/xfconf/Manifest b/xfce-base/xfconf/Manifest index be08e34..380310c 100644 --- a/xfce-base/xfconf/Manifest +++ b/xfce-base/xfconf/Manifest @@ -1,12 +1,12 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 -EBUILD xfconf-9999.ebuild 1307 RMD160 4997aba12a7d6b1cecf46c540d72e1d6460a6c96 SHA1 2a9705b6875a71e8d9dc244a17d783ad26fe4855 SHA256 6a3d2fc5b0cb14ee72e6fd8a4d1009b6dd5fa986e5dd2a1f9b404893fbb452b2 +EBUILD xfconf-9999.ebuild 1284 RMD160 cdaa907665891e43c02ab93f35e492bcdf022a66 SHA1 59f71f68b7a8194c6c6c0321efa14dfd0eb02a37 SHA256 f46781e662c88c92bffb13d062deb0a61559f314e8a4bc58f47332ca34b82fc1 MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) -iF4EAREIAAYFAk95xTQACgkQmWq1bYTyC0MByQD+MoPBBcLZg7FxUA3wCcexJ82M -1uRnLMA7YpE2nRbgI9EA/0rI9hyUqsKRe9uvyJEv2VoBPDC6q56ZH/+6Z0UjwuuQ -=zJfB +iF4EAREIAAYFAk/CBbAACgkQmWq1bYTyC0PSWwD9EdkvliqeBdMpRnv5jTTqnr2V +3IVKXSyqbzQaGU/b36UBALvbItIb1RhkFeVrJiOk1G4VRnjpc9I7LYcGzfVEW5Pu +=DXny -----END PGP SIGNATURE----- diff --git a/xfce-base/xfconf/xfconf-9999.ebuild b/xfce-base/xfconf/xfconf-9999.ebuild index 81f39af..1b92c51 100644 --- a/xfce-base/xfconf/xfconf-9999.ebuild +++ b/xfce-base/xfconf/xfconf-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/xfconf/xfconf-4.9.0.ebuild,v 1.1 2012/03/30 20:19:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/xfconf-4.9.1.ebuild,v 1.2 2012/05/05 06:55:44 mgorny Exp $ EAPI=4 inherit xfconf @@ -14,12 +14,12 @@ KEYWORDS="" IUSE="debug perl" RDEPEND=">=dev-libs/dbus-glib-0.98 - >=dev-libs/glib-2.18 + >=dev-libs/glib-2.24 >=xfce-base/libxfce4util-4.9 perl? ( dev-perl/glib-perl )" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig sys-devel/gettext perl? ( dev-perl/extutils-depends @@ -28,7 +28,6 @@ DEPEND="${RDEPEND} pkg_setup() { XFCONF=( - --disable-static $(use_enable perl perl-bindings) $(xfconf_use_debug) $(use_enable debug checks) |