summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-20 11:27:34 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-20 12:24:14 +0200
commit9ded378977a778ff75b547675513219195227d25 (patch)
tree7db7de4f6b99c258eadd15824e045ca7e6403924 /xfce-extra/tumbler
parentxfce-extra/thunar-volman: Drop old (diff)
downloadgentoo-9ded378977a778ff75b547675513219195227d25.tar.gz
gentoo-9ded378977a778ff75b547675513219195227d25.tar.bz2
gentoo-9ded378977a778ff75b547675513219195227d25.zip
xfce-extra/tumbler: Drop old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-extra/tumbler')
-rw-r--r--xfce-extra/tumbler/Manifest2
-rw-r--r--xfce-extra/tumbler/tumbler-0.2.3.ebuild57
-rw-r--r--xfce-extra/tumbler/tumbler-0.2.6.ebuild57
3 files changed, 0 insertions, 116 deletions
diff --git a/xfce-extra/tumbler/Manifest b/xfce-extra/tumbler/Manifest
index 3bcb3d042c5f..7ef9ec98b567 100644
--- a/xfce-extra/tumbler/Manifest
+++ b/xfce-extra/tumbler/Manifest
@@ -1,3 +1 @@
-DIST tumbler-0.2.3.tar.bz2 538109 BLAKE2B 74f99241aad53202f1241b3865a51bbcfa0b503495e02edc55aed997343fac7057fb7f8f76ef2473cdce9fa38e8069bbb69812aaccfedab41d5f3fb67b2a3a39 SHA512 aefe284c3baa1d8eaf79c9bdb3cfc044ee6a1f36be34efd67541e6310aa275b5235b29f68483b7b7b5a8df699a8b3db8dc75569ec2b90253756fd6285a2e3816
-DIST tumbler-0.2.6.tar.bz2 564327 BLAKE2B feed9064a8bebc86d266a554ff398fa2d91b495adfa298497b698c5225961c20f8039924933aa500ae2d80e3c6d303c6b9e4aab0c1a372778ccd3e8e9b5980d1 SHA512 1b7d3c25c797bdd021924dacda3e9028fbd217536214d8ce95bc8097e285298822e0f1c54cedcbda76de6469e0721e4ef1a5cebd28e9e9c5a600bf8fd1953562
DIST tumbler-0.2.7.tar.bz2 564538 BLAKE2B 64fc31e70be584ab04134de4f98e0302f91be213481b451c5b1563c001e240091b0721132415e92f5f60f7b0cd10099d9fa3fdf0435d3fa9e7c496f6f9673d3d SHA512 d5121da67bc2b1bf115980b6c9ef9fcaf71cdf52976227dd360afa44ac477c305a774a29be876e4fd0874f71bae3682b28c2429864283dd14b9e9bd1790a9083
diff --git a/xfce-extra/tumbler/tumbler-0.2.3.ebuild b/xfce-extra/tumbler/tumbler-0.2.3.ebuild
deleted file mode 100644
index b35a70e058e0..000000000000
--- a/xfce-extra/tumbler/tumbler-0.2.3.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
-
-COMMON_DEPEND=">=dev-libs/glib-2.26:2=
- media-libs/freetype:2=
- media-libs/libpng:0=
- >=sys-apps/dbus-1.6:=
- >=x11-libs/gdk-pixbuf-2.14:2=
- curl? ( >=net-misc/curl-7.25:= )
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
- gstreamer? (
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- )
- jpeg? ( virtual/jpeg:0= )
- odf? ( >=gnome-extra/libgsf-1.14.20:= )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )
- raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.4
- gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
-DEPEND="${COMMON_DEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable curl cover-thumbnailer)
- $(use_enable jpeg jpeg-thumbnailer)
- $(use_enable ffmpeg ffmpeg-thumbnailer)
- $(use_enable gstreamer gstreamer-thumbnailer)
- $(use_enable odf odf-thumbnailer)
- $(use_enable pdf poppler-thumbnailer)
- $(use_enable raw raw-thumbnailer)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}
diff --git a/xfce-extra/tumbler/tumbler-0.2.6.ebuild b/xfce-extra/tumbler/tumbler-0.2.6.ebuild
deleted file mode 100644
index 529b2c3371d5..000000000000
--- a/xfce-extra/tumbler/tumbler-0.2.6.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="curl ffmpeg gstreamer jpeg odf pdf raw"
-
-COMMON_DEPEND=">=dev-libs/glib-2.42:2=
- media-libs/freetype:2=
- media-libs/libpng:0=
- >=sys-apps/dbus-1.6:=
- >=x11-libs/gdk-pixbuf-2.14:2=
- curl? ( >=net-misc/curl-7.25:= )
- ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
- gstreamer? (
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
- )
- jpeg? ( virtual/jpeg:0= )
- odf? ( >=gnome-extra/libgsf-1.14.20:= )
- pdf? ( >=app-text/poppler-0.12.4[cairo] )
- raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )"
-RDEPEND="${COMMON_DEPEND}
- >=xfce-base/thunar-1.4
- gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
-DEPEND="${COMMON_DEPEND}
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable curl cover-thumbnailer)
- $(use_enable jpeg jpeg-thumbnailer)
- $(use_enable ffmpeg ffmpeg-thumbnailer)
- $(use_enable gstreamer gstreamer-thumbnailer)
- $(use_enable odf odf-thumbnailer)
- $(use_enable pdf poppler-thumbnailer)
- $(use_enable raw raw-thumbnailer)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
-
- find "${D}" -name '*.la' -delete || die
-}