summaryrefslogtreecommitdiffstats
path: root/ktp/ktp-kded-module
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-07 15:39:27 +0200
committerTreeve Jelbert2015-06-07 15:39:27 +0200
commit2d6292d007a9c6c08ac6ef881bfddbe8f7c5abe3 (patch)
tree607e9885a93d23906c3a877e76245607c2b549ac /ktp/ktp-kded-module
parentce0b7ee5d7534123dbf5b93448994abb7e56b311 (diff)
new spells ktp/* - version 15.04.2
Diffstat (limited to 'ktp/ktp-kded-module')
-rwxr-xr-xktp/ktp-kded-module/CONFIGURE1
-rwxr-xr-xktp/ktp-kded-module/DEPENDS11
-rwxr-xr-xktp/ktp-kded-module/DETAILS16
-rw-r--r--ktp/ktp-kded-module/HISTORY3
4 files changed, 31 insertions, 0 deletions
diff --git a/ktp/ktp-kded-module/CONFIGURE b/ktp/ktp-kded-module/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/ktp/ktp-kded-module/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/ktp/ktp-kded-module/DEPENDS b/ktp/ktp-kded-module/DEPENDS
new file mode 100755
index 0000000000..1bb0c7920e
--- /dev/null
+++ b/ktp/ktp-kded-module/DEPENDS
@@ -0,0 +1,11 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends kcmutils &&
+depends kconfig &&
+depends kconfigwidgets &&
+depends kdbusaddons &&
+depends ki18n &&
+depends kidletime &&
+depends kio &&
+depends knotifications &&
+depends kwidgetsaddons &&
+depends ktp-common-internals
diff --git a/ktp/ktp-kded-module/DETAILS b/ktp/ktp-kded-module/DETAILS
new file mode 100755
index 0000000000..ba990a4aa5
--- /dev/null
+++ b/ktp/ktp-kded-module/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=ktp-kded-module
+ VERSION=15.04.2
+ SOURCE_HASH=sha512:31b5fe8a197d37484f1af21b8f983b175963f541f8b3806838f4ad3f78b57caf2e14f2b844f85c3e473db56aa83d05da8e0af37918b66116cd3ebe588bf6a568
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=http://download.kde.org/stable/applications/${VERSION}/src/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=https://projects.kde.org/projects//ktp-kded-module
+ ENTERED=20150523
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="KDED module for Telepathy"
+cat << EOF
+This module sits in KDED and takes care of various bits of system integration
+like setting user to auto-away or handling connection errors.
+EOF
diff --git a/ktp/ktp-kded-module/HISTORY b/ktp/ktp-kded-module/HISTORY
new file mode 100644
index 0000000000..8e41d7f4e2
--- /dev/null
+++ b/ktp/ktp-kded-module/HISTORY
@@ -0,0 +1,3 @@
+2015-06-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.04.2
+