summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-04-26 17:52:43 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-04-26 17:52:43 +0000
commita5fcee3241f121d66a004c3df4e19e46d9abac88 (patch)
tree0c7b20cb87ed0896143859123bd11d365b33be9b /xfce-extra
parentFixed a circular dependency issue. Bug 364943 (diff)
downloadgentoo-2-a5fcee3241f121d66a004c3df4e19e46d9abac88.tar.gz
gentoo-2-a5fcee3241f121d66a004c3df4e19e46d9abac88.tar.bz2
gentoo-2-a5fcee3241f121d66a004c3df4e19e46d9abac88.zip
old
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/tumbler/tumbler-0.1.6.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/xfce-extra/tumbler/tumbler-0.1.6.ebuild b/xfce-extra/tumbler/tumbler-0.1.6.ebuild
deleted file mode 100644
index 4c535d3a078f..000000000000
--- a/xfce-extra/tumbler/tumbler-0.1.6.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/tumbler/tumbler-0.1.6.ebuild,v 1.8 2011/02/14 19:47:17 ssuominen Exp $
-
-EAPI=3
-inherit xfconf
-
-DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/thunar/"
-SRC_URI="mirror://xfce/src/apps/${PN}/0.1/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug ffmpeg jpeg pdf"
-
-COMMON_DEPEND=">=dev-libs/glib-2.16:2
- >=dev-libs/dbus-glib-0.88
- >=sys-apps/dbus-1.4.1
- >=media-libs/libpng-1.4
- || ( x11-libs/gdk-pixbuf:2 ( <x11-libs/gtk+-2.22:2 >=x11-libs/gtk+-2.14:2 ) )
- media-libs/freetype:2
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
- jpeg? ( virtual/jpeg )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )
- !<xfce-extra/thunar-thumbnailers-4.7.0"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.2"
-DEPEND="${COMMON_DEPEND}
- dev-util/pkgconfig
- dev-util/intltool"
-
-pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- --disable-static
- $(use_enable jpeg jpeg-thumbnailer)
- $(use_enable ffmpeg ffmpeg-thumbnailer)
- $(use_enable pdf poppler-thumbnailer)
- $(xfconf_use_debug)
- --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html
- )
-
- DOCS="AUTHORS ChangeLog NEWS README TODO"
-}