[Lunar-commits] <moonbase-kde> accounts-qt: adding to moonbase
Dennis Veatch
dennisveatch at bellsouth.net
Tue Aug 5 13:44:12 CEST 2014
commit 6845fdc7817faa8c150ca44eb151c45a0a724b03
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 05 Aug 2014 03:42:58 -0400
URL: https://github.com/lunar-linux/moonbase-kde/commit/6845fdc7817faa8c150ca44eb151c45a0a724b03
accounts-qt: adding to moonbase
---
libs/accounts-qt/BUILD | +9/-0
libs/accounts-qt/DEPENDS | +3/-0
libs/accounts-qt/DETAILS | +13/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/libs/accounts-qt/BUILD
@@ -0,0 +1,9 @@
+(
+
+ . /etc/profile.d/qt4.rc &&
+ . /etc/profile.d/kde4.rc &&
+
+ qmake prefix=/usr $OPTS &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/accounts-qt/DEPENDS
@@ -0,0 +1,3 @@
+depends qt4
+depends qjson
+depends libaccounts-glib
--- /dev/null
+++ b/libs/accounts-qt/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=accounts-qt
+ VERSION=1.11
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=https://accounts-sso.googlecode.com/files/
+ SOURCE_VFY=sha1:a09eb0487db215d6b8809fc33790cdbb2f785393
+ WEB_SITE=https://code.google.com/p/accounts-sso/
+ ENTERED=20140805
+ UPDATED=20140805
+ SHORT="qt based Accounts and SSO framework"
+
+cat << EOF
+Qt based Accounts and SSO framework.
+EOF
More information about the Lunar-commits
mailing list