summaryrefslogtreecommitdiffstats
path: root/kde5-games/palapeli
diff options
context:
space:
mode:
authorTreeve Jelbert2017-11-17 13:06:43 +0100
committerTreeve Jelbert2017-11-17 13:06:43 +0100
commit78d28720ce71f812738cc8b4740f6b026af48173 (patch)
tree345e0a3e0e29f5926fc3a1dd140b8a183a668636 /kde5-games/palapeli
parentadffe16192406fb3c89c3eb7ba824a140226f048 (diff)
palapeli-17.11.80
Diffstat (limited to 'kde5-games/palapeli')
-rwxr-xr-xkde5-games/palapeli/CONFIGURE1
-rwxr-xr-xkde5-games/palapeli/DEPENDS18
-rwxr-xr-xkde5-games/palapeli/DETAILS18
-rw-r--r--kde5-games/palapeli/HISTORY6
4 files changed, 43 insertions, 0 deletions
diff --git a/kde5-games/palapeli/CONFIGURE b/kde5-games/palapeli/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-games/palapeli/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-games/palapeli/DEPENDS b/kde5-games/palapeli/DEPENDS
new file mode 100755
index 0000000000..b1b2b93666
--- /dev/null
+++ b/kde5-games/palapeli/DEPENDS
@@ -0,0 +1,18 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtsvg &&
+depends karchive &&
+depends kcompletion &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kcoreaddons &&
+depends kcrash &&
+depends ki18n &&
+depends kio &&
+depends kitemmodels &&
+depends knotifications &&
+depends kservice &&
+depends kwidgetsaddons &&
+depends kxmlgui &&
+optional_depends kdoctools '' '-DCMAKE_DISABLE_FIND_PACKAGE_KF5DocTools=1' 'build docs' &&
+depends libkdegames5 &&
+depends shared-mime-info
diff --git a/kde5-games/palapeli/DETAILS b/kde5-games/palapeli/DETAILS
new file mode 100755
index 0000000000..7a06faec3f
--- /dev/null
+++ b/kde5-games/palapeli/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=palapeli
+ VERSION=17.11.80
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/unstable/applications/${VERSION}/src/$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://quickgit.kde.org/?p=palapeli/.git
+ ENTERED=2015015
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5 games"
+ SHORT="single-player jigsaw puzzle game"
+cat << EOF
+Palapeli is a single-player jigsaw puzzle game
+EOF
diff --git a/kde5-games/palapeli/HISTORY b/kde5-games/palapeli/HISTORY
new file mode 100644
index 0000000000..b7369af836
--- /dev/null
+++ b/kde5-games/palapeli/HISTORY
@@ -0,0 +1,6 @@
+2017-11-17 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 17.11.80
+ * DETAILS: add gpg checking
+
+2015-01-15 Treeve Jelbert <treeve@sourcemage.org>
+ * spell created