mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gjs to 1.70.0-2
This commit is contained in:
parent
058819b6b2
commit
5f04b567fe
1 changed files with 4 additions and 4 deletions
|
@ -6,13 +6,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)
|
||||
|
@ -35,8 +36,7 @@ prepare() {
|
|||
build() {
|
||||
arch-meson $pkgname build \
|
||||
--buildtype release \
|
||||
-D installed_tests=false \
|
||||
-D profiler=disabled
|
||||
-D installed_tests=false
|
||||
meson compile -C build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue