[arch-commits] Commit in gnome-builder/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Mar 15 18:53:28 UTC 2019


    Date: Friday, March 15, 2019 @ 18:53:28
  Author: heftig
Revision: 348231

3.32.0-1

Modified:
  gnome-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++--------------
 1 file changed, 8 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-15 18:49:58 UTC (rev 348230)
+++ PKGBUILD	2019-03-15 18:53:28 UTC (rev 348231)
@@ -1,22 +1,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-builder
-pkgver=3.30.3
+pkgver=3.32.0
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(x86_64)
 license=(GPL3)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
-         ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak gspell libdazzle
-         template-glib jsonrpc-glib python-sphinx webkit2gtk)
-makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git
-             mm-common meson)
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils ctags
+         libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak gspell libdazzle
+         template-glib jsonrpc-glib python-sphinx webkit2gtk glade)
+makedepends=(llvm gobject-introspection gtk-doc yelp-tools appstream-glib git mm-common meson)
 checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services'
             'python-lxml: documentation support for Python auto-completion')
 groups=(gnome-extra)
-_commit=0e23eb6316f1a822e778b36cfcde02b30e7441bf  # tags/3.30.3^0
+_commit=1c20f5b5c5a322d45ca5bb795c95ccb0d46892c5  # tags/3.32.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,17 +26,12 @@
 
 prepare() {
   cd $pkgname
-  git cherry-pick -n ba4d103
 }
 
 build() {
   arch-meson $pkgname build \
-    --buildtype debugoptimized \
-    -D with_docs=true \
-    -D with_help=true \
-    -D with_editorconfig=true \
-    -D with_webkit=true \
-    -D with_vapi=true
+    -D docs=true \
+    -D help=true
   ninja -C build
 }
 



More information about the arch-commits mailing list