summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-08-15 11:11:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-08-15 19:46:54 +0200
commit52d080d03b87fd96f51cf19af2f58c6dc661d048 (patch)
tree0bf29b149f202cc2732db99c2904e833a2743c0b /kde-apps/thumbnailers
parentmedia-gfx/kio-raw-thumbnailer: add 23.08.5 (diff)
downloadgentoo-52d080d03b87fd96f51cf19af2f58c6dc661d048.tar.gz
gentoo-52d080d03b87fd96f51cf19af2f58c6dc661d048.tar.bz2
gentoo-52d080d03b87fd96f51cf19af2f58c6dc661d048.zip
kde-apps/thumbnailers: Turn 23.08.5 (-r1) into a metapackage
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/thumbnailers')
-rw-r--r--kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild b/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild
new file mode 100644
index 000000000000..f6369016d61f
--- /dev/null
+++ b/kde-apps/thumbnailers/thumbnailers-23.08.5-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Metapackage for KIO thumbnail generators"
+HOMEPAGE="https://apps.kde.org/kdegraphics_thumbnailers/"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="blender mobi pdf raw"
+
+RDEPEND="
+ blender? ( >=media-gfx/kio-blender-thumbnailer-${PV}:5 )
+ mobi? ( >=media-gfx/kio-mobi-thumbnailer-${PV}:5 )
+ pdf? ( >=media-gfx/kio-ps-thumbnailer-${PV}:5 )
+ raw? ( >=media-gfx/kio-raw-thumbnailer-${PV}:5 )
+"