aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:05:31 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-07 20:05:31 +0100
commitf137e30705b2726bb8338e6f9ff012cfae086f86 (patch)
tree57c17b63facd84e01a3882bf00a8e3e485e2ae53 /media-gfx
parentmedia-gfx/kio-ps-thumbnailer: drop 24.08.3 (diff)
downloadkde-f137e30705b2726bb8338e6f9ff012cfae086f86.tar.gz
kde-f137e30705b2726bb8338e6f9ff012cfae086f86.tar.bz2
kde-f137e30705b2726bb8338e6f9ff012cfae086f86.zip
media-gfx/kio-raw-thumbnailer: drop 24.08.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/kio-raw-thumbnailer/Manifest1
-rw-r--r--media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.08.3.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/media-gfx/kio-raw-thumbnailer/Manifest b/media-gfx/kio-raw-thumbnailer/Manifest
deleted file mode 100644
index 9a99cef28e..0000000000
--- a/media-gfx/kio-raw-thumbnailer/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kdegraphics-thumbnailers-24.08.3.tar.xz 49092 BLAKE2B c42d05fb1fb3e0660bb247a98b4cf30b055ffcc41ba5a441c63173f4db68b4c357dff9cd60bfdfd1849a31e548cce84b4c0ef83db524f5f2715600e15cac9e0e SHA512 23411e41e12be1c4af78ae621ea61976a99d05bd19dbadff399cdfa51e06182d89337c240d728beda376b2ed16c9fa5ad1641629e80b5da00f3a7dadd48c602d
diff --git a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.08.3.ebuild b/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.08.3.ebuild
deleted file mode 100644
index 369f5f4409..0000000000
--- a/media-gfx/kio-raw-thumbnailer/kio-raw-thumbnailer-24.08.3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 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=6.5.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="KIO thumbnail generator for RAW files"
-HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- >=kde-apps/libkdcraw-${PVCUT}:6
- >=kde-apps/libkexiv2-${PVCUT}:6
- >=kde-frameworks/kio-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- !<kde-apps/thumbnailers-24.05.2-r1:6
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_kf_module Archive
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_blend=OFF
- -DBUILD_ps=OFF
- -DDISABLE_MOBIPOCKET=ON
- -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
- )
-
- ecm_src_configure
-}