diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:41:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-02-14 19:41:48 +0000 |
commit | 9441dc22736d7d792f2da4d6805d8d38102fbc3f (patch) | |
tree | 3ee9541fa5ac1a19d225a955d83f329460a63f31 /xfce-base/thunar | |
parent | alpha/ia64/sparc stable wrt #349053 (diff) | |
download | gentoo-2-9441dc22736d7d792f2da4d6805d8d38102fbc3f.tar.gz gentoo-2-9441dc22736d7d792f2da4d6805d8d38102fbc3f.tar.bz2 gentoo-2-9441dc22736d7d792f2da4d6805d8d38102fbc3f.zip |
alpha/ia64/sparc stable wrt #349053
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/thunar')
-rw-r--r-- | xfce-base/thunar/ChangeLog | 5 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.0.2.ebuild | 72 | ||||
-rw-r--r-- | xfce-base/thunar/thunar-1.2.0.ebuild | 4 |
3 files changed, 6 insertions, 75 deletions
diff --git a/xfce-base/thunar/ChangeLog b/xfce-base/thunar/ChangeLog index 71c9ca9202b1..0dfa65edf4ac 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.114 2011/02/05 18:49:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/ChangeLog,v 1.115 2011/02/14 19:41:48 ssuominen Exp $ + + 14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org> thunar-1.2.0.ebuild: + alpha/ia64/sparc stable wrt #349053 05 Feb 2011; Markus Meier <maekke@gentoo.org> thunar-1.2.0.ebuild: arm stable, bug #349053 diff --git a/xfce-base/thunar/thunar-1.0.2.ebuild b/xfce-base/thunar/thunar-1.0.2.ebuild deleted file mode 100644 index ef64f771768e..000000000000 --- a/xfce-base/thunar/thunar-1.0.2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# 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.0.2.ebuild,v 1.13 2011/02/07 19:06:57 ssuominen Exp $ - -EAPI=3 -MY_P=${P/t/T} -inherit virtualx xfconf - -DESCRIPTION="File manager for Xfce4" -HOMEPAGE="http://thunar.xfce.org" -SRC_URI="mirror://xfce/src/xfce/${PN}/1.0/${MY_P}.tar.bz2" - -LICENSE="GPL-2 LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="dbus debug doc exif gnome hal pcre startup-notification +xfce_plugins_trash" - -RDEPEND=">=dev-lang/perl-5.6 - >=dev-libs/glib-2.6:2 - >=dev-util/desktop-file-utils-0.14 - >=media-libs/freetype-2 - virtual/jpeg - >=media-libs/libpng-1.4 - virtual/fam - >=x11-libs/gtk+-2.6:2 - x11-libs/libSM - >=x11-misc/shared-mime-info-0.20 - >=xfce-base/exo-0.3.92[hal?] - <xfce-base/exo-0.5 - >=xfce-base/libxfce4util-4.6 - dbus? ( dev-libs/dbus-glib ) - exif? ( >=media-libs/libexif-0.6 ) - hal? ( dev-libs/dbus-glib - sys-apps/hal ) - gnome? ( gnome-base/gconf ) - pcre? ( >=dev-libs/libpcre-6 ) - startup-notification? ( x11-libs/startup-notification ) - xfce_plugins_trash? ( dev-libs/dbus-glib - >=xfce-base/xfce4-panel-4.6 )" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig - sys-devel/gettext - doc? ( dev-libs/libxslt )" - -pkg_setup() { - XFCONF="--disable-dependency-tracking - $(use_enable dbus) - $(use_enable gnome gnome-thumbnailers) - $(use_enable startup-notification) - $(use_enable doc xsltproc) - $(use_enable exif) - $(use_enable pcre) - $(use_enable debug)" - - if use hal; then - XFCONF="${XFCONF} --enable-dbus --with-volume-manager=hal" - else - XFCONF="${XFCONF} --with-volume-manager=none" - fi - - if use xfce_plugins_trash; then - XFCONF="${XFCONF} --enable-dbus" - else - XFCONF="${XFCONF} --disable-tpa-plugin" - fi - DOCS="AUTHORS ChangeLog FAQ HACKING NEWS README THANKS TODO" -} - -src_test() { - Xemake check || die -} diff --git a/xfce-base/thunar/thunar-1.2.0.ebuild b/xfce-base/thunar/thunar-1.2.0.ebuild index e9c101c7dc02..ee5b0daa7d0c 100644 --- a/xfce-base/thunar/thunar-1.2.0.ebuild +++ b/xfce-base/thunar/thunar-1.2.0.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.0.ebuild,v 1.4 2011/02/05 18:49:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/thunar/thunar-1.2.0.ebuild,v 1.5 2011/02/14 19:41:48 ssuominen Exp $ EAPI=3 inherit virtualx xfconf @@ -13,7 +13,7 @@ SRC_URI="mirror://xfce/src/xfce/${PN}/1.2/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" IUSE="dbus debug exif libnotify pcre startup-notification test +xfce_plugins_trash udev" GVFS_DEPEND=">=gnome-base/gvfs-1.6.4-r2" |