[arch-commits] Commit in gnome-builder/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Jan 11 19:34:38 UTC 2018


    Date: Thursday, January 11, 2018 @ 19:34:37
  Author: heftig
Revision: 314609

archrelease: copy trunk to extra-x86_64

Added:
  gnome-builder/repos/extra-x86_64/PKGBUILD
    (from rev 314608, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 19:33:27 UTC (rev 314608)
+++ PKGBUILD	2018-01-11 19:34:37 UTC (rev 314609)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-builder
-pkgver=3.26.2
-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=516db20f41e8e213110d636070bda42731a10040  # tags/3.26.2^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"
-        "git+https://git.gnome.org/browse/template-glib"
-        "git+https://git.gnome.org/browse/libdazzle")
-sha256sums=('SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP'
-            'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  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() {
-  cd build
-  arch-meson ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-builder/repos/extra-x86_64/PKGBUILD (from rev 314608, gnome-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 19:34:37 UTC (rev 314609)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-builder
+pkgver=3.26.3
+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
+         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")
+sha256sums=('SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP'
+            'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_BUILDER_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  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() {
+  cd build
+  arch-meson ../$pkgname
+  ninja
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}



More information about the arch-commits mailing list