[arch-commits] Commit in accountsservice/repos (4 files)

Jan de Groot jgc at archlinux.org
Tue Sep 20 10:11:57 UTC 2016


    Date: Tuesday, September 20, 2016 @ 10:11:56
  Author: jgc
Revision: 276736

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  accountsservice/repos/gnome-unstable-i686/
  accountsservice/repos/gnome-unstable-i686/PKGBUILD
    (from rev 276735, accountsservice/trunk/PKGBUILD)
  accountsservice/repos/gnome-unstable-x86_64/
  accountsservice/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 276735, accountsservice/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: accountsservice/repos/gnome-unstable-i686/PKGBUILD (from rev 276735, accountsservice/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2016-09-20 10:11:56 UTC (rev 276736)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.42+11+g653c18f
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="https://www.freedesktop.org/software/accountsservice/"
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=653c18f4c3e93c4b742efe10093fc5b1319b1f0b
+source=("git://anongit.freedesktop.org/accountsservice#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: accountsservice/repos/gnome-unstable-x86_64/PKGBUILD (from rev 276735, accountsservice/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2016-09-20 10:11:56 UTC (rev 276736)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=accountsservice
+pkgver=0.6.42+11+g653c18f
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="https://www.freedesktop.org/software/accountsservice/"
+arch=(i686 x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=653c18f4c3e93c4b742efe10093fc5b1319b1f0b
+source=("git://anongit.freedesktop.org/accountsservice#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --enable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list