blob: 54779741e3f94741ef9f0119dfb5ab35027ca7e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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.3.0.ebuild,v 1.2 2007/09/01 12:29:25 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 ~sparc ~x86"
IUSE="dcraw ffmpeg grace tetex"
RDEPEND=">=xfce-base/thunar-${THUNAR_MASTER_VERSION}
media-gfx/imagemagick
app-arch/unzip
dcraw? ( media-gfx/raw-thumbnailer media-gfx/dcraw )
grace? ( sci-visualization/grace )
tetex? ( virtual/tetex )
ffmpeg? ( media-video/ffmpegthumbnailer )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
XFCE_CONFIG="${XFCE_CONFIG} $(use_enable tetex tex) $(use_enable dcraw raw) \
$(use_enable grace) $(use_enable ffmpeg) --disable-update-mime-database"
DOCS="AUTHORS ChangeLog NEWS README"
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."
}
|