mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gjs to 1.50.2+8+gb65c785-1
This commit is contained in:
parent
90ec6663a1
commit
ad300bf9fa
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - configure with --enable-compile-warnings=no
|
# - configure with --enable-compile-warnings=no
|
||||||
|
|
||||||
pkgname=gjs
|
pkgname=gjs
|
||||||
pkgver=1.50.2
|
pkgver=1.50.2+8+gb65c785
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Javascript Bindings for GNOME"
|
pkgdesc="Javascript Bindings for GNOME"
|
||||||
url="https://wiki.gnome.org/Projects/Gjs"
|
url="https://wiki.gnome.org/Projects/Gjs"
|
||||||
|
@ -14,7 +14,7 @@ license=(GPL)
|
||||||
depends=(cairo gobject-introspection-runtime js52 gtk3)
|
depends=(cairo gobject-introspection-runtime js52 gtk3)
|
||||||
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
|
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
|
||||||
checkdepends=(valgrind)
|
checkdepends=(valgrind)
|
||||||
_commit=9a97b89ac410091466961d8430ff4da399b83bbe # tags/1.50.2^0
|
_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a # gnome-3-26
|
||||||
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
|
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
@ -25,6 +25,7 @@ pkgver() {
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
|
git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +38,7 @@ build() {
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
make check
|
make -j1 check
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Reference in a new issue