summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-04 10:55:01 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-04 10:55:01 +0000
commit780f395c2a93475b95e4c8b5811e28552542c7dc (patch)
tree8f8ac78578b8a244abb871f907d5a82b0942a5ed
parentVersion bump to newest development snapshot. (diff)
downloadgentoo-2-780f395c2a93475b95e4c8b5811e28552542c7dc.tar.gz
gentoo-2-780f395c2a93475b95e4c8b5811e28552542c7dc.tar.bz2
gentoo-2-780f395c2a93475b95e4c8b5811e28552542c7dc.zip
Version bump and removed old
(Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc6 x86_64)
-rw-r--r--xfce-extra/thunar-thumbnailers/ChangeLog8
-rw-r--r--xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.1.ebuild (renamed from xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.0.ebuild)21
2 files changed, 18 insertions, 11 deletions
diff --git a/xfce-extra/thunar-thumbnailers/ChangeLog b/xfce-extra/thunar-thumbnailers/ChangeLog
index 3cf14f18d7e8..14bcd2ed087d 100644
--- a/xfce-extra/thunar-thumbnailers/ChangeLog
+++ b/xfce-extra/thunar-thumbnailers/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/thunar-thumbnailers
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.57 2008/09/28 15:17:39 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/ChangeLog,v 1.58 2008/10/04 10:55:01 angelos Exp $
+
+*thunar-thumbnailers-0.4.1 (04 Oct 2008)
+
+ 04 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ -thunar-thumbnailers-0.3.0.ebuild, +thunar-thumbnailers-0.4.1.ebuild:
+ Version bump and removed old
28 Sep 2008; Raúl Porcel <armin76@gentoo.org>
thunar-thumbnailers-0.3.2.ebuild:
diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.0.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.1.ebuild
index 1218dbbf7e4d..205169ca1729 100644
--- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.0.ebuild
+++ b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.0.ebuild,v 1.12 2007/12/11 10:42:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.4.1.ebuild,v 1.1 2008/10/04 10:55:01 angelos Exp $
inherit xfce44
@@ -10,10 +10,10 @@ DESCRIPTION="Thunar thumbnailers plugin"
HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-thumbnailers"
SRC_URI="http://goodies.xfce.org/releases/${PN}/${P}${COMPRESS}"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="ffmpeg grace latex raw"
-RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}
+RDEPEND="xfce-base/thunar
media-gfx/imagemagick
app-arch/unzip
raw? ( media-gfx/raw-thumbnailer media-gfx/dcraw )
@@ -23,13 +23,14 @@ RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}
DEPEND="${RDEPEND}
dev-util/pkgconfig"
-XFCE_CONFIG="${XFCE_CONFIG} $(use_enable latex tex) $(use_enable raw) \
- $(use_enable grace) $(use_enable ffmpeg) --disable-update-mime-database"
-
-DOCS="AUTHORS ChangeLog NEWS README"
+pkg_setup() {
+ XFCE_CONFIG+=" $(use_enable latex tex) $(use_enable raw) $(use_enable grace)
+ $(use_enable ffmpeg) --disable-update-mime-database"
+}
pkg_postinst() {
xfce44_pkg_postinst
- elog "You need to execute /usr/libexec/thunar-vfs-update-thumbnailers-cache-1"
- elog "as a user to enable thumbnailers."
+ elog "Existing users need to run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1."
}
+
+DOCS="AUTHORS ChangeLog NEWS README"