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

Jan Steffens heftig at gemini.archlinux.org
Fri Jan 7 17:30:13 UTC 2022


    Date: Friday, January 7, 2022 @ 17:30:12
  Author: heftig
Revision: 433795

41.3-1

Modified:
  gnome-software/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 17:29:46 UTC (rev 433794)
+++ PKGBUILD	2022-01-07 17:30:12 UTC (rev 433795)
@@ -4,7 +4,7 @@
 
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
-pkgver=41.2
+pkgver=41.3
 pkgrel=1
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/"
@@ -12,14 +12,14 @@
 license=(GPL2)
 makedepends=(appstream gsettings-desktop-schemas libpackagekit-glib flatpak
              fwupd docbook-xsl git gobject-introspection gspell gtk-doc meson
-             valgrind gnome-online-accounts libxmlb malcontent libhandy)
-_commit=a0bcbe2dfabb93ae0695822ff08affd59bcc4e82  # tags/41.2^0
+             valgrind gnome-online-accounts libxmlb malcontent libhandy sysprof)
+_commit=29e9e9eefde7197bcc7e5bff67291591eeb212ba  # tags/41.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
-  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/^GNOME_SOFTWARE_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -30,7 +30,7 @@
   # Ensure static library is non-LTO compatible
   CFLAGS+=" -ffat-lto-objects"
 
-  arch-meson $pkgbase build -D sysprof=disabled
+  arch-meson $pkgbase build
   meson compile -C build
 }
 
@@ -59,7 +59,6 @@
 
   meson install -C build --destdir "$pkgdir"
 
-### Split gnome-software-packagekit-plugin
   local pkglibdir="$pkgdir/usr/lib/gnome-software"
   _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_packagekit*.so
   _pick packagekit-plugin "$pkglibdir"/plugins-*/libgs_plugin_systemd-updates.so



More information about the arch-commits mailing list