diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:15:20 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-10 19:32:50 +0200 |
commit | ed94823d30674c926ad106527b8dff6c70d5daa4 (patch) | |
tree | 59c963cfd961f31ff25d586ba1c97d04f43ae3e2 /media-gfx | |
parent | media-gfx/kio-mobi-thumbnailer: 24.08.1 version bump (diff) | |
download | kde-ed94823d30674c926ad106527b8dff6c70d5daa4.tar.gz kde-ed94823d30674c926ad106527b8dff6c70d5daa4.tar.bz2 kde-ed94823d30674c926ad106527b8dff6c70d5daa4.zip |
media-gfx/kio-ps-thumbnailer: 24.08.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kio-ps-thumbnailer/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/media-gfx/kio-ps-thumbnailer/Manifest b/media-gfx/kio-ps-thumbnailer/Manifest new file mode 100644 index 0000000000..57fe517aa8 --- /dev/null +++ b/media-gfx/kio-ps-thumbnailer/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-24.08.1.tar.xz 49016 BLAKE2B 1c29734d1371f970271e9bf0dd0750d80f5c19b78c7cdb90bc0665ee748cf4aa0414047796d96b21c207b3f6071e0e3a5fb83126d0f4f919793070f335180457 SHA512 d1b15005e080581ce31d96271bf8827a969ef95b3703ec80858b2d26fc5dd615d408471065647e0d7b7fef39b9e9af18fcf1af56594be13df5f3119fa81c2134 diff --git a/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild new file mode 100644 index 0000000000..e0ab877271 --- /dev/null +++ b/media-gfx/kio-ps-thumbnailer/kio-ps-thumbnailer-24.08.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="kdegraphics-thumbnailers" +KFMIN=6.5.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 ~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_prepare() { + ecm_src_prepare + ecm_punt_kf_module Archive +} + +src_configure() { + local mycmakeargs=( + -DBUILD_blend=OFF + -DDISABLE_MOBIPOCKET=ON + -DCMAKE_DISABLE_FIND_PACKAGE_QMobipocket6=ON + -DCMAKE_DISABLE_FIND_PACKAGE_KExiv2Qt6=ON + -DCMAKE_DISABLE_FIND_PACKAGE_KDcrawQt6=ON + ) + + ecm_src_configure +} |