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

Jan Steffens heftig at archlinux.org
Wed Oct 4 02:11:18 UTC 2017


    Date: Wednesday, October 4, 2017 @ 02:11:17
  Author: heftig
Revision: 306700

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gnome-builder/repos/testing-i686/PKGBUILD
    (from rev 306699, gnome-builder/trunk/PKGBUILD)
  gnome-builder/repos/testing-x86_64/PKGBUILD
    (from rev 306699, gnome-builder/trunk/PKGBUILD)
Deleted:
  gnome-builder/repos/testing-i686/PKGBUILD
  gnome-builder/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |  110 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   54 ----------------------
 testing-x86_64/PKGBUILD |   54 ----------------------
 3 files changed, 110 insertions(+), 108 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-04 02:09:24 UTC (rev 306699)
+++ testing-i686/PKGBUILD	2017-10-04 02:11:17 UTC (rev 306700)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-builder
-pkgver=3.26.0+65+g2cfefd154
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder"
-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)
-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
-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
-  meson setup --prefix=/usr --buildtype=release --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-builder/repos/testing-i686/PKGBUILD (from rev 306699, gnome-builder/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-04 02:11:17 UTC (rev 306700)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-builder
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder"
+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
+         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=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"
+        "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
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-04 02:09:24 UTC (rev 306699)
+++ testing-x86_64/PKGBUILD	2017-10-04 02:11:17 UTC (rev 306700)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-builder
-pkgver=3.26.0+65+g2cfefd154
-pkgrel=1
-pkgdesc="An IDE for writing GNOME-based software"
-url="https://wiki.gnome.org/Apps/Builder"
-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)
-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
-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
-  meson setup --prefix=/usr --buildtype=release --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib ../$pkgname
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: gnome-builder/repos/testing-x86_64/PKGBUILD (from rev 306699, gnome-builder/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-04 02:11:17 UTC (rev 306700)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-builder
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="An IDE for writing GNOME-based software"
+url="https://wiki.gnome.org/Apps/Builder"
+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
+         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=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"
+        "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
+}



More information about the arch-commits mailing list