Date: Monday, March 6, 2023 @ 03:45:48
  Author: heftig
Revision: 470278

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |  116 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 63 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-06 03:45:29 UTC (rev 470277)
+++ PKGBUILD    2023-03-06 03:45:48 UTC (rev 470278)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-
-pkgname=folks
-pkgver=0.15.5
-pkgrel=2
-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
-
-  # Fix bindings
-  git cherry-pick -n fe4ee7e7857ad73b3e4503ad626f7d8aa070b3cd
-
-  # python-dbusmock API change
-  git cherry-pick -n b6b7d41aad9e36e0d0e6ec9822ed2e310923c8fd
-}
-
-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 sts=-1 et:

Copied: folks/repos/extra-x86_64/PKGBUILD (from rev 470277, 
folks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-06 03:45:48 UTC (rev 470278)
@@ -0,0 +1,63 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+
+pkgname=folks
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Library to aggregates people into metacontacts"
+url="https://wiki.gnome.org/Projects/Folks";
+arch=(x86_64)
+license=(LGPL)
+depends=(
+  evolution-data-server
+  libgee
+  libxml2
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  libsysprof-capture
+  meson
+  python-dbusmock
+  vala
+)
+provides=(
+  libfolks.so
+  libfolks-{dummy,eds}.so
+)
+options=(!lto)
+_commit=1ae8ccc3e55bd1b840d9082de1a19e5a6b5ccf83  # tags/0.15.6^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 profiling=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 sts=-1 et:

Reply via email to