diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 20:53:35 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-11-04 20:53:35 +0000 |
commit | 4287332c4dfc8e603445786b27562b00e5ae59d4 (patch) | |
tree | d31a9777755e8c7570a8259643314e8db96f8cfe /xfce-extra/thunar-vfs | |
parent | Stable for HPPA (bug #343161). (diff) | |
download | gentoo-2-4287332c4dfc8e603445786b27562b00e5ae59d4.tar.gz gentoo-2-4287332c4dfc8e603445786b27562b00e5ae59d4.tar.bz2 gentoo-2-4287332c4dfc8e603445786b27562b00e5ae59d4.zip |
Version bump.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/thunar-vfs')
-rw-r--r-- | xfce-extra/thunar-vfs/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-extra/thunar-vfs/thunar-vfs-1.1.0.ebuild (renamed from xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild) | 20 |
2 files changed, 17 insertions, 11 deletions
diff --git a/xfce-extra/thunar-vfs/ChangeLog b/xfce-extra/thunar-vfs/ChangeLog index 247d047712e1..3f904b0701ba 100644 --- a/xfce-extra/thunar-vfs/ChangeLog +++ b/xfce-extra/thunar-vfs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-extra/thunar-vfs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.5 2010/08/23 23:33:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/ChangeLog,v 1.6 2010/11/04 20:53:34 ssuominen Exp $ + +*thunar-vfs-1.1.0 (04 Nov 2010) + + 04 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> + +thunar-vfs-1.1.0.ebuild: + Version bump. *thunar-vfs-0_p20100824 (23 Aug 2010) diff --git a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild b/xfce-extra/thunar-vfs/thunar-vfs-1.1.0.ebuild index 05cf0e56d00c..9a118a0ccbb9 100644 --- a/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild +++ b/xfce-extra/thunar-vfs/thunar-vfs-1.1.0.ebuild @@ -1,14 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-0_p20100824.ebuild,v 1.4 2010/10/28 14:57:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-vfs/thunar-vfs-1.1.0.ebuild,v 1.1 2010/11/04 20:53:34 ssuominen Exp $ EAPI=3 -EAUTORECONF=yes inherit xfconf DESCRIPTION="Separate package for (old) Thunar VFS libraries" HOMEPAGE="http://git.xfce.org/xfce/thunar-vfs/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://xfce/src/xfce/${PN}/1.1/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" @@ -21,7 +20,7 @@ RDEPEND=">=xfce-base/exo-0.5.3 >=xfce-base/libxfce4util-4.6 >=media-libs/libpng-1.4 >=media-libs/freetype-2 - >=media-libs/jpeg-8a + virtual/jpeg dbus? ( >=dev-libs/dbus-glib-0.34 ) gnome? ( >=gnome-base/gconf-2 ) startup-notification? ( >=x11-libs/startup-notification-0.4 ) @@ -30,20 +29,21 @@ DEPEND="${RDEPEND} dev-util/pkgconfig dev-util/intltool sys-devel/gettext - dev-lang/perl - dev-util/gtk-doc-am" + dev-lang/perl" pkg_setup() { - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" - - XFCONF="--enable-maintainer-mode + XFCONF=( + --enable-maintainer-mode --disable-dependency-tracking $(use_enable dbus) $(use_enable gnome gnome-thumbnailers) $(use_enable startup-notification) $(xfconf_use_debug) + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html --with-volume-manager=none - --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" + ) + + DOCS="AUTHORS ChangeLog HACKING NEWS README TODO" } src_install() { |