Date: Wednesday, March 14, 2018 @ 20:52:28 Author: heftig Revision: 319131
3.28.0+2+gad893483e-1 Modified: gnome-builder/trunk/PKGBUILD ----------+ PKGBUILD | 30 +++++------------------------- 1 file changed, 5 insertions(+), 25 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-14 20:52:19 UTC (rev 319130) +++ PKGBUILD 2018-03-14 20:52:28 UTC (rev 319131) @@ -2,7 +2,7 @@ # Maintainer: Jan Alexander Steffens (heftig) <[email protected]> pkgname=gnome-builder -pkgver=3.26.4 +pkgver=3.28.0+2+gad893483e pkgrel=1 pkgdesc="An IDE for writing GNOME-based software" url="https://wiki.gnome.org/Apps/Builder" @@ -15,19 +15,9 @@ mm-common meson) optdepends=('gnome-code-assistance: Legacy assistance services') groups=(gnome-extra) -_commit=571dc9c73e17248ae8fa0ebc3439584a38070f32 # tags/3.26.4^0 -source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit" - "git+https://git.gnome.org/browse/libgd" - "git+https://gitlab.gnome.org/GNOME/jsonrpc-glib.git" - "git+https://gitlab.gnome.org/GNOME/template-glib.git" - "git+https://gitlab.gnome.org/GNOME/libdazzle.git" - enchant-2.diff) -sha256sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'a9c69574433f83de76e488d5da6656e455dcbea80ff788141bae269c04ebc92b') +_commit=ad893483ed022faa3bb796271037c6fdc3dc942c # gnome-builder-3-28 +source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit") +sha256sums=('SKIP') pkgver() { cd $pkgname @@ -36,20 +26,10 @@ prepare() { cd $pkgname - - # enchant 2.2 - patch -Np1 -i ../enchant-2.diff - - git submodule init - git config --local submodule.subprojects/libgd.url "$srcdir/libgd" - git config --local submodule.subprojects/jsonrpc-glib.url "$srcdir/jsonrpc-glib" - git config --local submodule.subprojects/template-glib.url "$srcdir/template-glib" - git config --local submodule.subprojects/libdazzle.url "$srcdir/libdazzle" - git submodule update } build() { - arch-meson $pkgname build + arch-meson $pkgname build -D with_docs=true ninja -C build }
