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

2020-10-09 Thread Jan Steffens via arch-commits
Date: Friday, October 9, 2020 @ 18:52:57
  Author: heftig
Revision: 397825

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 397824, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-09 18:52:40 UTC (rev 397824)
+++ PKGBUILD2020-10-09 18:52:57 UTC (rev 397825)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.66.0
-pkgrel=2
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js78 dconf readline)
-makedepends=(gobject-introspection git meson dbus sysprof)
-checkdepends=(valgrind xorg-server-xvfb gtk3)
-provides=(libgjs.so)
-_commit=455a0177362d7fdb79395b796f6cd14e7f03c0d4  # tags/1.66.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build \
---buildtype release \
--D installed_tests=false
-  meson compile -C build
-}
-
-check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 397824, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-09 18:52:57 UTC (rev 397825)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.66.1
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js78 dconf readline)
+makedepends=(gobject-introspection git meson dbus sysprof)
+checkdepends=(valgrind xorg-server-xvfb gtk3)
+provides=(libgjs.so)
+_commit=51a5f2109bcd2ec3585a8ed53f55b45106ce9698  # tags/1.66.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build \
+--buildtype release \
+-D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-07-06 Thread Jan Steffens via arch-commits
Date: Monday, July 6, 2020 @ 19:54:14
  Author: heftig
Revision: 390920

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 390919, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-07-06 19:54:06 UTC (rev 390919)
+++ PKGBUILD2020-07-06 19:54:14 UTC (rev 390920)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.3
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7  # tags/1.64.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  meson compile -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 390919, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-07-06 19:54:14 UTC (rev 390920)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.4
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=b35f834a27d31dec27cb71662da60637854020c4  # tags/1.64.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-05-31 Thread Jan Steffens via arch-commits
Date: Sunday, May 31, 2020 @ 18:16:26
  Author: heftig
Revision: 387976

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 387975, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-31 18:16:12 UTC (rev 387975)
+++ PKGBUILD2020-05-31 18:16:26 UTC (rev 387976)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.2
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=85f1c7d1fd9ec984742af7e193e42eb643476607  # tags/1.64.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 387975, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-31 18:16:26 UTC (rev 387976)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.3
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=2b099f61dfc93529925bb117f53fcf63be76c3f7  # tags/1.64.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  meson compile -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-04-28 Thread Jan Steffens via arch-commits
Date: Wednesday, April 29, 2020 @ 01:27:49
  Author: heftig
Revision: 381805

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 381804, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-29 01:16:00 UTC (rev 381804)
+++ PKGBUILD2020-04-29 01:27:49 UTC (rev 381805)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.1
-pkgrel=2
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=0b0af102f6f28a8f7cbfa401ed6a9e1c528bb784  # tags/1.64.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 381804, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-29 01:27:49 UTC (rev 381805)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=85f1c7d1fd9ec984742af7e193e42eb643476607  # tags/1.64.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-03-28 Thread Jan Steffens via arch-commits
Date: Saturday, March 28, 2020 @ 15:21:31
  Author: heftig
Revision: 378600

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 378599, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-28 15:21:20 UTC (rev 378599)
+++ PKGBUILD2020-03-28 15:21:31 UTC (rev 378600)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.64.0
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js68 dconf readline)
-makedepends=(gobject-introspection git sysprof meson)
-checkdepends=(valgrind xorg-server-xvfb)
-provides=(libgjs.so)
-_commit=4f3cf93effd9f59c6132fd1be1a8d24bbf7acbd8  # tags/1.64.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build --buildtype release -D installed_tests=false
-  ninja -C build
-}
-
-check() {
-  dbus-run-session xvfb-run \
--s '-screen 0 1920x1080x24 -nolisten local' \
-meson test -C build --print-errorlogs
-}
-
-package() {
-  depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 378599, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-28 15:21:31 UTC (rev 378600)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.64.1
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js68 dconf readline)
+makedepends=(gobject-introspection git sysprof meson)
+checkdepends=(valgrind xorg-server-xvfb)
+provides=(libgjs.so)
+_commit=0b0af102f6f28a8f7cbfa401ed6a9e1c528bb784  # tags/1.64.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build --buildtype release -D installed_tests=false
+  ninja -C build
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+meson test -C build --print-errorlogs
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2020-02-18 Thread Jan Steffens via arch-commits
Date: Tuesday, February 18, 2020 @ 13:11:27
  Author: heftig
