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

Jan Steffens heftig at archlinux.org
Sat Sep 8 01:55:04 UTC 2018


    Date: Saturday, September 8, 2018 @ 01:55:03
  Author: heftig
Revision: 333896

3.30.0-1

Modified:
  gnome-builder/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-08 01:54:17 UTC (rev 333895)
+++ PKGBUILD	2018-09-08 01:55:03 UTC (rev 333896)
@@ -1,21 +1,21 @@
-# $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-builder
-pkgver=3.28.4+24+gb86f10bfc
+pkgver=3.30.0
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
 arch=(x86_64)
 license=(GPL3)
-depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
+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)
+         template-glib jsonrpc-glib python-sphinx webkit2gtk)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git
              mm-common meson)
+checkdepends=(xorg-server-xvfb)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=b86f10bfc72f855096cc4a5da22e62f51a28c0f9  # gnome-builder-3-28
+_commit=81a9a8235f3c9818147cd1a710ac870bed4c5938  # tags/3.30.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-builder.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -30,10 +30,23 @@
 }
 
 build() {
-  arch-meson $pkgname build -D with_docs=true
+  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
   ninja -C build
 }
 
+check() {
+  # some tests need an installed gnome-builder
+  xvfb-run meson test -C build || :
+}
+
 package() {
   DESTDIR="$pkgdir" meson install -C build
 }
+
+# vim:set sw=2 et:


Property changes on: gnome-builder/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list