mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/gjs to 1.54.0+3+g15cf7c29-1
This commit is contained in:
parent
1a8a79172d
commit
46f6456240
1 changed files with 9 additions and 5 deletions
|
@ -1,21 +1,21 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure with --enable-compile-warnings=no
|
||||
|
||||
pkgname=gjs
|
||||
pkgver=1.52.3
|
||||
pkgver=1.54.0+3+g15cf7c29
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
epoch=2
|
||||
pkgdesc="Javascript Bindings for GNOME"
|
||||
url="https://wiki.gnome.org/Projects/Gjs"
|
||||
arch=(x86_64)
|
||||
license=(GPL)
|
||||
depends=(cairo gobject-introspection-runtime js52 gtk3)
|
||||
depends=(cairo gobject-introspection-runtime js60 gtk3)
|
||||
makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
|
||||
checkdepends=(valgrind)
|
||||
_commit=9e63c335e84613a6e499c61aa1afcd5107c36b10 # tags/1.52.3^0
|
||||
_commit=15cf7c29d32785e3877f529154404b0906cba1f5 # gnome-3-30
|
||||
source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -26,6 +26,10 @@ pkgver() {
|
|||
|
||||
prepare() {
|
||||
cd $pkgname
|
||||
|
||||
# We don't have C.UTF-8
|
||||
sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue