[arch-commits] Commit in accountsservice/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Apr 25 04:54:51 UTC 2018
Date: Wednesday, April 25, 2018 @ 04:54:50
Author: heftig
Revision: 322984
archrelease: copy trunk to extra-x86_64
Added:
accountsservice/repos/extra-x86_64/PKGBUILD
(from rev 322983, accountsservice/trunk/PKGBUILD)
Deleted:
accountsservice/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-25 04:54:13 UTC (rev 322983)
+++ PKGBUILD 2018-04-25 04:54:50 UTC (rev 322984)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=accountsservice
-pkgver=0.6.46
-pkgrel=1
-pkgdesc="D-Bus interface for user account query and manipulation"
-url="https://www.freedesktop.org/software/accountsservice/"
-arch=(x86_64)
-license=(GPL3)
-depends=(glib2 polkit systemd)
-makedepends=(intltool gtk-doc gobject-introspection git)
-_commit=27fbd25251c3dd59c4d8e999a902946feab73f5a # tags/0.6.46^0
-source=("git+https://anongit.freedesktop.org/git/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 --disable-static --enable-gtk-doc
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: accountsservice/repos/extra-x86_64/PKGBUILD (from rev 322983, accountsservice/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-25 04:54:50 UTC (rev 322984)
@@ -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.47
+pkgrel=1
+pkgdesc="D-Bus interface for user account query and manipulation"
+url="https://www.freedesktop.org/software/accountsservice/"
+arch=(x86_64)
+license=(GPL3)
+depends=(glib2 polkit systemd)
+makedepends=(intltool gtk-doc gobject-introspection git)
+_commit=883b9101ec21e4b7ad0522c9dcc1a87465a750cd # tags/0.6.47^0
+source=("git+https://anongit.freedesktop.org/git/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 --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