[arch-commits] Commit in libaccounts-glib/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Jul 23 15:33:44 UTC 2018
Date: Monday, July 23, 2018 @ 15:33:43
Author: foutrelis
Revision: 329436
archrelease: copy trunk to staging-x86_64
Added:
libaccounts-glib/repos/staging-x86_64/
libaccounts-glib/repos/staging-x86_64/PKGBUILD
(from rev 329435, libaccounts-glib/trunk/PKGBUILD)
----------+
PKGBUILD | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
Copied: libaccounts-glib/repos/staging-x86_64/PKGBUILD (from rev 329435, libaccounts-glib/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2018-07-23 15:33:43 UTC (rev 329436)
@@ -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=3
+pkgdesc="Glib-based client library for accessing the online accounts database"
+arch=(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