summaryrefslogtreecommitdiffstats
path: root/kde5-extra
diff options
context:
space:
mode:
authorTreeve Jelbert2017-09-13 17:57:37 +0200
committerTreeve Jelbert2017-09-13 20:35:18 +0200
commit1b8b878985636fa65cf7c13a9252e39e3428d43b (patch)
tree44350bbca8800701056cbd747062cf739fe97e1b /kde5-extra
parentcae4d46be68ac3086dc4750d97797207361ed380 (diff)
libkvkontakte-5.0.0
Diffstat (limited to 'kde5-extra')
-rwxr-xr-xkde5-extra/libkvkontakte/CONFIGURE1
-rwxr-xr-xkde5-extra/libkvkontakte/DEPENDS7
-rwxr-xr-xkde5-extra/libkvkontakte/DETAILS19
-rw-r--r--kde5-extra/libkvkontakte/HISTORY6
4 files changed, 33 insertions, 0 deletions
diff --git a/kde5-extra/libkvkontakte/CONFIGURE b/kde5-extra/libkvkontakte/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/kde5-extra/libkvkontakte/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/kde5-extra/libkvkontakte/DEPENDS b/kde5-extra/libkvkontakte/DEPENDS
new file mode 100755
index 0000000000..439a50de32
--- /dev/null
+++ b/kde5-extra/libkvkontakte/DEPENDS
@@ -0,0 +1,7 @@
+source $GRIMOIRE/KDE5_DEPENDS &&
+depends WEBKIT_QT &&
+depends kcoreaddons &&
+depends kdelibs4support &&
+depends kdewebkit &&
+depends ki18n &&
+depends kio
diff --git a/kde5-extra/libkvkontakte/DETAILS b/kde5-extra/libkvkontakte/DETAILS
new file mode 100755
index 0000000000..047784ecad
--- /dev/null
+++ b/kde5-extra/libkvkontakte/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=libkvkontakte
+ VERSION=5.0.0
+ SOURCE=$SPELL-$VERSION.tar.xz
+ SOURCE_URL=https://download.kde.org/stable/libkvkontakte/${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=libkvkontakte.git
+ ENTERED=20150526
+# SECURITY_PATCH=1
+ LICENSE[0]=LGPL
+ KEYWORDS=""
+ SHORT="VK social networking"
+cat << EOF
+LibKVkontakte is a Qt5/KF5 based C++ library implementing job classes for
+asynchronous interation with the VK social networking site (vk.com)
+EOF
diff --git a/kde5-extra/libkvkontakte/HISTORY b/kde5-extra/libkvkontakte/HISTORY
new file mode 100644
index 0000000000..bd0300332f
--- /dev/null
+++ b/kde5-extra/libkvkontakte/HISTORY
@@ -0,0 +1,6 @@
+2017-09-13 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 5.0.0
+
+2015-05-26 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAIL: version master(git)
+ spell created