summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLadislav Hagara2011-04-26 19:36:34 +0200
committerLadislav Hagara2011-04-26 19:36:34 +0200
commit8e3a3ba16af884d7ad12c5d7b5ff01955c964ef9 (patch)
tree48a68832fb3f751fdbfdb437f8ddccb2e4223aea
parent429c7b3392f55d6ef9dd4311e51ef68890030159 (diff)
utils/accountsservice: new spell, D-Bus interface for user account query
and manipulation
-rw-r--r--ChangeLog4
-rwxr-xr-xutils/accountsservice/DEPENDS2
-rwxr-xr-xutils/accountsservice/DETAILS13
-rw-r--r--utils/accountsservice/HISTORY2
-rwxr-xr-xutils/accountsservice/PRE_BUILD4
-rw-r--r--utils/accountsservice/accountsservice-0.6.9.tar.bz2.sigbin0 -> 287 bytes
6 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a304195321..e258fde685 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-26 Ladislav Hagara <hgr@vabo.cz>
+ * utils/accountsservice: new spell
+ D-Bus interface for user account query and manipulation
+
2011-04-25 Ismael Luceno <ismael@sourcemage.org>
* xorg-driver/wizardpen: new spell, Wizardpen graphics pad/tablet driver
diff --git a/utils/accountsservice/DEPENDS b/utils/accountsservice/DEPENDS
new file mode 100755
index 0000000000..4fa7f53de6
--- /dev/null
+++ b/utils/accountsservice/DEPENDS
@@ -0,0 +1,2 @@
+depends dbus-glib &&
+depends policykit
diff --git a/utils/accountsservice/DETAILS b/utils/accountsservice/DETAILS
new file mode 100755
index 0000000000..9139bfa137
--- /dev/null
+++ b/utils/accountsservice/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=accountsservice
+ VERSION=0.6.9
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://cgit.freedesktop.org/$SPELL/snapshot/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ WEB_SITE=http://cgit.freedesktop.org/accountsservice/
+ ENTERED=20110426
+ LICENSE[0]=GPL
+ SHORT="D-Bus interface for user account query and manipulation"
+cat << EOF
+D-Bus interface for user account query and manipulation.
+EOF
diff --git a/utils/accountsservice/HISTORY b/utils/accountsservice/HISTORY
new file mode 100644
index 0000000000..451eaaecad
--- /dev/null
+++ b/utils/accountsservice/HISTORY
@@ -0,0 +1,2 @@
+2011-04-26 Ladislav Hagara <hgr@vabo.cz>
+ * DETAILS, DEPENDS, PRE_BUILD: spell created, version 0.6.9
diff --git a/utils/accountsservice/PRE_BUILD b/utils/accountsservice/PRE_BUILD
new file mode 100755
index 0000000000..9ce9bca164
--- /dev/null
+++ b/utils/accountsservice/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+NOCONFIGURE="ON" ./autogen.sh
diff --git a/utils/accountsservice/accountsservice-0.6.9.tar.bz2.sig b/utils/accountsservice/accountsservice-0.6.9.tar.bz2.sig
new file mode 100644
index 0000000000..51960afec0
--- /dev/null
+++ b/utils/accountsservice/accountsservice-0.6.9.tar.bz2.sig
Binary files differ