summaryrefslogtreecommitdiffstats
path: root/plasma-mobile
diff options
context:
space:
mode:
authorTreeve Jelbert2021-10-22 17:27:33 +0200
committerTreeve Jelbert2021-10-22 17:27:33 +0200
commitd327c1cb75bd2d319fa69d97999ce012caf26036 (patch)
tree00d6ec339ef4d7fe0b513d8b75650dc5eed54698 /plasma-mobile
parent1818d8499159da72f8b1eb4e9adddd342a86b487 (diff)
move calindori
Diffstat (limited to 'plasma-mobile')
-rwxr-xr-xplasma-mobile/calindori/CONFIGURE1
-rwxr-xr-xplasma-mobile/calindori/DEPENDS12
-rwxr-xr-xplasma-mobile/calindori/DETAILS23
-rw-r--r--plasma-mobile/calindori/HISTORY9
4 files changed, 45 insertions, 0 deletions
diff --git a/plasma-mobile/calindori/CONFIGURE b/plasma-mobile/calindori/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/plasma-mobile/calindori/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/plasma-mobile/calindori/DEPENDS b/plasma-mobile/calindori/DEPENDS
new file mode 100755
index 0000000000..375de394f4
--- /dev/null
+++ b/plasma-mobile/calindori/DEPENDS
@@ -0,0 +1,12 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends qtdeclarative &&
+depends qtquickcontrols2 &&
+depends kconfig &&
+depends kdbusaddons &&
+depends ki18n &&
+depends kirigami2 &&
+depends kcoreaddons &&
+depends kcalendarcore &&
+depends kdbusaddons &&
+depends knotifications &&
+depends kservice
diff --git a/plasma-mobile/calindori/DETAILS b/plasma-mobile/calindori/DETAILS
new file mode 100755
index 0000000000..efb3c9cf95
--- /dev/null
+++ b/plasma-mobile/calindori/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=calindori
+ VERSION=1.4
+ SOURCE_HASH=sha512:052d786db1c44d026e9ee86724b7c63c6fc78b01de058d18ed6ad1b73b049d294a76564df9402c3b969a1ceefacb9a385dc0ec5a20c3be2bae3fe71f7a095ca1
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/calindori/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://invent.kde.org/kde/$SPELL.git
+ ENTERED=20200912
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL3
+ KEYWORDS="kde5"
+ SHORT="Calendar application for Plasma Mobile"
+cat << EOF
+Calindori is a touch friendly calendar application.
+It has been designed for mobile devices but it can also run on desktop environments.
+It offers:
+
+* Monthly agenda
+* Multiple calendars
+* Event management
+* Task management
+* Calendar import
+EOF
diff --git a/plasma-mobile/calindori/HISTORY b/plasma-mobile/calindori/HISTORY
new file mode 100644
index 0000000000..34709ef380
--- /dev/null
+++ b/plasma-mobile/calindori/HISTORY
@@ -0,0 +1,9 @@
+2021-03-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.4
+
+2020-11-21 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.3
+
+2020-09-12 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 1.2
+ spell created