mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/gnome-builder to 3.22.3-1
This commit is contained in:
parent
834c252a0b
commit
2cdbc097d7
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
# - patch to fix build on ARM
|
||||
|
||||
pkgname=gnome-builder
|
||||
pkgver=3.22.2
|
||||
pkgver=3.22.3
|
||||
pkgrel=1
|
||||
pkgdesc="An IDE for writing GNOME-based software"
|
||||
url="https://wiki.gnome.org/Apps/Builder"
|
||||
|
@ -16,7 +16,7 @@ depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-fi
|
|||
makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git
|
||||
mm-common)
|
||||
groups=(gnome-extra)
|
||||
_commit=0ddf469b8809c0dd5ee5957b802179f558e2ef25 # tags/GNOME_BUILDER_3_22_2^0
|
||||
_commit=2b9768297b5b381e58b5ec35020dbbdce7050e95 # tags/GNOME_BUILDER_3_22_3^0
|
||||
source=("git://git.gnome.org/gnome-builder#commit=$_commit"
|
||||
'0001-ARM-fix.patch')
|
||||
sha256sums=('SKIP'
|
||||
|
@ -37,7 +37,7 @@ prepare() {
|
|||
build() {
|
||||
cd $pkgname
|
||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||
--libexecdir=/usr/lib --enable-gtk-doc
|
||||
--libexecdir=/usr/lib --enable-gtk-doc --enable-meson-templates
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||
make
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue