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

Felix Yan felixonmars at archlinux.org
Sun Dec 25 16:42:24 UTC 2016


    Date: Sunday, December 25, 2016 @ 16:42:23
  Author: felixonmars
Revision: 284729

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libaccounts-glib/repos/staging-i686/
  libaccounts-glib/repos/staging-i686/PKGBUILD
    (from rev 284728, libaccounts-glib/trunk/PKGBUILD)
  libaccounts-glib/repos/staging-x86_64/
  libaccounts-glib/repos/staging-x86_64/PKGBUILD
    (from rev 284728, libaccounts-glib/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: libaccounts-glib/repos/staging-i686/PKGBUILD (from rev 284728, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2016-12-25 16:42:23 UTC (rev 284729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.23
+pkgrel=2
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib"
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject docbook-xsl gtk-doc)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('af872137184b38e39db415d67a32a510')
+
+build() {
+  cd $pkgname-VERSION*
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-VERSION*
+  make DESTDIR="$pkgdir" install
+}

Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 284728, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2016-12-25 16:42:23 UTC (rev 284729)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=libaccounts-glib
+pkgver=1.23
+pkgrel=2
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(i686 x86_64)
+url="https://gitlab.com/accounts-sso/libaccounts-glib"
+license=(LGPL)
+depends=(dbus-glib libxml2 sqlite)
+makedepends=(python-gobject docbook-xsl gtk-doc)
+source=($pkgname-$pkgver.tar.gz::"https://gitlab.com/accounts-sso/libaccounts-glib/repository/archive.tar.gz?ref=VERSION_$pkgver")
+md5sums=('af872137184b38e39db415d67a32a510')
+
+build() {
+  cd $pkgname-VERSION*
+  ./autogen.sh
+  ./configure \
+    --prefix=/usr \
+    --disable-static \
+    --disable-gtk-doc
+  make
+}
+
+package() {
+  cd $pkgname-VERSION*
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list