[arch-commits] Commit in folks/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Mon Jan 17 21:57:53 UTC 2022


    Date: Monday, January 17, 2022 @ 21:57:52
  Author: heftig
Revision: 434647

0.15.4-1

Modified:
  folks/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-17 21:42:10 UTC (rev 434646)
+++ PKGBUILD	2022-01-17 21:57:52 UTC (rev 434647)
@@ -2,35 +2,37 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=folks
-pkgver=0.15.3+6+gdb1de866
+pkgver=0.15.4
 pkgrel=1
 pkgdesc="Library to aggregates people into metacontacts"
 arch=(x86_64)
 url="https://wiki.gnome.org/Projects/Folks"
-license=(LGPL2.1)
+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)
-_commit=db1de866217d98f6b25edc92ca54d82c4dc082a8  # master
+options=(!lto)
+_commit=08c981563112d9def156286033e8c82a937d7fc6  # tags/0.15.4^0
 source=("git+https://gitlab.gnome.org/GNOME/folks.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
+  cd folks
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd folks
 }
 
 build() {
-  local meson_args=(
+  local meson_options=(
     -D b_lto=false  # LTO copies some GType constructors
     -D docs=true
     -D telepathy_backend=false
   )
-  arch-meson $pkgname build "${meson_args[@]}"
+
+  arch-meson folks build "${meson_options[@]}"
   meson compile -C build
 }
 



More information about the arch-commits mailing list