summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-03-20 21:21:52 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-03-20 21:21:52 +0000
commitf3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2 (patch)
treeb4e49273c48530be0f2c90a846bf9d4c30e8981b /xfce-extra/thunar-thumbnailers
parentremove old (diff)
downloadhistorical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.tar.gz
historical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.tar.bz2
historical-f3e88dc2c3b91bf0ca7e5a4662b72d5de70a0dd2.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'xfce-extra/thunar-thumbnailers')
-rw-r--r--xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.1.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.1.ebuild
deleted file mode 100644
index 4800be1db97a..000000000000
--- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2007 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.2.1.ebuild,v 1.11 2007/11/20 20:01:18 drac Exp $
-
-inherit xfce44
-
-xfce44
-
-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"
-IUSE="ffmpeg grace latex raw"
-
-RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}
- media-gfx/imagemagick
- raw? ( media-gfx/dcraw )
- grace? ( sci-visualization/grace )
- latex? ( virtual/latex-base )
- ffmpeg? ( media-video/ffmpegthumbnailer )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S="${WORKDIR}/${PN}-0.0.1svn-r02296"
-
-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_postinst() {
- xfce44_pkg_postinst
- elog "Run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1 as a user to enable
- thumbnailers."
-}