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

Jan Steffens heftig at archlinux.org
Mon Mar 22 17:51:58 UTC 2021


    Date: Monday, March 22, 2021 @ 17:51:58
  Author: heftig
Revision: 410723

3.38.2-2: no sysprof

Modified:
  gnome-software/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 17:48:23 UTC (rev 410722)
+++ PKGBUILD	2021-03-22 17:51:58 UTC (rev 410723)
@@ -5,7 +5,7 @@
 pkgbase=gnome-software
 pkgname=(gnome-software gnome-software-packagekit-plugin)
 pkgver=3.38.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GNOME Software Tools"
 url="https://wiki.gnome.org/Apps/Software/"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 license=(GPL2)
 makedepends=(appstream-glib gnome-desktop libpackagekit-glib flatpak fwupd 
              docbook-xsl git gobject-introspection gspell gtk-doc meson valgrind
-             gnome-online-accounts libxmlb malcontent sysprof)
+             gnome-online-accounts libxmlb malcontent)
 _commit=fcafd7ed2c8c3a8ca8062f409aac304ceb30def2  # tags/3.38.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-software.git#commit=$_commit")
 sha256sums=('SKIP')
@@ -30,7 +30,7 @@
   # Ensure static library is non-LTO compatible
   CFLAGS+=" -ffat-lto-objects"
 
-  arch-meson $pkgbase build
+  arch-meson $pkgbase build -D sysprof=disabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list