[arch-commits] Commit in gnome-contacts/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Apr 12 22:05:15 UTC 2018
Date: Thursday, April 12, 2018 @ 22:05:15
Author: heftig
Revision: 321660
archrelease: copy trunk to extra-x86_64
Added:
gnome-contacts/repos/extra-x86_64/PKGBUILD
(from rev 321659, gnome-contacts/trunk/PKGBUILD)
Deleted:
gnome-contacts/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-04-12 22:02:15 UTC (rev 321659)
+++ PKGBUILD 2018-04-12 22:05:15 UTC (rev 321660)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gnome-contacts
-pkgver=3.28
-pkgrel=2
-pkgdesc="Contacts Manager for GNOME"
-url="https://wiki.gnome.org/Apps/Contacts"
-arch=(x86_64)
-license=(GPL2)
-depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain)
-makedepends=(vala gobject-introspection git meson)
-groups=(gnome)
-_commit=419df17099de4accd660161ad1e5e6c999d2f3af # tags/3.28^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-}
-
-build() {
- arch-meson $pkgname build
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: gnome-contacts/repos/extra-x86_64/PKGBUILD (from rev 321659, gnome-contacts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-04-12 22:05:15 UTC (rev 321660)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gnome-contacts
+pkgver=3.28.1
+pkgrel=1
+pkgdesc="Contacts Manager for GNOME"
+url="https://wiki.gnome.org/Apps/Contacts"
+arch=(x86_64)
+license=(GPL2)
+depends=(gtk3 folks gnome-desktop dconf gnome-online-accounts libgee telepathy-glib cheese libchamplain)
+makedepends=(vala gobject-introspection git meson)
+groups=(gnome)
+_commit=039ac32a34b630590b487de552cf6259b8491c6e # tags/3.28.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-contacts.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list