summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2015-06-07 16:24:22 +0200
committerTreeve Jelbert2015-06-07 16:24:22 +0200
commitec8d68d8c3068eae82cbb8fcc445735eefdc0e80 (patch)
tree6376975c5da42717bd76bb97ced3efa2dea0508c
parentf0339b3535138de282d38f3dc318425c64da5420 (diff)
kaccounts-providers-15.04.2
-rw-r--r--ChangeLog1
-rwxr-xr-xkde5-net/kaccounts-providers/CONFIGURE1
-rwxr-xr-xkde5-net/kaccounts-providers/DEPENDS3
-rwxr-xr-xkde5-net/kaccounts-providers/DETAILS14
-rw-r--r--kde5-net/kaccounts-providers/HISTORY3
5 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea6d9b1db9..816252407c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
* qt5-qmake/libaccounts-qt: new spell
* ktp/*: new section KDE Telepathy spells
* kde5-net/kaccounts-integration: added
+ * kde5-net/kaccounts-providers: add
2015-06-03 Treeve Jelbert <treeve@sourcemage.org>
* KDE5_FUNCTIONS: tweak kde5_build
diff --git a/kde5-net/kaccounts-providers/CONFIGURE b/kde5-net/kaccounts-providers/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-net/kaccounts-providers/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-net/kaccounts-providers/DEPENDS b/kde5-net/kaccounts-providers/DEPENDS
new file mode 100755
index 0000000000..157d8d1f18
--- /dev/null
+++ b/kde5-net/kaccounts-providers/DEPENDS
@@ -0,0 +1,3 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends intltool &&
+depends pkgconfig
diff --git a/kde5-net/kaccounts-providers/DETAILS b/kde5-net/kaccounts-providers/DETAILS
new file mode 100755
index 0000000000..be999d0cb1
--- /dev/null
+++ b/kde5-net/kaccounts-providers/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=kaccounts-providers
+ VERSION=15.04.2
+ SOURCE_HASH=sha512:a9e35fc9f212c904b44e69a511ac9e3849b096862b59f34e6d28643f33169979c15fb39b6dd457686664f7765c3164b7d2162d0d9c8ebc4483968c9a066f4476
+ 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//kaccounts-providers
+ ENTERED=20150523
+# SECURITY_PATCH=1
+ LICENSE[0]=GPL
+ KEYWORDS="kde5"
+ SHORT=""
+cat << EOF
+EOF
diff --git a/kde5-net/kaccounts-providers/HISTORY b/kde5-net/kaccounts-providers/HISTORY
new file mode 100644
index 0000000000..93fd789ea4
--- /dev/null
+++ b/kde5-net/kaccounts-providers/HISTORY
@@ -0,0 +1,3 @@
+2015-06-07 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 15.04.2
+ * spell created