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

Jan Steffens heftig at archlinux.org
Wed Oct 4 02:09:24 UTC 2017


    Date: Wednesday, October 4, 2017 @ 02:09:24
  Author: heftig
Revision: 306699

3.26.1-1

Modified:
  gnome-builder/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 02:04:31 UTC (rev 306698)
+++ PKGBUILD	2017-10-04 02:09:24 UTC (rev 306699)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=gnome-builder
-pkgver=3.26.0+65+g2cfefd154
+pkgver=3.26.1
 pkgrel=1
 pkgdesc="An IDE for writing GNOME-based software"
 url="https://wiki.gnome.org/Apps/Builder"
@@ -9,12 +9,13 @@
 arch=(i686 x86_64)
 license=(GPL3)
 depends=(gtksourceview3 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
-         ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak gspell libdazzle)
+         ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak gspell libdazzle
+         template-glib jsonrpc-glib python-sphinx)
 makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git
              mm-common meson)
 optdepends=('gnome-code-assistance: Legacy assistance services')
 groups=(gnome-extra)
-_commit=2cfefd154bcedf36720cd830473fe74ba252f702  # gnome-builder-3-26
+_commit=cecff18be637d185211a9b01c689827761e33483  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-builder#commit=$_commit"
         "git+https://git.gnome.org/browse/libgd"
         "git+https://git.gnome.org/browse/jsonrpc-glib"
@@ -44,7 +45,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib ../$pkgname
+  arch-meson ../$pkgname
   ninja
 }
 



More information about the arch-commits mailing list