summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-24 20:44:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-25 14:55:04 +0200
commit0e80851d832968cbee21daf1130c26ea63ada485 (patch)
tree69a242d30c74191b6519d5bb8d1bc5ef165048f6
parent93e7e860f2b8147e3fe76fb20bc34bc90a9dd360 (diff)
downloadkde-0e80851d832968cbee21daf1130c26ea63ada485.tar.gz
kde-0e80851d832968cbee21daf1130c26ea63ada485.tar.bz2
kde-0e80851d832968cbee21daf1130c26ea63ada485.zip
media-gfx/kio-ps-thumbnailer: Add 25.08 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild37
1 files changed, 37 insertions, 0 deletions
diff --git a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild
new file mode 100644
index 00000000000..93c6a12f7f3
--- /dev/null
+++ b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-25.08.49.9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+KDE_ORG_NAME="kdegraphics-thumbnailers"
+KFMIN=6.16.0
+QTMIN=6.9.1
+inherit ecm gear.kde.org
+
+DESCRIPTION="KIO thumbnail generator for DVI, EPS, PDF and PS files"
+HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui]
+ >=kde-frameworks/kio-${KFMIN}:6
+"
+RDEPEND="${DEPEND}
+ !<kde-apps/thumbnailers-24.05.2-r1:6
+ app-text/dvipsk
+ app-text/ghostscript-gpl
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDISABLE_BLENDER=ON
+ -DDISABLE_MOBIPOCKET=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON
+ )
+ ecm_src_configure
+}