summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2007-12-02 16:28:49 +0000
committerSamuli Suominen <drac@gentoo.org>2007-12-02 16:28:49 +0000
commit1575b1e1f8ba4a64b6a20bac860b390bc86bc8ac (patch)
treeda15e81eda22367820ba67d316c53e36ee7d681a
parentversion bump (diff)
downloadgentoo-2-1575b1e1f8ba4a64b6a20bac860b390bc86bc8ac.tar.gz
gentoo-2-1575b1e1f8ba4a64b6a20bac860b390bc86bc8ac.tar.bz2
gentoo-2-1575b1e1f8ba4a64b6a20bac860b390bc86bc8ac.zip
Version bump, rename USE plugins to USE trash-plugin and enable it by default using EAPI=1.
(Portage version: 2.1.4_rc4)
-rw-r--r--xfce-base/thunar/ChangeLog9
-rw-r--r--xfce-base/thunar/files/digest-thunar-0.9.03
-rw-r--r--xfce-base/thunar/thunar-0.8.0-r3.ebuild10
-rw-r--r--xfce-base/thunar/thunar-0.9.0.ebuild79
4 files changed, 96 insertions, 5 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog
index d8f10a43300b..0ec1eecbc0b9 100644
--- a/xfce-base/thunar/ChangeLog
+++ b/xfce-base/thunar/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-base/thunar
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.39 2007/08/28 18:26:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.40 2007/12/02 16:28:48 drac Exp $
+
+*thunar-0.9.0 (02 Dec 2007)
+
+ 02 Dec 2007; Samuli Suominen <drac@gentoo.org> thunar-0.8.0-r3.ebuild,
+ +thunar-0.9.0.ebuild:
+ Version bump, rename USE plugins to USE trash-plugin and enable it by
+ default using EAPI=1.
28 Aug 2007; Samuli Suominen <drac@gentoo.org> thunar-0.8.0-r3.ebuild:
Add die to src_test.
diff --git a/xfce-base/thunar/files/digest-thunar-0.9.0 b/xfce-base/thunar/files/digest-thunar-0.9.0
new file mode 100644
index 000000000000..089803d3630e
--- /dev/null
+++ b/xfce-base/thunar/files/digest-thunar-0.9.0
@@ -0,0 +1,3 @@
+MD5 0fc5008858661c0abd0399acbe30ef28 Thunar-0.9.0.tar.bz2 6403785
+RMD160 ebb744aa107d4def06c8c805ee6936d1acf2d4d7 Thunar-0.9.0.tar.bz2 6403785
+SHA256 26c833b0bdf3281c61e03f1fb985feced88cf4a5cebce7bd055f05e025460037 Thunar-0.9.0.tar.bz2 6403785
diff --git a/xfce-base/thunar/thunar-0.8.0-r3.ebuild b/xfce-base/thunar/thunar-0.8.0-r3.ebuild
index a05b3f6118d2..4d6b60d286cc 100644
--- a/xfce-base/thunar/thunar-0.8.0-r3.ebuild
+++ b/xfce-base/thunar/thunar-0.8.0-r3.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild,v 1.11 2007/08/28 18:26:30 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.8.0-r3.ebuild,v 1.12 2007/12/02 16:28:48 drac Exp $
+
+EAPI=1
inherit eutils virtualx xfce44
@@ -12,7 +14,7 @@ xfce44
DESCRIPTION="File manager"
HOMEPAGE="http://thunar.xfce.org"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="doc dbus debug exif gnome hal plugins pcre startup-notification"
+IUSE="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
RDEPEND=">=dev-lang/perl-5.6
x11-libs/libSM
@@ -31,7 +33,7 @@ RDEPEND=">=dev-lang/perl-5.6
>=media-libs/jpeg-6b
startup-notification? ( x11-libs/startup-notification )
pcre? ( >=dev-libs/libpcre-6 )
- plugins? ( dbus? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} ) )
+ trash-plugin? ( dbus? ( >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} ) )
gnome-base/librsvg"
DEPEND="${RDEPEND}
dev-util/pkgconfig
@@ -48,7 +50,7 @@ pkg_setup() {
XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
fi
- if use plugins && ! use dbus ; then
+ if use trash-plugin && ! use dbus ; then
XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin"
ewarn "Plugins requires ${PN} with dbus support. Enable dbus use flag"
ewarn "and re-emerge this ebuild if you want this feature."
diff --git a/xfce-base/thunar/thunar-0.9.0.ebuild b/xfce-base/thunar/thunar-0.9.0.ebuild
new file mode 100644
index 000000000000..cfaa15e84f71
--- /dev/null
+++ b/xfce-base/thunar/thunar-0.9.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0.ebuild,v 1.1 2007/12/02 16:28:48 drac Exp $
+
+EAPI=1
+
+inherit eutils virtualx xfce44
+
+MY_P=${P/t/T}
+S=${WORKDIR}/${MY_P}
+
+XFCE_VERSION=4.4.2
+xfce44
+
+DESCRIPTION="File manager"
+HOMEPAGE="http://thunar.xfce.org"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="doc dbus debug exif gnome hal pcre startup-notification +trash-plugin"
+
+RDEPEND=">=dev-lang/perl-5.6
+ x11-libs/libSM
+ >=x11-libs/gtk+-2.6
+ >=dev-libs/glib-2.6
+ >=xfce-extra/exo-0.3.4
+ >=x11-misc/shared-mime-info-0.20
+ >=dev-util/desktop-file-utils-0.14
+ >=xfce-base/libxfce4util-${XFCE_MASTER_VERSION}
+ virtual/fam
+ dbus? ( dev-libs/dbus-glib )
+ hal? ( dev-libs/dbus-glib
+ sys-apps/hal )
+ >=media-libs/freetype-2
+ gnome? ( gnome-base/gconf )
+ exif? ( >=media-libs/libexif-0.6 )
+ >=media-libs/jpeg-6b
+ startup-notification? ( x11-libs/startup-notification )
+ pcre? ( >=dev-libs/libpcre-6 )
+ trash-plugin? ( dev-libs/dbus-glib
+ >=xfce-base/xfce4-panel-${XFCE_MASTER_VERSION} )
+ gnome-base/librsvg"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ doc? ( dev-util/gtk-doc )"
+
+XFCE_CONFIG="${XFCE_CONFIG} $(use_enable exif) $(use_enable gnome gnome-thumbnailers) \
+ $(use_enable dbus) $(use_enable pcre)"
+
+pkg_setup() {
+ local fail="Re-emerge xfce-extra/exo with USE hal."
+
+ if use hal; then
+ XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus --with-volume-manager=hal"
+ else
+ XFCE_CONFIG="${XFCE_CONFIG} --with-volume-manager=none"
+ fi
+
+ if use trash-plugin && ! use dbus; then
+ XFCE_CONFIG="${XFCE_CONFIG} --enable-dbus"
+ ewarn "USE trash-plugin detected, enabling dbus for you."
+ fi
+
+ if use hal && ! use dbus; then
+ ewarn "USE hal detected, enabling dbus for you."
+ fi
+
+ if use hal && ! built_with_use xfce-extra/exo hal; then
+ eerror "${fail}"
+ die "${fail}"
+ fi
+}
+
+src_test() {
+ Xemake check || die "emake check failed."
+}
+
+DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS"
+
+xfce44_extra_package