[arch-commits] Commit in folks/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 8 05:50:25 UTC 2020


    Date: Sunday, March 8, 2020 @ 05:50:25
  Author: heftig
Revision: 376986

archrelease: copy trunk to extra-x86_64

Added:
  folks/repos/extra-x86_64/PKGBUILD
    (from rev 376985, folks/trunk/PKGBUILD)
Deleted:
  folks/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-08 05:50:05 UTC (rev 376985)
+++ PKGBUILD	2020-03-08 05:50:25 UTC (rev 376986)
@@ -1,41 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.13.1
-pkgrel=2
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Folks"
-license=(LGPL2.1)
-depends=(telepathy-glib libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git meson python2)
-checkdepends=(python-dbusmock)
-_commit=9edee2d746c7b0d5a3a9d32a00ff041309f9206f  # tags/0.13.1^0
-source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  # LTO copies some GType constructors
-  arch-meson $pkgname build -D b_lto=false -D docs=true
-  ninja -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 376985, folks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-08 05:50:25 UTC (rev 376986)
@@ -0,0 +1,42 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.13.2
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Folks"
+license=(LGPL2.1)
+depends=(telepathy-glib libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection gtk-doc vala git meson)
+checkdepends=(python-dbusmock)
+provides=(libfolks.so libfolks-{dummy,eds,telepathy}.so)
+_commit=62d3cf4192b82647ade5e99f2078959120b217cb  # tags/0.13.2^0
+source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  # LTO copies some GType constructors
+  arch-meson $pkgname build -D b_lto=false -D docs=true
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs || :
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list