Revision: 375787

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 375785, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +++--
 1 file changed, 50 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-18 13:11:24 UTC (rev 375786)
+++ PKGBUILD2020-02-18 13:11:27 UTC (rev 375787)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.4
-pkgrel=2
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=fed2bfb25f6ad1ae1f6035353eb298088ce4a9b4  # tags/1.58.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 375785, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-18 13:11:27 UTC (rev 375787)
@@ -0,0 +1,50 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.5
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf readline)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=680fc377fd4f8a3b87836d6c7a1fa1b5074c4137  # tags/1.58.5^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd build
+  ../$pkgname/configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  dbus-run-session xvfb-run \
+-s '-screen 0 1920x1080x24 -nolisten local' \
+make check -C build
+}
+
+package() {
+  depends+=(libreadline.so)
+  DESTDIR="$pkgdir" make install -C build
+}


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

2020-02-13 Thread Jan Steffens via arch-commits
Date: Thursday, February 13, 2020 @ 16:43:53
  Author: heftig
Revision: 375545

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 375544, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-13 16:42:35 UTC (rev 375544)
+++ PKGBUILD2020-02-13 16:43:53 UTC (rev 375545)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.4
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=fed2bfb25f6ad1ae1f6035353eb298088ce4a9b4  # tags/1.58.4^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 375544, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-13 16:43:53 UTC (rev 375545)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.4
+pkgrel=2
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=fed2bfb25f6ad1ae1f6035353eb298088ce4a9b4  # tags/1.58.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  xvfb-run make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-07 Thread Jan Steffens via arch-commits
Date: Wednesday, January 8, 2020 @ 06:10:58
  Author: heftig
Revision: 372808

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 372807, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-08 06:10:48 UTC (rev 372807)
+++ PKGBUILD2020-01-08 06:10:58 UTC (rev 372808)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.3
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=0310682cd5edce82ecedf29ef7dbfde5d85876e6  # tags/1.58.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 372807, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-08 06:10:58 UTC (rev 372808)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.4
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=fed2bfb25f6ad1ae1f6035353eb298088ce4a9b4  # tags/1.58.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  xvfb-run make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-25 Thread Jan Steffens via arch-commits
Date: Monday, November 25, 2019 @ 22:16:05
  Author: heftig
Revision: 369775

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 369774, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-25 22:15:49 UTC (rev 369774)
+++ PKGBUILD2019-11-25 22:16:05 UTC (rev 369775)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.2
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=a0cec7c38f9104dce2fe021c33e9afc0bbaf6bd9  # tags/1.58.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 369774, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-25 22:16:05 UTC (rev 369775)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.3
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=0310682cd5edce82ecedf29ef7dbfde5d85876e6  # tags/1.58.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  xvfb-run make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-23 Thread Jan Steffens via arch-commits
Date: Sunday, November 24, 2019 @ 01:35:37
  Author: heftig
Revision: 369681

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 369680, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 01:35:26 UTC (rev 369680)
+++ PKGBUILD2019-11-24 01:35:37 UTC (rev 369681)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.1
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=bf2690e35155dbd610e2599b7671cd8a3c416f06  # tags/1.58.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 369680, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 01:35:37 UTC (rev 369681)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=a0cec7c38f9104dce2fe021c33e9afc0bbaf6bd9  # tags/1.58.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  xvfb-run make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-07 Thread Jan Steffens via arch-commits
Date: Monday, October 7, 2019 @ 11:17:56
  Author: heftig
Revision: 364004

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 364003, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 11:17:39 UTC (rev 364003)
+++ PKGBUILD2019-10-07 11:17:56 UTC (rev 364004)
@@ -1,48 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.58.0
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 dconf)
-makedepends=(gobject-introspection git autoconf-archive sysprof)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=4318cc82de60e88b4727e25260a1bd4872093dac  # tags/1.58.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  xvfb-run make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 364003, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 11:17:56 UTC (rev 364004)
@@ -0,0 +1,48 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.58.1
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 dconf)
+makedepends=(gobject-introspection git autoconf-archive sysprof)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=bf2690e35155dbd610e2599b7671cd8a3c416f06  # tags/1.58.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  xvfb-run make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-05-07 Thread Jan Steffens via arch-commits
Date: Wednesday, May 8, 2019 @ 05:01:42
  Author: heftig
