mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
extra/gnome-builder fix
This commit is contained in:
parent
3662567aea
commit
580924b93c
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ arch=(i686 x86_64)
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
|
depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
|
||||||
ctags libpeas vte3 vala python-jedi)
|
ctags libpeas vte3 vala python-jedi)
|
||||||
makedepends=(intltool llvm gobject-introspection)
|
makedepends=(intltool llvm gobject-introspection gtk-doc)
|
||||||
groups=(gnome-extra)
|
groups=(gnome-extra)
|
||||||
install=gnome-builder.install
|
install=gnome-builder.install
|
||||||
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz
|
||||||
|
@ -29,7 +29,7 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
|
||||||
--libexecdir=/usr/lib
|
--libexecdir=/usr/lib --enable-gtk-doc
|
||||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue