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

Jan Steffens heftig at gemini.archlinux.org
Mon Jan 17 21:58:02 UTC 2022


    Date: Monday, January 17, 2022 @ 21:58:02
  Author: heftig
Revision: 434648

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   92 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 21:57:52 UTC (rev 434647)
+++ PKGBUILD	2022-01-17 21:58:02 UTC (rev 434648)
@@ -1,45 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=folks
-pkgver=0.15.3+6+gdb1de866
-pkgrel=1
-pkgdesc="Library to aggregates people into metacontacts"
-arch=(x86_64)
-url="https://wiki.gnome.org/Projects/Folks"
-license=(LGPL2.1)
-depends=(libgee libxml2 evolution-data-server)
-makedepends=(gobject-introspection gtk-doc vala git meson python-dbusmock)
-provides=(libfolks.so libfolks-{dummy,eds}.so)
-_commit=db1de866217d98f6b25edc92ca54d82c4dc082a8  # master
-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() {
-  local meson_args=(
-    -D b_lto=false  # LTO copies some GType constructors
-    -D docs=true
-    -D telepathy_backend=false
-  )
-  arch-meson $pkgname build "${meson_args[@]}"
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs -t 4
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 et:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 434647, folks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-17 21:58:02 UTC (rev 434648)
@@ -0,0 +1,47 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=folks
+pkgver=0.15.4
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+arch=(x86_64)
+url="https://wiki.gnome.org/Projects/Folks"
+license=(LGPL)
+depends=(libgee libxml2 evolution-data-server)
+makedepends=(gobject-introspection gtk-doc vala git meson python-dbusmock)
+provides=(libfolks.so libfolks-{dummy,eds}.so)
+options=(!lto)
+_commit=08c981563112d9def156286033e8c82a937d7fc6  # tags/0.15.4^0
+source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd folks
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd folks
+}
+
+build() {
+  local meson_options=(
+    -D b_lto=false  # LTO copies some GType constructors
+    -D docs=true
+    -D telepathy_backend=false
+  )
+
+  arch-meson folks build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs -t 4
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list