diff options
author | 2023-11-09 14:21:19 +0100 | |
---|---|---|
committer | 2023-11-09 14:21:19 +0100 | |
commit | 3e0f1ccdeedc84629063b792f2a289e1eddbd307 (patch) | |
tree | 5b896791c934ff6c35f1bbd037c82235498a7ddd /kde-apps/thumbnailers | |
parent | kde-apps/svgpart: drop 23.08.3 (diff) | |
download | kde-3e0f1ccdeedc84629063b792f2a289e1eddbd307.tar.gz kde-3e0f1ccdeedc84629063b792f2a289e1eddbd307.tar.bz2 kde-3e0f1ccdeedc84629063b792f2a289e1eddbd307.zip |
kde-apps/thumbnailers: drop 23.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r-- | kde-apps/thumbnailers/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest deleted file mode 100644 index b550b0f855..0000000000 --- a/kde-apps/thumbnailers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kdegraphics-thumbnailers-23.08.3.tar.xz 49424 BLAKE2B 73faa96ed620c311964f0f12caf4c70985bb692c9c8f36b634436bddc088f8e537ac43533750330a96314846a4e1ac1ee3ff5a09ff4c6aab8eff2f378420141a SHA512 062af3ec907ae3fe4e6853caf7969f909fad8263d2aa4509620bc975f228b75579512cfc442b5880e82625ff03b196f2f6c2798ad5947dc1daf0e5dae3007f84 diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild deleted file mode 100644 index f2b2c66bce..0000000000 --- a/kde-apps/thumbnailers/thumbnailers-23.08.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -KDE_ORG_NAME="kdegraphics-thumbnailers" -PVCUT=$(ver_cut 1-3) -KFMIN=5.106.0 -QTMIN=5.15.9 -inherit ecm gear.kde.org - -DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and RAW files" - -LICENSE="GPL-2+" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" -IUSE="mobi raw" - -DEPEND=" - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 ) - raw? ( - >=kde-apps/libkdcraw-${PVCUT}:5 - >=kde-apps/libkexiv2-${PVCUT}:5 - ) -" -RDEPEND="${DEPEND} - mobi? ( !<kde-apps/kdegraphics-mobipocket-21.12.50:5[thumbnail] ) -" - -src_configure() { - local mycmakeargs=( - -DDISABLE_MOBIPOCKET=$(usex !mobi) - $(cmake_use_find_package raw KF5KExiv2) - $(cmake_use_find_package raw KF5KDcraw) - ) - - ecm_src_configure -} |