summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-05-23 18:33:31 +0200
committerChristoph Mende <angelos@gentoo.org>2011-05-23 18:33:31 +0200
commit394485d07aaee43f8ed5c949bd304dab55f5898c (patch)
tree61c4629d93a90e8b2f37b5f40f8845e2a3ba07df /xfce-base/libxfce4util
parentlibxfce4ui: Sync with gentoo-x86 (diff)
downloadxfce-394485d07aaee43f8ed5c949bd304dab55f5898c.tar.gz
xfce-394485d07aaee43f8ed5c949bd304dab55f5898c.tar.bz2
xfce-394485d07aaee43f8ed5c949bd304dab55f5898c.zip
libxfce4util: Sync with gentoo-x86
(Portage version: 2.2.0_alpha34/git/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r--xfce-base/libxfce4util/Manifest8
-rw-r--r--xfce-base/libxfce4util/libxfce4util-9999.ebuild8
2 files changed, 8 insertions, 8 deletions
diff --git a/xfce-base/libxfce4util/Manifest b/xfce-base/libxfce4util/Manifest
index 21520bb..cc5b9e4 100644
--- a/xfce-base/libxfce4util/Manifest
+++ b/xfce-base/libxfce4util/Manifest
@@ -1,12 +1,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-EBUILD libxfce4util-9999.ebuild 877 RMD160 d78a037d71c464cb7aa11bdeb0e7ce2e80a3330d SHA1 74d0f567f2d306444ffc00cd8b5ca5e424cf2e27 SHA256 203b76b46281590c0c08b279f7810f925f7f3ddf132544f3c6ccea43d8bd1431
+EBUILD libxfce4util-9999.ebuild 919 RMD160 776ff392344d80d515b4f3da4fe37e3d52bce3fe SHA1 68deccdd79bf91bcf4a38facdfd851cefa29ba38 SHA256 495c3cd2ed953f338b3b2f17fa18cd8336239dfb3b3492e30fe4149c432f5f2e
MISC metadata.xml 157 RMD160 d7470fe88d1b96f3a7f1ef26fb7dc646b4a1b907 SHA1 7eae91f2588bdae8667d37a98fb3090d539eeca1 SHA256 44350daa7594842894d676413708d8ea77ccb0017bed24711af5b256281f5e61
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk2fFEsACgkQmWq1bYTyC0OHjgD/baWeUp6FNauyBSFymAG6UAZ1
-kw0H30MrBewFVaLeVxAA+wc6OGIQVG6KyMKRjRQ87CTzG+vfxHhFQ4k0ZjnoIlIk
-=anUI
+iF4EAREIAAYFAk3ajFsACgkQmWq1bYTyC0MjZAD/dgJRtCiwc1mxT+pqKDVwxvbh
+BhQNO15UBJzOdC5FknsBAMlepc5MyCdzuDujl4iMOAeCmU6srNvxQ0zrUQW30k2I
+=jHz+
-----END PGP SIGNATURE-----
diff --git a/xfce-base/libxfce4util/libxfce4util-9999.ebuild b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
index 85b1dd1..2ae9227 100644
--- a/xfce-base/libxfce4util/libxfce4util-9999.ebuild
+++ b/xfce-base/libxfce4util/libxfce4util-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.5 2011/02/14 19:09:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.8.1.ebuild,v 1.7 2011/05/20 17:44:35 grobian Exp $
-EAPI=3
+EAPI=4
inherit xfconf-live
DESCRIPTION="Xfce's basic utilities library"
@@ -21,11 +21,11 @@ DEPEND="${RDEPEND}
pkg_setup() {
XFCONF=(
- --disable-dependency-tracking
--disable-static
$(xfconf_use_debug)
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
+ [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) # 366857
- DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
+ DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO )
}