summaryrefslogtreecommitdiffstats
path: root/trinity-base/kooka
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-base/kooka')
-rw-r--r--trinity-base/kooka/Manifest1
-rw-r--r--trinity-base/kooka/kooka-14.0.11.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/trinity-base/kooka/Manifest b/trinity-base/kooka/Manifest
index dfac9d41..4950d6dd 100644
--- a/trinity-base/kooka/Manifest
+++ b/trinity-base/kooka/Manifest
@@ -1 +1,2 @@
+DIST tdegraphics-trinity-14.0.11.tar.xz 5806172 BLAKE2B 74de0c533bb95fe61b0575b5cf0ddf1f0050e8e22c69e116b0371b9c89109f856cd2e35e5c7256ad6d8f5ec3bd3b6c30aa038fdc8e2af63322dbf5969bbaaec9 SHA512 1a55a9b2968151af0c3c0982b766fe82e589dcceca6795947a01d30c878613a00614f54a1bbd1d5daa921012e6a1d952da7d52e77c7eb12b640ee69874f6c6ff
DIST tdegraphics-trinity-14.0.8.tar.xz 5797244 BLAKE2B a3cce4ccf88badbc661c8e8784c1082e41362fe39abd865150f4e8003021851c15ca6cc6afacb34c65caf5ad99459ca317f7f80a6ec60cf0acb8d9622996f511 SHA512 3dc5532633f43179e16123fe142c5ec2352d4b05081b7c04d5849f46cb1929f536cc29a635c61d1bb47f9bfa9a22f8ba19ff33f640751cd6140974dbe88b7611
diff --git a/trinity-base/kooka/kooka-14.0.11.ebuild b/trinity-base/kooka/kooka-14.0.11.ebuild
new file mode 100644
index 00000000..2579a87a
--- /dev/null
+++ b/trinity-base/kooka/kooka-14.0.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Copyright 2021 The Trinity Desktop Project
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+TRINITY_MODULE_NAME="tdegraphics"
+TRINITY_MODULE_TYPE="core"
+TSM_EXTRACT_ALSO="libkscan"
+inherit trinity-meta-2
+
+DESCRIPTION="Kooka is a Trinity application which provides access to scanner hardware"
+if [[ ${PV} != *9999* ]] ; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DEPEND="
+ media-libs/tiff:=
+ ~trinity-base/libkscan-${PV}
+"
+RDEPEND="${DEPEND}"