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

Jan Steffens heftig at gemini.archlinux.org
Fri Jan 7 18:52:06 UTC 2022


    Date: Friday, January 7, 2022 @ 18:52:05
  Author: heftig
Revision: 433816

1.70.0-2: use libsysprof-capture

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 18:48:56 UTC (rev 433815)
+++ PKGBUILD	2022-01-07 18:52:05 UTC (rev 433816)
@@ -3,13 +3,14 @@
 
 pkgname=gjs
 pkgver=1.70.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs"
 arch=(x86_64)
 license=(GPL)
-depends=(cairo gobject-introspection-runtime js78 dconf readline)
+depends=(cairo gobject-introspection-runtime js78 dconf readline
+         libsysprof-capture)
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
@@ -29,8 +30,7 @@
 build() {
   arch-meson $pkgname build \
     --buildtype release \
-    -D installed_tests=false \
-    -D profiler=disabled
+    -D installed_tests=false
   meson compile -C build
 }
 



More information about the arch-commits mailing list