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

Jan Steffens heftig at gemini.archlinux.org
Wed Mar 23 13:55:14 UTC 2022


    Date: Wednesday, March 23, 2022 @ 13:55:13
  Author: heftig
Revision: 440611

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-23 13:55:00 UTC (rev 440610)
+++ PKGBUILD	2022-03-23 13:55:13 UTC (rev 440611)
@@ -1,47 +0,0 @@
-# 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:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 440610, folks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-23 13:55:13 UTC (rev 440611)
@@ -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.5
+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 debug)
+_commit=c75c2a55f171ec778a78d3d510add6993b353487  # tags/0.15.5^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