summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-12-28 12:47:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-12-28 12:47:10 +0000
commit11b3a59fdf2ae0a59894fe9019060946381260dc (patch)
tree2de3072499b0e3ee8e99b396815b6a1bacf86697 /xfce-base/thunar
parentAdd ruby19. Require bundler to handle loading the proper rack version. (diff)
downloadgentoo-2-11b3a59fdf2ae0a59894fe9019060946381260dc.tar.gz
gentoo-2-11b3a59fdf2ae0a59894fe9019060946381260dc.tar.bz2
gentoo-2-11b3a59fdf2ae0a59894fe9019060946381260dc.zip
Convert to REQUIRED_USE for xfce_plugins_trash and dbus.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r--xfce-base/thunar/ChangeLog5
-rw-r--r--xfce-base/thunar/thunar-1.2.3.ebuild12
2 files changed, 8 insertions, 9 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index 7d21ae3ed073..2c518917225d 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for xfce-base/thunar
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.130 2011/11/29 00:18:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.131 2011/12/28 12:47:10 ssuominen Exp $
+
+ 28 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.3.ebuild:
+ Convert to REQUIRED_USE for xfce_plugins_trash and dbus.
29 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -thunar-1.2.2.ebuild,
-thunar-1.2.2-r1.ebuild, -files/thunar-1.2.2-locale.patch:
diff --git a/xfce-base/thunar/thunar-1.2.3.ebuild b/xfce-base/thunar/thunar-1.2.3.ebuild
index 0663a4535d1e..886379f053ed 100644
--- a/xfce-base/thunar/thunar-1.2.3.ebuild
+++ b/xfce-base/thunar/thunar-1.2.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.5 2011/11/26 17:54:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.3.ebuild,v 1.6 2011/12/28 12:47:10 ssuominen Exp $
EAPI=4
inherit virtualx xfconf
@@ -29,8 +29,7 @@ COMMON_DEPEND=">=xfce-base/exo-0.6
pcre? ( >=dev-libs/libpcre-6 )
startup-notification? ( x11-libs/startup-notification )
udev? ( || ( >=sys-fs/udev-171[gudev] >=sys-fs/udev-145[extras] ) )
- xfce_plugins_trash? ( >=dev-libs/dbus-glib-0.88
- >=xfce-base/xfce4-panel-4.8 )"
+ xfce_plugins_trash? ( >=xfce-base/xfce4-panel-4.8 )"
RDEPEND="${COMMON_DEPEND}
x11-misc/shared-mime-info
dev-util/desktop-file-utils
@@ -41,6 +40,7 @@ DEPEND="${COMMON_DEPEND}
dev-util/intltool
dev-util/pkgconfig
sys-devel/gettext"
+REQUIRED_USE="xfce_plugins_trash? ( dbus )"
S=${WORKDIR}/${MY_P}
@@ -57,11 +57,7 @@ pkg_setup() {
--with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
)
- if use xfce_plugins_trash; then
- XFCONF+=( --enable-dbus )
- else
- XFCONF+=( --disable-tpa-plugin )
- fi
+ use xfce_plugins_trash || XFCONF+=( --disable-tpa-plugin )
DOCS=( AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO )
}