diff options
Diffstat (limited to 'xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild')
-rw-r--r-- | xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild b/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild deleted file mode 100644 index 2314c6582a58..000000000000 --- a/xfce-extra/thunar-thumbnailers/thunar-thumbnailers-0.3.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.2.ebuild,v 1.9 2008/09/28 15:17:39 armin76 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 - media-gfx/imagemagick - app-arch/unzip - raw? ( media-gfx/raw-thumbnailer media-gfx/dcraw ) - grace? ( sci-visualization/grace ) - latex? ( virtual/latex-base ) - ffmpeg? ( media-video/ffmpegthumbnailer )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS ChangeLog README" - 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 "Existing users need to run /usr/libexec/thunar-vfs-update-thumbnailers-cache-1." -} |