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

Jan Steffens heftig at archlinux.org
Tue Oct 3 17:36:50 UTC 2017


    Date: Tuesday, October 3, 2017 @ 17:36:50
  Author: heftig
Revision: 306651

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

Added:
  gjs/repos/testing-i686/PKGBUILD
    (from rev 306650, gjs/trunk/PKGBUILD)
  gjs/repos/testing-x86_64/PKGBUILD
    (from rev 306650, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/testing-i686/PKGBUILD
  gjs/repos/testing-x86_64/PKGBUILD

-------------------------+
 /PKGBUILD               |   86 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-i686/PKGBUILD   |   43 -----------------------
 testing-x86_64/PKGBUILD |   43 -----------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2017-10-03 17:36:17 UTC (rev 306650)
+++ testing-i686/PKGBUILD	2017-10-03 17:36:50 UTC (rev 306651)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.50.0
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b3e2deba5a96307b5f02fd62906bc0c5bc4c70f1  # tags/1.50.0^0
-source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib --with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/testing-i686/PKGBUILD (from rev 306650, gjs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-10-03 17:36:50 UTC (rev 306651)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.50.1
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
+source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib --with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2017-10-03 17:36:17 UTC (rev 306650)
+++ testing-x86_64/PKGBUILD	2017-10-03 17:36:50 UTC (rev 306651)
@@ -1,43 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-
-pkgname=gjs
-pkgver=1.50.0
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs"
-arch=(i686 x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b3e2deba5a96307b5f02fd62906bc0c5bc4c70f1  # tags/1.50.0^0
-source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib --with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 306650, gjs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-10-03 17:36:50 UTC (rev 306651)
@@ -0,0 +1,43 @@
+# $Id$
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+
+pkgname=gjs
+pkgver=1.50.1
+pkgrel=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b1b7b14bd54e108fde97eea9247e2636c8d760cf  # tags/1.50.1^0
+source=("git+https://git.gnome.org/browse/gjs#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-static --libexecdir=/usr/lib --with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list