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

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


    Date: Monday, March 22, 2021 @ 17:47:58
  Author: heftig
Revision: 410721

1.68.0-2: no sysprof

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 17:47:44 UTC (rev 410720)
+++ PKGBUILD	2021-03-22 17:47:58 UTC (rev 410721)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.68.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs"
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js78 dconf readline)
-makedepends=(gobject-introspection git meson dbus sysprof)
+makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 _commit=87f0d0889127305ceb559c5451f29269d2f46f3b  # tags/1.68.0^0
@@ -29,7 +29,8 @@
 build() {
   arch-meson $pkgname build \
     --buildtype release \
-    -D installed_tests=false
+    -D installed_tests=false \
+    -D profiler=disabled
   meson compile -C build
 }
 



More information about the arch-commits mailing list