summaryrefslogtreecommitdiffstats
path: root/kde5-utils
diff options
context:
space:
mode:
authorTreeve Jelbert2021-11-26 20:00:36 +0100
committerTreeve Jelbert2021-11-26 20:38:58 +0100
commitf914d91adb7d005588ac535c811fabc84f76e67f (patch)
treed9368918a2a4dc5eaf0e968decc223a20fe9345f /kde5-utils
parent88c151c6abc4b2481af6032868b5cf9ce5e6030b (diff)
move zanshin
Diffstat (limited to 'kde5-utils')
-rwxr-xr-xkde5-utils/zanshin/CONFIGURE1
-rwxr-xr-xkde5-utils/zanshin/DEPENDS14
-rwxr-xr-xkde5-utils/zanshin/DETAILS21
-rw-r--r--kde5-utils/zanshin/HISTORY14
4 files changed, 50 insertions, 0 deletions
diff --git a/kde5-utils/zanshin/CONFIGURE b/kde5-utils/zanshin/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-utils/zanshin/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-utils/zanshin/DEPENDS b/kde5-utils/zanshin/DEPENDS
new file mode 100755
index 0000000000..f87e5f547a
--- /dev/null
+++ b/kde5-utils/zanshin/DEPENDS
@@ -0,0 +1,14 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends ki18n &&
+depends krunner &&
+depends kwallet5 &&
+
+depends akonadi &&
+depends akonadi-calendar &&
+depends akonadi-notes &&
+depends akonadi-search &&
+depends kldap &&
+depends kontactinterface &&
+depends kidentitymanagement &&
+depends boost
diff --git a/kde5-utils/zanshin/DETAILS b/kde5-utils/zanshin/DETAILS
new file mode 100755
index 0000000000..0adc5c429b
--- /dev/null
+++ b/kde5-utils/zanshin/DETAILS
@@ -0,0 +1,21 @@
+ SPELL=zanshin
+ VERSION=0.5.71
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/zanshin/$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://zanshin.kde.org
+ ENTERED=20160403
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT="personal organizer"
+cat << EOF
+Zanshin is a powerful yet simple application for managing your day to day actions.
+It helps you organize and rwww.e the cognitive pressure of what one has to do in
+his job and personal life. You'll never forget anything anymore, getting your mind
+like water
+EOF
diff --git a/kde5-utils/zanshin/HISTORY b/kde5-utils/zanshin/HISTORY
new file mode 100644
index 0000000000..5e48ea75f5
--- /dev/null
+++ b/kde5-utils/zanshin/HISTORY
@@ -0,0 +1,14 @@
+2020-01-14 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.5.71
+
+2018-01-04 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.5.0
+ * DETAILS: add gpg checking
+ * DEPENDS: akonadi stuff
+
+2016-04-20 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.4.0
+
+2016-04-03 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version master
+ spell created