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

Jan Steffens heftig at archlinux.org
Mon Mar 22 18:14:40 UTC 2021


    Date: Monday, March 22, 2021 @ 18:14:40
  Author: heftig
Revision: 410732

3.38.2-4: no sysprof-capture

Modified:
  gnome-builder/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 18:08:45 UTC (rev 410731)
+++ PKGBUILD	2021-03-22 18:14:40 UTC (rev 410732)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-builder
 pkgver=3.38.2
-pkgrel=3
+pkgrel=4
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(x86_64)
@@ -27,6 +27,7 @@
 
 prepare() {
   cd $pkgname
+  sed -i "s/'sysprof-4'/'nosysprof'/" meson.build  # Hack sysprof-capture away
 }
 
 build() {



More information about the arch-commits mailing list