[arch-commits] Commit in gnome-builder/repos (3 files)

Jan Steffens heftig at archlinux.org
Thu Jan 18 12:13:39 UTC 2018


    Date: Thursday, January 18, 2018 @ 12:13:38
  Author: heftig
Revision: 315077

archrelease: copy trunk to staging-x86_64

Added:
  gnome-builder/repos/staging-x86_64/
  gnome-builder/repos/staging-x86_64/PKGBUILD
    (from rev 315076, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/staging-x86_64/enchant-2.diff
    (from rev 315076, gnome-builder/trunk/enchant-2.diff)

----------------+
 PKGBUILD       |   58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 enchant-2.diff |   16 +++++++++++++++
 2 files changed, 74 insertions(+)

Copied: gnome-builder/repos/staging-x86_64/PKGBUILD (from rev 315076, gnome-builder/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2018-01-18 12:13:38 UTC (rev 315077)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-builder
+pkgver=3.26.3
+pkgrel=2
+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
+         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=e76757b59526c1ba024977d43f7d540865f5ef16  # tags/3.26.3^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')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+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
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}

Copied: gnome-builder/repos/staging-x86_64/enchant-2.diff (from rev 315076, gnome-builder/trunk/enchant-2.diff)
===================================================================
--- staging-x86_64/enchant-2.diff	                        (rev 0)
+++ staging-x86_64/enchant-2.diff	2018-01-18 12:13:38 UTC (rev 315077)
@@ -0,0 +1,16 @@
+ plugins/spellcheck/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git c/plugins/spellcheck/meson.build i/plugins/spellcheck/meson.build
+index a8dc0036a..a9835672b 100644
+--- c/plugins/spellcheck/meson.build
++++ i/plugins/spellcheck/meson.build
+@@ -30,7 +30,7 @@ spellcheck_sources = [
+ 
+ spellcheck_deps = plugin_deps + [
+   dependency('gspell-1', version: '>= 1.2.0'),
+-  dependency('enchant'),
++  dependency('enchant-2'),
+ ]
+ 
+ shared_module('spellcheck-plugin', spellcheck_sources,



More information about the arch-commits mailing list