diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-15 11:06:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-15 19:46:53 +0200 |
commit | d3e416339a30a37249b7ebcd769ddbcc1d1759ed (patch) | |
tree | 88172a864ffcaa03d4b6fa8e0ee92b90871fb755 /media-gfx | |
parent | media-gfx/kio-blender-thumbnailer: add 23.08.5 (diff) | |
download | gentoo-d3e416339a30a37249b7ebcd769ddbcc1d1759ed.tar.gz gentoo-d3e416339a30a37249b7ebcd769ddbcc1d1759ed.tar.bz2 gentoo-d3e416339a30a37249b7ebcd769ddbcc1d1759ed.zip |
media-gfx/kio-mobi-thumbnailer: add 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/kio-mobi-thumbnailer/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-23.08.5.ebuild | 42 |
2 files changed, 43 insertions, 0 deletions
diff --git a/media-gfx/kio-mobi-thumbnailer/Manifest b/media-gfx/kio-mobi-thumbnailer/Manifest index ecca1135028f..8e6d0767cba9 100644 --- a/media-gfx/kio-mobi-thumbnailer/Manifest +++ b/media-gfx/kio-mobi-thumbnailer/Manifest @@ -1 +1,2 @@ +DIST kdegraphics-thumbnailers-23.08.5.tar.xz 49436 BLAKE2B 943ad7bd93ca5e4d80854869d4d97f7121d259a82062afb7781d1845e94cbc6ea1732aff3d3476eb6db5ffe54f8f97b352ef8977ebdccc2b173594dd3cbccd6f SHA512 77c328e9532fbd12548d4d219d6da2ad369ee14825d3cf5d142ec11afb842640e1fd01e7e1f911147c93e7e93893b9ae10be66b3d568866ed8985b5e5b38663f DIST kdegraphics-thumbnailers-24.05.2.tar.xz 48756 BLAKE2B f5c2932c89fe38933c764171c31edfc0c11b7d6a34170e283a5f7ebc221866a2005897e580f1076b4a8bd9438d2fc39ff4b5da99abe90ce41c7465f35b7f6479 SHA512 eafc1eaf48fe7fef2556b1ba39beec0032b3fbc3ad01856517c86e6d56a2d24c488db9ca6cd9669a5b70c16ce44b6006c0a9e48216af08d03fbd805973158503 diff --git a/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-23.08.5.ebuild b/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-23.08.5.ebuild new file mode 100644 index 000000000000..e71e4c75f259 --- /dev/null +++ b/media-gfx/kio-mobi-thumbnailer/kio-mobi-thumbnailer-23.08.5.ebuild @@ -0,0 +1,42 @@ +# 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="KIO thumbnail generator for Mobipocket files" +HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/" + +LICENSE="GPL-2+" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +DEPEND=" + >=dev-qt/qtgui-${QTMIN}:5 + >=kde-apps/kdegraphics-mobipocket-${PVCUT}:5 + >=kde-frameworks/kio-${KFMIN}:5 +" +RDEPEND="${DEPEND} + !<kde-apps/thumbnailers-23.08.5-r1:5 +" + +src_prepare() { + ecm_src_prepare + ecm_punt_kf_module Archive +} + +src_configure() { + local mycmakeargs=( + -DBUILD_ps=OFF + -DBUILD_blend=OFF + -DCMAKE_DISABLE_FIND_PACKAGE_KF5KExiv2=ON + -DCMAKE_DISABLE_FIND_PACKAGE_KF5KDcraw=ON + ) + + ecm_src_configure +} |