summaryrefslogtreecommitdiffstats
path: root/plasma-mobile
diff options
context:
space:
mode:
authorTreeve Jelbert2021-10-22 17:05:11 +0200
committerTreeve Jelbert2021-10-22 17:05:11 +0200
commit1818d8499159da72f8b1eb4e9adddd342a86b487 (patch)
tree70e919ab8616deaf55ec078ced21109c106bc49c /plasma-mobile
parent6207085f5c754b2fbeec56d388dc55916a8e4639 (diff)
koko-21.08
Diffstat (limited to 'plasma-mobile')
-rwxr-xr-xplasma-mobile/koko/CONFIGURE1
-rwxr-xr-xplasma-mobile/koko/DEPENDS15
-rwxr-xr-xplasma-mobile/koko/DETAILS18
-rw-r--r--plasma-mobile/koko/HISTORY8
4 files changed, 42 insertions, 0 deletions
diff --git a/plasma-mobile/koko/CONFIGURE b/plasma-mobile/koko/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/plasma-mobile/koko/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/koko/DEPENDS b/plasma-mobile/koko/DEPENDS
new file mode 100755
index 0000000000..59e50005cf
--- /dev/null
+++ b/plasma-mobile/koko/DEPENDS
@@ -0,0 +1,15 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtlocation &&
+depends qtsvg &&
+depends kconfig &&
+depends kdeclarative &&
+depends kdbusaddons &&
+depends kfilemetadata5 &&
+depends kguiaddons &&
+depends ki18n &&
+depends kio &&
+depends exiv2 &&
+depends kquickimageeditor &&
+runtime_depends kirigami2 &&
+runtime_depends qtgraphicaleffects
diff --git a/plasma-mobile/koko/DETAILS b/plasma-mobile/koko/DETAILS
new file mode 100755
index 0000000000..88550a47b4
--- /dev/null
+++ b/plasma-mobile/koko/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=koko
+ VERSION=21.08
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/plasma-mobile/$VERSION/$SOURCE
+ SOURCE2=$SOURCE.sig
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=kde.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://cgi.kde.org/koko.git/about
+ ENTERED=20150317
+# SECURITY_PATCH=1
+ LICENSE[0]=CCO
+ KEYWORDS="kde5"
+ SHORT="An Image Gallery application"
+cat << EOF
+An Image Gallery application
+EOF
diff --git a/plasma-mobile/koko/HISTORY b/plasma-mobile/koko/HISTORY
new file mode 100644
index 0000000000..6ebb8b0771
--- /dev/null
+++ b/plasma-mobile/koko/HISTORY
@@ -0,0 +1,8 @@
+2021-10-22 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 21.08
+ * DETAILS: add gpg checking
+
+2015-03-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master
+ spell created
+