summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r--kde-apps/thumbnailers/Manifest4
-rw-r--r--kde-apps/thumbnailers/metadata.xml8
-rw-r--r--kde-apps/thumbnailers/thumbnailers-18.12.3.ebuild31
-rw-r--r--kde-apps/thumbnailers/thumbnailers-19.04.3.ebuild32
-rw-r--r--kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild41
-rw-r--r--kde-apps/thumbnailers/thumbnailers-24.02.2.ebuild39
6 files changed, 89 insertions, 66 deletions
diff --git a/kde-apps/thumbnailers/Manifest b/kde-apps/thumbnailers/Manifest
index 5fdcec61d0ad..ca11b75f42d7 100644
--- a/kde-apps/thumbnailers/Manifest
+++ b/kde-apps/thumbnailers/Manifest
@@ -1,2 +1,2 @@
-DIST kdegraphics-thumbnailers-18.12.3.tar.xz 41288 BLAKE2B 6c5ae64d3b456687402481604d91238c61064c7033123771e4f0fc3c138a6aba5fd88281697421beb5df569cb219f4cbfedf1011bcabd84bbe53e6c041f83ff4 SHA512 4e353f782d0f5acb3a6755f2868585b37c7527c5678b06f964ab78e902bcef97adfe882171690a029f3fca8c1b1805f0b89ee8fa71140b5ef8344d042bb6e109
-DIST kdegraphics-thumbnailers-19.04.3.tar.xz 42992 BLAKE2B 485f3e08c6995dac03bd52dd0cb4b07749129a4250156dd5a6dc4c7564201678e02aacbeac90bc0d07d8938f5d0ffaaf9e68210b1c30923259588123853b91e0 SHA512 c2b4168b2f5e24ca1d2dc9bdb32bd04d04340d735efb4b6e7ce60cf31fb0eb58aba5aa192eddb76546527aab1fc9b1d28efc568c0b9fbfbc838a07428a7baacd
+DIST kdegraphics-thumbnailers-23.08.5.tar.xz 49436 BLAKE2B 943ad7bd93ca5e4d80854869d4d97f7121d259a82062afb7781d1845e94cbc6ea1732aff3d3476eb6db5ffe54f8f97b352ef8977ebdccc2b173594dd3cbccd6f SHA512 77c328e9532fbd12548d4d219d6da2ad369ee14825d3cf5d142ec11afb842640e1fd01e7e1f911147c93e7e93893b9ae10be66b3d568866ed8985b5e5b38663f
+DIST kdegraphics-thumbnailers-24.02.2.tar.xz 48664 BLAKE2B e6358c68a541d496a0be871303c2887c9d3e29283809cc248fcd3a0e4c5be590eb224b083dbed44c2bd4b946c69f48c2dcd1c2dbf3a2b37a8f20c13996718d71 SHA512 bdacb207bdf74fa12b694253caa9475241fee2e8dd55aeec8d195e59cdf24cb2109b02138a7725fe423b6359bd4ec482fb9441d2e24ca9e0640e7b5455fa4e1f
diff --git a/kde-apps/thumbnailers/metadata.xml b/kde-apps/thumbnailers/metadata.xml
index 2fdbf33d963d..178495035bea 100644
--- a/kde-apps/thumbnailers/metadata.xml
+++ b/kde-apps/thumbnailers/metadata.xml
@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <upstream>
+ <bugs-to>https://bugs.kde.org/</bugs-to>
+ </upstream>
+ <use>
+ <flag name="mobi">Enable mobipocket thumbnail generation using <pkg>kde-apps/kdegraphics-mobipocket</pkg></flag>
+ </use>
</pkgmetadata>
diff --git a/kde-apps/thumbnailers/thumbnailers-18.12.3.ebuild b/kde-apps/thumbnailers/thumbnailers-18.12.3.ebuild
deleted file mode 100644
index 9b51a384b00f..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-18.12.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="kdegraphics-thumbnailers"
-inherit kde5
-
-DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
-LICENSE="GPL-2+"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="raw"
-
-DEPEND="
- $(add_frameworks_dep kio)
- $(add_qt_dep qtgui)
- raw? (
- $(add_kdeapps_dep libkdcraw)
- $(add_kdeapps_dep libkexiv2)
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package raw KF5KExiv2)
- $(cmake-utils_use_find_package raw KF5KDcraw)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/thumbnailers/thumbnailers-19.04.3.ebuild b/kde-apps/thumbnailers/thumbnailers-19.04.3.ebuild
deleted file mode 100644
index d9395112cc61..000000000000
--- a/kde-apps/thumbnailers/thumbnailers-19.04.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="kdegraphics-thumbnailers"
-inherit kde5
-
-DESCRIPTION="Thumbnail generators for PDF/PS and RAW files"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="raw"
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kio)
- $(add_qt_dep qtgui)
- raw? (
- $(add_kdeapps_dep libkdcraw)
- $(add_kdeapps_dep libkexiv2)
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package raw KF5KExiv2)
- $(cmake-utils_use_find_package raw KF5KDcraw)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild
new file mode 100644
index 000000000000..a185cca4e8d9
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-23.08.5.ebuild
@@ -0,0 +1,41 @@
+# 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=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
+}
diff --git a/kde-apps/thumbnailers/thumbnailers-24.02.2.ebuild b/kde-apps/thumbnailers/thumbnailers-24.02.2.ebuild
new file mode 100644
index 000000000000..aa31df0a46ac
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-24.02.2.ebuild
@@ -0,0 +1,39 @@
+# 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.0.0
+QTMIN=6.6.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Thumbnail generators for Mobipocket, PDF/PS and RAW files"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64"
+IUSE="mobi raw"
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/karchive-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ mobi? ( >=kde-apps/kdegraphics-mobipocket-${PVCUT}:6 )
+ raw? (
+ >=kde-apps/libkdcraw-${PVCUT}:6
+ >=kde-apps/libkexiv2-${PVCUT}:6
+ )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISABLE_MOBIPOCKET=$(usex !mobi)
+ $(cmake_use_find_package raw KExiv2Qt6)
+ $(cmake_use_find_package raw KDcrawQt6)
+ )
+
+ ecm_src_configure
+}