media-gfx/kio-ps-thumbnailer: drop 25.04.3

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-10-21 12:22:22 +02:00
parent a1d47ae990
commit 48f4ec2144
2 changed files with 0 additions and 38 deletions

View File

@@ -1,2 +1 @@
DIST kdegraphics-thumbnailers-25.04.3.tar.xz 49160 BLAKE2B 1e892ec58b445c8ed0a0e5c3b4bfc57ff99cdf58d55a52c94745b70f307e9bc4726c612b0881b5e82681bab0665e83593656e2ca6e386538b5d2681d9572fb24 SHA512 9e73c96f8c7fe1655e002f5dac6b38336e511f354766b32b6fd38cf5c4e47cc14d82d83fb6e45c935d0d74b5c9db9475bcd6f824fb4d946738baed1841f41b40
DIST kdegraphics-thumbnailers-25.08.2.tar.xz 55836 BLAKE2B f8dc965824fb17b7ca40af696e5e3f08688ab1bd6c4e9ddb38a5f7053a665f22aac090332746607808385e2da180b4ed058b6fdc89fdef7637501231646ead7a SHA512 71e8df54571eb9f0f41133efb5f2d943dc9fc376a0c24e487d651308315bffccc88a9c42d378e12d9a9a8432c60bff4b49f3e4da973b73a09f6c5938f91d28f4

View File

@@ -1,37 +0,0 @@
# 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.13.0
QTMIN=6.7.2
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="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
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
}