* [gentoo-commits] proj/xfce:master commit in: xfce-extra/tumbler/
@ 2011-02-20 20:14 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-02-20 20:14 UTC (permalink / raw
To: gentoo-commits
commit: 9dab0507c03367c319141fa56dc631ff41382a41
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 20 20:09:19 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Feb 20 20:09:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=9dab0507
tumbler: Updated
---
| 44 ++++++++++++++++++++-----------
1 files changed, 28 insertions(+), 16 deletions(-)
--git a/xfce-extra/tumbler/tumbler-9999.ebuild b/xfce-extra/tumbler/tumbler-9999.ebuild
index e2c017a..db476d5 100644
--- a/xfce-extra/tumbler/tumbler-9999.ebuild
+++ b/xfce-extra/tumbler/tumbler-9999.ebuild
@@ -1,33 +1,45 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
inherit xfce4
xfce4_core
-DESCRIPTION="A D-Bus service for applications to request thumbnails"
-HOMEPAGE="http://www.xfce.org/"
+DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/thunar/"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug ffmpeg jpeg pdf"
-RDEPEND=">=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.72
- >=sys-apps/dbus-1
- >=media-libs/libpng-1.2
- >=x11-libs/gtk+-2.14:2
- media-libs/freetype:2"
-DEPEND="${RDEPEND}
+COMMON_DEPEND=">=dev-libs/dbus-glib-0.88
+ >=dev-libs/glib-2.16:2
+ media-libs/freetype:2
+ >=media-libs/libpng-1.4
+ >=sys-apps/dbus-1.4.1
+ || ( x11-libs/gdk-pixbuf:2 ( <x11-libs/gtk+-2.22:2
+ >=x11-libs/gtk+-2.14:2 ) )
+ ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
+ jpeg? ( virtual/jpeg )
+ pdf? ( >=app-text/poppler-0.12.4[cairo] )"
+RDEPEND="${COMMON_DEPEND}
+ >=xfce-base/thunar-1.2"
+DEPEND="${COMMON_DEPEND}
dev-util/gtk-doc
dev-util/intltool"
WANT_GTKDOCIZE="yes"
pkg_setup() {
- DOCS="AUTHORS ChangeLog NEWS README TODO"
- XFCONF="--disable-dependency-tracking
+ XFCE_CONFIG+=" --disable-dependency-tracking
--disable-static
- --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html"
+ $(use_enable jpeg jpeg-thumbnailer)
+ $(use_enable ffmpeg ffmpeg-thumbnailer)
+ $(use_enable pdf poppler-thumbnailer)
+ --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html"
+
+ DOCS="AUTHORS ChangeLog NEWS README TODO"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/xfce:master commit in: xfce-extra/tumbler/
@ 2011-03-22 12:32 Christoph Mende
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2011-03-22 12:32 UTC (permalink / raw
To: gentoo-commits
commit: e72e9dfba5088a24723c4bee6a1953e2915796b3
Author: Christoph Mende <angelos <AT> unkreativ <DOT> org>
AuthorDate: Tue Mar 22 12:30:31 2011 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 12:30:31 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/xfce.git;a=commit;h=e72e9dfb
tumbler: Removed
---
| 5 ---
| 43 --------------------------------
2 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/xfce-extra/tumbler/metadata.xml b/xfce-extra/tumbler/metadata.xml
deleted file mode 100644
index d56729e..0000000
--- a/xfce-extra/tumbler/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>xfce</herd>
-</pkgmetadata>
diff --git a/xfce-extra/tumbler/tumbler-9999.ebuild b/xfce-extra/tumbler/tumbler-9999.ebuild
deleted file mode 100644
index d0cb1db..0000000
--- a/xfce-extra/tumbler/tumbler-9999.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-inherit xfconf-live
-
-DESCRIPTION="A thumbnail service for the filemanager of Xfce desktop environment"
-HOMEPAGE="http://www.xfce.org/projects/thunar/"
-
-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/dbus-glib-0.88
- >=dev-libs/glib-2.16:2
- media-libs/freetype:2
- >=media-libs/libpng-1.4
- >=sys-apps/dbus-1.4.1
- || ( x11-libs/gdk-pixbuf:2 ( <x11-libs/gtk+-2.22:2 >=x11-libs/gtk+-2.14:2 ) )
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2 )
- jpeg? ( virtual/jpeg )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.2"
-DEPEND="${COMMON_DEPEND}
- dev-util/intltool
- dev-util/pkgconfig"
-
-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"
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-22 12:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 12:32 [gentoo-commits] proj/xfce:master commit in: xfce-extra/tumbler/ Christoph Mende
-- strict thread matches above, loose matches on Subject: below --
2011-02-20 20:14 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox