public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/tumbler/
Date: Sat, 21 Dec 2024 10:34:33 +0000 (UTC)	[thread overview]
Message-ID: <1734777185.f3de9b03d78f81cfa910080ae839b698e3b5f4cd.mgorny@gentoo> (raw)

commit:     f3de9b03d78f81cfa910080ae839b698e3b5f4cd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 21 10:31:13 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:33:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3de9b03

xfce-base/tumbler: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-base/tumbler/Manifest              |  2 -
 xfce-base/tumbler/tumbler-4.19.2.ebuild | 76 ---------------------------------
 xfce-base/tumbler/tumbler-4.19.3.ebuild | 76 ---------------------------------
 3 files changed, 154 deletions(-)

diff --git a/xfce-base/tumbler/Manifest b/xfce-base/tumbler/Manifest
index 7ee5d8fa42bf..36ea7babf4ec 100644
--- a/xfce-base/tumbler/Manifest
+++ b/xfce-base/tumbler/Manifest
@@ -1,4 +1,2 @@
 DIST tumbler-4.18.2.tar.bz2 619513 BLAKE2B d93b6dc3b0da1b8ed04af740dec4979daba376572f36e80e6f33c791552a8615fc9f6d6452b0008030a83b322179d1a6f8daa6e5a60344ba09706d0d34de270a SHA512 043e4e7058d1bf0eb4f037924161387042111c7a1bfbf78f8417d0b6463d6b7e72506741f395ca14d6150e2cc0b79d97b2ee3270a30e0d18a0161f639627e255
-DIST tumbler-4.19.2.tar.bz2 705102 BLAKE2B 9eb1f6bc39bb4db37709ab9ef126e81359cdbd65073fbc383f5f206f84afd13576350a9d46c4016b8d53af01e531038b43b391e760ead71d3107b92aef0dd40a SHA512 cce6b445e6551985103f88215b28f6aedbed085504361d9d525f13735776454ccd7904d1b8f5c847946f5481f4c1bb6fa2a4f3ab36d33046c07d2e6151db9c5a
-DIST tumbler-4.19.3.tar.bz2 706470 BLAKE2B d143dcf648170cd8ca4025b544e926854a3520a6aff94c8c21e9ba5e3b4292237f32588e36600eecdd2a80cefc0be0525c6896bf9c889321832bd3f41946db9e SHA512 c8ee1170266f837ebb28a327705ba8c7ab30457bc959484174ccf7e50ecefd08c83bc49228614b10aac7f4d0a26f1a34270942366f3ba637f1a1bf71f5abc8ef
 DIST tumbler-4.20.0.tar.bz2 706804 BLAKE2B 4cdf0da60ee29d0101d1f7418a33d0c8c79882b479f3cb65c948885c6108f53d2d9e48240ec582faab09400e522bfb89594075232edd6d5de0062a00121ba104 SHA512 9de43565099c61c8a5227fb69e99f432d44435e717524f71a2c8751ef67d23d0aa06ed63aec15f035fcdbb0940a9a583bb724e59d27d600814c983269b937783

diff --git a/xfce-base/tumbler/tumbler-4.19.2.ebuild b/xfce-base/tumbler/tumbler-4.19.2.ebuild
deleted file mode 100644
index 9e164b062b29..000000000000
--- a/xfce-base/tumbler/tumbler-4.19.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="
-	https://docs.xfce.org/xfce/tumbler/start
-	https://gitlab.xfce.org/xfce/tumbler/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
-
-DEPEND="
-	>=dev-libs/glib-2.72.0
-	media-libs/freetype:2=
-	media-libs/libpng:0=
-	>=sys-apps/dbus-1.6
-	>=xfce-base/libxfce4util-4.17.1:=
-	>=x11-libs/gdk-pixbuf-2.42.8
-	curl? ( >=net-misc/curl-7.32.0:= )
-	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? ( media-libs/libjpeg-turbo: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
-	>=sys-devel/gettext-0.19.8
-	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
-}

diff --git a/xfce-base/tumbler/tumbler-4.19.3.ebuild b/xfce-base/tumbler/tumbler-4.19.3.ebuild
deleted file mode 100644
index 9e164b062b29..000000000000
--- a/xfce-base/tumbler/tumbler-4.19.3.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="A thumbnail service for Thunar"
-HOMEPAGE="
-	https://docs.xfce.org/xfce/tumbler/start
-	https://gitlab.xfce.org/xfce/tumbler/
-"
-SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
-
-DEPEND="
-	>=dev-libs/glib-2.72.0
-	media-libs/freetype:2=
-	media-libs/libpng:0=
-	>=sys-apps/dbus-1.6
-	>=xfce-base/libxfce4util-4.17.1:=
-	>=x11-libs/gdk-pixbuf-2.42.8
-	curl? ( >=net-misc/curl-7.32.0:= )
-	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? ( media-libs/libjpeg-turbo: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
-	>=sys-devel/gettext-0.19.8
-	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
-}


             reply	other threads:[~2024-12-21 10:34 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-21 10:34 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-10-13 11:57 [gentoo-commits] repo/gentoo:master commit in: xfce-base/tumbler/ Michał Górny
2025-06-21 17:07 Michał Górny
2025-01-25 11:01 Arthur Zamarin
2025-01-25 10:52 Sam James
2025-01-25 10:52 Sam James
2025-01-25 10:05 Arthur Zamarin
2024-12-15 18:38 Michał Górny
2024-12-01 16:40 Michał Górny
2024-12-01 16:40 Michał Górny
2024-11-01 15:23 Michał Górny
2024-03-23 10:25 Michał Górny
2024-02-06  3:07 Michał Górny
2024-01-15 16:31 Michał Górny
2023-12-21 10:52 Michał Górny
2023-12-21 10:39 Arthur Zamarin
2023-12-21  7:27 Arthur Zamarin
2023-12-21  6:52 Sam James
2023-12-21  6:52 Sam James
2023-12-21  6:52 Sam James
2023-12-21  6:52 Sam James
2023-11-30 18:10 Michał Górny
2023-08-03  4:39 Michał Górny
2023-08-03  4:39 Michał Górny
2023-06-11 16:46 Sam James
2023-06-11 13:46 Sam James
2023-04-17 13:50 Michał Górny
2023-04-17 13:50 Michał Górny
2023-03-17 10:50 Michał Górny
2023-03-17  8:56 Arthur Zamarin
2023-03-15  6:55 Michał Górny
2023-02-03 16:53 Sam James
2023-02-03 14:21 Arthur Zamarin
2023-02-03 14:21 Arthur Zamarin
2023-02-03 13:32 Arthur Zamarin
2022-10-31 16:16 Michał Górny
2022-10-22 14:49 Michał Górny
2022-10-22 14:49 Michał Górny
2022-10-10 22:36 Matt Turner
2022-10-08 19:54 Arthur Zamarin
2022-10-08 19:49 Arthur Zamarin
2022-10-08 19:28 Sam James
2022-10-08 16:03 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1734777185.f3de9b03d78f81cfa910080ae839b698e3b5f4cd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox