summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-22 16:48:00 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-22 16:48:46 +0200
commit83f1c7cf8767993e33a60115be1ceb4cbafc7200 (patch)
tree305b5cee9220199a656771ccef0faa442e97becb /xfce-base/tumbler
parentxfce-base/tumbler: Stabilize 4.16.1 ppc64, #876091 (diff)
downloadgentoo-83f1c7cf8767993e33a60115be1ceb4cbafc7200.tar.gz
gentoo-83f1c7cf8767993e33a60115be1ceb4cbafc7200.tar.bz2
gentoo-83f1c7cf8767993e33a60115be1ceb4cbafc7200.zip
xfce-base/tumbler: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/tumbler')
-rw-r--r--xfce-base/tumbler/Manifest1
-rw-r--r--xfce-base/tumbler/tumbler-4.16.0.ebuild70
2 files changed, 0 insertions, 71 deletions
diff --git a/xfce-base/tumbler/Manifest b/xfce-base/tumbler/Manifest
index d8591316d9e7..5d55c8c4a148 100644
--- a/xfce-base/tumbler/Manifest
+++ b/xfce-base/tumbler/Manifest
@@ -1,3 +1,2 @@
-DIST tumbler-4.16.0.tar.bz2 607640 BLAKE2B 9958c70f5e8b09e3a23e54cb0ce5a66416fe7459455dd145196daad24c2db0cea77ef4a4c7a8809a150f8dc6161e7e4825bf2ca48a5348fe702cec5e09a93706 SHA512 86b30a1b3a8b668bfd6cecb39bbfc642793d63055b0f3dc32e4e275082d086a9c011a98511938b7489099f35458613b3df24224ff48e4940f42ff552a14fa9d2
DIST tumbler-4.16.1.tar.bz2 593122 BLAKE2B b07bc8c0a23bea12f4777e72ae407b087550447dcd8c7da36393d070291e79db07f61c604f50675be881f4c1ab53fde007ff35700f902912ef4e558f360c4949 SHA512 483ed34d41349641ad9116655d1efbaa01352316f8ff4780903fd3f21aacea7c42bc80d7710e7ba0c2b9a79d0f971ce7210a03d5acb6c8b6b0750316665a8154
DIST tumbler-4.17.2.tar.bz2 606124 BLAKE2B fa5b70152e918dec148f2f2535bb63d7df45b65079f4d5f301be800548fcc28fbeb7d9c0d09f5b6002a48cc8090d74b559dcde410d06fe8c12af84f609f58903 SHA512 0bb8d839355cc33acb60f4de719eb393c38b68401f6e09b36d9c75dd4d30e4e709bcd45bffb97f475df450c9a1345022df9368fc049a023d9e6ec7ed65933ac5
diff --git a/xfce-base/tumbler/tumbler-4.16.0.ebuild b/xfce-base/tumbler/tumbler-4.16.0.ebuild
deleted file mode 100644
index ad4822297baa..000000000000
--- a/xfce-base/tumbler/tumbler-4.16.0.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-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 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
-
-DEPEND=">=dev-libs/glib-2.50: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:= )
- epub? ( app-text/libgepub )
- 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="${DEPEND}
- gstreamer? ( media-plugins/gst-plugins-meta:1.0 )"
-BDEPEND="
- dev-util/gdbus-codegen
- dev-util/glib-utils
- dev-util/gtk-doc-am
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_configure() {
- local myconf=(
- $(use_enable curl cover-thumbnailer)
- $(use_enable epub gepub-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
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}