diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-07-28 15:35:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-07-28 15:35:11 +0000 |
commit | 1b3eb690263100422d03334faba4b1eeb6a7c1e2 (patch) | |
tree | a4a2c3ccc8ec8253e8ec756777a21f703427a953 /xfce-base/thunar | |
parent | Change postgres dependency to -base instead of -server. Fixes Gentoo bug #231958 (diff) | |
download | historical-1b3eb690263100422d03334faba4b1eeb6a7c1e2.tar.gz historical-1b3eb690263100422d03334faba4b1eeb6a7c1e2.tar.bz2 historical-1b3eb690263100422d03334faba4b1eeb6a7c1e2.zip |
arm love & remove old
Package-Manager: portage-2.2_rc3/cvs/Linux 2.6.26-rc3 x86_64
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/thunar-0.9.0-r1.ebuild | 87 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-0.9.0-r2.ebuild | 8 |
2 files changed, 4 insertions, 91 deletions
diff --git a/xfce-base/thunar/thunar-0.9.0-r1.ebuild b/xfce-base/thunar/thunar-0.9.0-r1.ebuild deleted file mode 100644 index 774ea3a41197..000000000000 --- a/xfce-base/thunar/thunar-0.9.0-r1.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# 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-r1.ebuild,v 1.7 2007/12/17 18:44:06 jer 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 - - use trash-plugin || XFCE_CONFIG="${XFCE_CONFIG} --disable-tpa-plugin" - - 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_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-missing-audio-cds-for-volman.patch -} - -src_test() { - Xemake check || die "emake check failed." -} - -DOCS="AUTHORS ChangeLog HACKING FAQ THANKS TODO README NEWS" - -xfce44_extra_package diff --git a/xfce-base/thunar/thunar-0.9.0-r2.ebuild b/xfce-base/thunar/thunar-0.9.0-r2.ebuild index ad9f9324450d..a339f7456585 100644 --- a/xfce-base/thunar/thunar-0.9.0-r2.ebuild +++ b/xfce-base/thunar/thunar-0.9.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r2.ebuild,v 1.8 2008/03/26 11:39:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-0.9.0-r2.ebuild,v 1.9 2008/07/28 15:33:02 drac Exp $ EAPI=1 @@ -14,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" +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 @@ -71,8 +71,8 @@ pkg_setup() { src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/${P}-missing-audio-cds-for-volman.patch - epatch "${FILESDIR}"/${P}-fix-defuncts.patch + epatch "${FILESDIR}"/${P}-missing-audio-cds-for-volman.patch \ + "${FILESDIR}"/${P}-fix-defuncts.patch } src_test() { |