Revision: 352766

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 352765, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-08 05:01:33 UTC (rev 352765)
+++ PKGBUILD2019-05-08 05:01:42 UTC (rev 352766)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.56.1
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=2b17ce9519cdac6dc39d04b02900f47384621ac5  # tags/1.56.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
-$(type -P Xvfb >/dev/null && echo --with-xvfb-tests)
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 352765, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-08 05:01:42 UTC (rev 352766)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.56.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=51ebacc5f3ffd46a1ac445aa324ebcdc55975b7d  # tags/1.56.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+$(type -P Xvfb >/dev/null && echo --with-xvfb-tests)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-04-08 Thread Jan Steffens via arch-commits
Date: Monday, April 8, 2019 @ 10:50:53
  Author: heftig
Revision: 350329

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 350327, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-08 10:50:52 UTC (rev 350328)
+++ PKGBUILD2019-04-08 10:50:53 UTC (rev 350329)
@@ -1,49 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.56.0
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive)
-checkdepends=(valgrind xorg-server-xvfb)
-_commit=31a0ed59b2c1c621410269e17740b133e73f7334  # tags/1.56.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
-$(type -P Xvfb >/dev/null && echo --with-xvfb-tests)
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 350327, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-08 10:50:53 UTC (rev 350329)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.56.1
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=2b17ce9519cdac6dc39d04b02900f47384621ac5  # tags/1.56.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+$(type -P Xvfb >/dev/null && echo --with-xvfb-tests)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2019-03-14 Thread Jan Steffens via arch-commits
Date: Thursday, March 14, 2019 @ 19:24:02
  Author: heftig
Revision: 348063

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 348062, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 -
 1 file changed, 49 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-14 19:23:41 UTC (rev 348062)
+++ PKGBUILD2019-03-14 19:24:02 UTC (rev 348063)
@@ -1,57 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.3
-pkgrel=2
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=7d5e567b47dce85caf734caa5ba1c9387fdea253  # tags/1.54.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # We don't have C.UTF-8
-  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-
-  # https://gitlab.gnome.org/GNOME/gjs/issues/149
-  git checkout m4/ax_code_coverage.m4
-  autoreconf -v
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 348062, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-14 19:24:02 UTC (rev 348063)
@@ -0,0 +1,49 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.56.0
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive)
+checkdepends=(valgrind xorg-server-xvfb)
+_commit=31a0ed59b2c1c621410269e17740b133e73f7334  # tags/1.56.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+$(type -P Xvfb >/dev/null && echo --with-xvfb-tests)
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-12 Thread Jan Steffens via arch-commits
Date: Monday, November 12, 2018 @ 18:20:52
  Author: heftig
Revision: 339383

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 339382, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-12 18:20:42 UTC (rev 339382)
+++ PKGBUILD2018-11-12 18:20:52 UTC (rev 339383)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.2
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=4e81717703b3ebf0b8e85b7f286f92fa4103eacd  # tags/1.54.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # We don't have C.UTF-8
-  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 339382, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-12 18:20:52 UTC (rev 339383)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.54.3
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=7d5e567b47dce85caf734caa5ba1c9387fdea253  # tags/1.54.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # We don't have C.UTF-8
+  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-10-22 Thread Jan Steffens via arch-commits
Date: Monday, October 22, 2018 @ 20:17:01
  Author: heftig
Revision: 337069

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 337068, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-10-22 20:16:53 UTC (rev 337068)
+++ PKGBUILD2018-10-22 20:17:01 UTC (rev 337069)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.1
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=f9fc622d5fb7f3a85b09de564f1e1c4ccfd47913  # tags/1.54.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # We don't have C.UTF-8
-  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 337068, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-10-22 20:17:01 UTC (rev 337069)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.54.2
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=4e81717703b3ebf0b8e85b7f286f92fa4103eacd  # tags/1.54.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # We don't have C.UTF-8
+  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-24 Thread Jan Steffens via arch-commits
Date: Monday, September 24, 2018 @ 08:06:57
  Author: heftig
