Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/tumbler/
Date: Fri, 17 Mar 2023 10:50:31
Message-Id: 1679050212.2809501a7e41c85c78fae66aec41ed5b344339d8.mgorny@gentoo
1 commit: 2809501a7e41c85c78fae66aec41ed5b344339d8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 10:45:57 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 10:50:12 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2809501a
7
8 xfce-base/tumbler: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/tumbler/Manifest | 2 -
13 xfce-base/tumbler/tumbler-4.16.1.ebuild | 74 -------------------------------
14 xfce-base/tumbler/tumbler-4.17.3.ebuild | 78 ---------------------------------
15 3 files changed, 154 deletions(-)
16
17 diff --git a/xfce-base/tumbler/Manifest b/xfce-base/tumbler/Manifest
18 index f05cac4db4eb..b3af75a809a5 100644
19 --- a/xfce-base/tumbler/Manifest
20 +++ b/xfce-base/tumbler/Manifest
21 @@ -1,3 +1 @@
22 -DIST tumbler-4.16.1.tar.bz2 593122 BLAKE2B b07bc8c0a23bea12f4777e72ae407b087550447dcd8c7da36393d070291e79db07f61c604f50675be881f4c1ab53fde007ff35700f902912ef4e558f360c4949 SHA512 483ed34d41349641ad9116655d1efbaa01352316f8ff4780903fd3f21aacea7c42bc80d7710e7ba0c2b9a79d0f971ce7210a03d5acb6c8b6b0750316665a8154
23 -DIST tumbler-4.17.3.tar.bz2 609521 BLAKE2B 294adfb4e7179362d5d72aac2021c2eabf762692f8b5ea26e74c4b9be4b8deebbfbf55d83208b203532887ad7ff7c12f9627e67fdeaa7f023be33b5f28294822 SHA512 eb9c3c0ec76b2ca2e32bbd3576d18a64cebb52b84274d3574ef2ec5e71851c43c24abe3b1a740a6bcaa9eb7271a1a1d11e3964e80b5d92ec368a4ede0ec339bd
24 DIST tumbler-4.18.0.tar.bz2 609664 BLAKE2B f18c8786b0dee452526b1fda34c6a1d442655d8c252cb68cb1593c121fb2daaee520cc7958936e6ba0492b2eddacb7722fde937092bdde91ca34d4ca3ab42667 SHA512 60f0621ab1a7a00909ea04181c7dfb733dfbb33219991b2f81f991c289428e026993639ee1ffa5b46dd6f35866e0a3ad76fadbd11eec5fa926fba0da2278b99f
25
26 diff --git a/xfce-base/tumbler/tumbler-4.16.1.ebuild b/xfce-base/tumbler/tumbler-4.16.1.ebuild
27 deleted file mode 100644
28 index 83ceae12b976..000000000000
29 --- a/xfce-base/tumbler/tumbler-4.16.1.ebuild
30 +++ /dev/null
31 @@ -1,74 +0,0 @@
32 -# Copyright 1999-2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -inherit xdg-utils
38 -
39 -DESCRIPTION="A thumbnail service for Thunar"
40 -HOMEPAGE="https://docs.xfce.org/xfce/thunar/start"
41 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
46 -IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
47 -
48 -DEPEND="
49 - >=dev-libs/glib-2.50:2
50 - media-libs/freetype:2=
51 - media-libs/libpng:0=
52 - >=sys-apps/dbus-1.6
53 - >=x11-libs/gdk-pixbuf-2.14:2
54 - curl? ( >=net-misc/curl-7.25:= )
55 - epub? ( app-text/libgepub )
56 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
57 - gstreamer? (
58 - media-libs/gstreamer:1.0
59 - media-libs/gst-plugins-base:1.0
60 - )
61 - jpeg? ( media-libs/libjpeg-turbo:0= )
62 - odf? ( >=gnome-extra/libgsf-1.14.20:= )
63 - pdf? ( >=app-text/poppler-0.12.4[cairo] )
64 - raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )
65 -"
66 -RDEPEND="
67 - ${DEPEND}
68 - gstreamer? ( media-plugins/gst-plugins-meta:1.0 )
69 -"
70 -BDEPEND="
71 - dev-util/gdbus-codegen
72 - dev-util/glib-utils
73 - dev-util/gtk-doc-am
74 - dev-util/intltool
75 - sys-devel/gettext
76 - virtual/pkgconfig
77 -"
78 -
79 -src_configure() {
80 - local myconf=(
81 - $(use_enable curl cover-thumbnailer)
82 - $(use_enable epub gepub-thumbnailer)
83 - $(use_enable jpeg jpeg-thumbnailer)
84 - $(use_enable ffmpeg ffmpeg-thumbnailer)
85 - $(use_enable gstreamer gstreamer-thumbnailer)
86 - $(use_enable odf odf-thumbnailer)
87 - $(use_enable pdf poppler-thumbnailer)
88 - $(use_enable raw raw-thumbnailer)
89 - )
90 -
91 - econf "${myconf[@]}"
92 -}
93 -
94 -src_install() {
95 - default
96 - find "${D}" -name '*.la' -delete || die
97 -}
98 -
99 -pkg_postinst() {
100 - xdg_icon_cache_update
101 -}
102 -
103 -pkg_postrm() {
104 - xdg_icon_cache_update
105 -}
106
107 diff --git a/xfce-base/tumbler/tumbler-4.17.3.ebuild b/xfce-base/tumbler/tumbler-4.17.3.ebuild
108 deleted file mode 100644
109 index 5804dd5ef5c4..000000000000
110 --- a/xfce-base/tumbler/tumbler-4.17.3.ebuild
111 +++ /dev/null
112 @@ -1,78 +0,0 @@
113 -# Copyright 1999-2022 Gentoo Authors
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=8
117 -
118 -inherit xdg-utils
119 -
120 -DESCRIPTION="A thumbnail service for Thunar"
121 -HOMEPAGE="
122 - https://docs.xfce.org/xfce/tumbler/start
123 - https://gitlab.xfce.org/xfce/tumbler/
124 -"
125 -SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
126 -
127 -LICENSE="GPL-2+"
128 -SLOT="0"
129 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
130 -IUSE="curl epub ffmpeg gstreamer jpeg odf pdf raw"
131 -
132 -DEPEND="
133 - >=dev-libs/glib-2.56:2
134 - media-libs/freetype:2=
135 - media-libs/libpng:0=
136 - >=sys-apps/dbus-1.6
137 - >=xfce-base/libxfce4util-4.17.1:=
138 - >=x11-libs/gdk-pixbuf-2.36.2:2
139 - curl? ( >=net-misc/curl-7.25:= )
140 - epub? ( app-text/libgepub )
141 - ffmpeg? ( >=media-video/ffmpegthumbnailer-2.0.8:= )
142 - gstreamer? (
143 - media-libs/gstreamer:1.0
144 - media-libs/gst-plugins-base:1.0
145 - )
146 - jpeg? ( media-libs/libjpeg-turbo:0= )
147 - odf? ( >=gnome-extra/libgsf-1.14.20:= )
148 - pdf? ( >=app-text/poppler-0.12.4[cairo] )
149 - raw? ( >=media-libs/libopenraw-0.0.8:=[gtk] )
150 -"
151 -RDEPEND="
152 - ${DEPEND}
153 - gstreamer? ( media-plugins/gst-plugins-meta:1.0 )
154 -"
155 -BDEPEND="
156 - dev-util/gdbus-codegen
157 - dev-util/glib-utils
158 - dev-util/gtk-doc-am
159 - dev-util/intltool
160 - sys-devel/gettext
161 - virtual/pkgconfig
162 -"
163 -
164 -src_configure() {
165 - local myconf=(
166 - $(use_enable curl cover-thumbnailer)
167 - $(use_enable epub gepub-thumbnailer)
168 - $(use_enable jpeg jpeg-thumbnailer)
169 - $(use_enable ffmpeg ffmpeg-thumbnailer)
170 - $(use_enable gstreamer gstreamer-thumbnailer)
171 - $(use_enable odf odf-thumbnailer)
172 - $(use_enable pdf poppler-thumbnailer)
173 - $(use_enable raw raw-thumbnailer)
174 - )
175 -
176 - econf "${myconf[@]}"
177 -}
178 -
179 -src_install() {
180 - default
181 - find "${D}" -name '*.la' -delete || die
182 -}
183 -
184 -pkg_postinst() {
185 - xdg_icon_cache_update
186 -}
187 -
188 -pkg_postrm() {
189 - xdg_icon_cache_update
190 -}