Revision: 335308

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 335307, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-24 08:06:50 UTC (rev 335307)
+++ PKGBUILD2018-09-24 08:06:57 UTC (rev 335308)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.0+3+g15cf7c29
-pkgrel=1
-epoch=2
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=15cf7c29d32785e3877f529154404b0906cba1f5  # gnome-3-30
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # We don't have C.UTF-8
-  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 335307, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-24 08:06:57 UTC (rev 335308)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.54.1
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=f9fc622d5fb7f3a85b09de564f1e1c4ccfd47913  # tags/1.54.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # We don't have C.UTF-8
+  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-06 Thread Jan Steffens via arch-commits
Date: Monday, May 7, 2018 @ 00:20:26
  Author: heftig
Revision: 323405

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 323404, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-07 00:19:39 UTC (rev 323404)
+++ PKGBUILD2018-05-07 00:20:26 UTC (rev 323405)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.52.2
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=9a331f9ba850f20734547eb3eaa2f4b1c79bb527  # tags/1.52.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 323404, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-07 00:20:26 UTC (rev 323405)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.52.3
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=9e63c335e84613a6e499c61aa1afcd5107c36b10  # tags/1.52.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-18 Thread Jan Steffens via arch-commits
Date: Wednesday, April 18, 2018 @ 08:28:19
  Author: heftig
Revision: 322167

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 322166, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-18 08:27:38 UTC (rev 322166)
+++ PKGBUILD2018-04-18 08:28:19 UTC (rev 322167)
@@ -1,49 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.52.1
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=73751baa0247cb74791f923ea93017e4d5c12c2d  # tags/1.52.1^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 322166, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-18 08:28:19 UTC (rev 322167)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.52.2
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=9a331f9ba850f20734547eb3eaa2f4b1c79bb527  # tags/1.52.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-04-10 Thread Jan Steffens via arch-commits
Date: Tuesday, April 10, 2018 @ 09:27:58
  Author: heftig
Revision: 321456

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 321455, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   93 -
 1 file changed, 49 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 09:27:36 UTC (rev 321455)
+++ PKGBUILD2018-04-10 09:27:58 UTC (rev 321456)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.52.0
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=320268ef1902aa610cf2526d00065261fc90d4dc  # tags/1.52.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 321455, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 09:27:58 UTC (rev 321456)
@@ -0,0 +1,49 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.52.1
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=73751baa0247cb74791f923ea93017e4d5c12c2d  # tags/1.52.1^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-27 Thread Jan Steffens via arch-commits
Date: Saturday, January 27, 2018 @ 23:25:50
  Author: heftig
Revision: 315523

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 315522, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-27 23:24:52 UTC (rev 315522)
+++ PKGBUILD2018-01-27 23:25:50 UTC (rev 315523)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.3
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=292106fea5318171aca450901bffc30a42f4680b  # tags/1.50.3^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 315522, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-27 23:25:50 UTC (rev 315523)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.4
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=08046ea1e25ddc682fb529496898a1153ca2fb35  # tags/1.50.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-20 Thread Jan Steffens via arch-commits
Date: Saturday, January 20, 2018 @ 10:15:14
  Author: heftig
Revision: 315178

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 315177, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-20 10:14:33 UTC (rev 315177)
+++ PKGBUILD2018-01-20 10:15:14 UTC (rev 315178)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.2
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=9a97b89ac410091466961d8430ff4da399b83bbe  # tags/1.50.2^0
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 315177, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-20 10:15:14 UTC (rev 315178)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.3
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=292106fea5318171aca450901bffc30a42f4680b  # tags/1.50.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-12-09 Thread Jan Steffens via arch-commits
Date: Sunday, December 10, 2017 @ 03:56:29
  Author: heftig
Revision: 312030

archrelease: copy trunk to extra-x86_64

Added:
  gjs/repos/extra-x86_64/PKGBUILD
(from rev 312029, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-10 03:55:37 UTC (rev 312029)
+++ PKGBUILD2017-12-10 03:56:29 UTC (rev 312030)
@@ -1,44 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.50.2+8+gb65c785
-pkgrel=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs";
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js52 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b65c7851e55b8e355de6d0f582da0e3de1ae6f9a  # gnome-3-26
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  git revert -n 05810c9ac9dce102ae18752060123f9a921589f5
-  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 -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/extra-x86_64/PKGBUILD (from rev 312029, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-10 03:56:29 UTC (rev 312030)
@@ -0,0 +1,44 @@
+# $Id$
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.50.2
+pkgrel=1
+epoch=1
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs";
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js52 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=9a97b89ac410091466961d8430ff4da399b83bbe  # tags/1.50.2^0
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#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 -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}