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

2020-03-07 Thread Jan Steffens via arch-commits
Date: Sunday, March 8, 2020 @ 07:38:38
  Author: heftig
Revision: 377092

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 377090, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-08 07:38:37 UTC (rev 377091)
+++ PKGBUILD2020-03-08 07:38:38 UTC (rev 377092)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.63.92
-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=a205430d1f979e7dc36671ac5f515682fb36c413  # tags/1.63.92^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/gnome-unstable-x86_64/PKGBUILD (from rev 377090, 
gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-08 07:38:38 UTC (rev 377092)
@@ -0,0 +1,43 @@
+# 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
+}


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

2018-09-07 Thread Jan Steffens via arch-commits
Date: Saturday, September 8, 2018 @ 02:29:19
  Author: heftig
Revision: 333919

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 333918, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-08 02:28:55 UTC (rev 333918)
+++ PKGBUILD2018-09-08 02:29:19 UTC (rev 333919)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.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 js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=d8dca63d7d508b858f771d847bee2e99017db2ce  # tags/1.54.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
-
-  # 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/gnome-unstable-x86_64/PKGBUILD (from rev 333918, 
gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-08 02:29:19 UTC (rev 333919)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.54.0+17+gb3ab88a7
+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 js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=b3ab88a73d23adfbf5e5b5d0e7de692a15bedaf0  # master
+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 (gnome-unstable-x86_64 testing-x86_64)

2011-04-07 Thread Ionut Biru
Date: Thursday, April 7, 2011 @ 14:42:38
  Author: ibiru
Revision: 118584

db-move: moved gjs from [gnome-unstable] to [testing] (x86_64)

Added:
  gjs/repos/testing-x86_64/
Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:00:17
  Author: ibiru
Revision: 117653

archrelease: remove gnome-unstable-x86_64

Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:00:29
  Author: ibiru
Revision: 117654

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 18:26:57
  Author: ibiru
Revision: 116350

archrelease: remove gnome-unstable-x86_64

Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-03-22 Thread Ionut Biru
Date: Tuesday, March 22, 2011 @ 18:27:11
  Author: ibiru
Revision: 116351

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-03-11 Thread Ionut Biru
Date: Friday, March 11, 2011 @ 08:14:15
  Author: ibiru
Revision: 114259

archrelease: remove gnome-unstable-x86_64

Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-03-11 Thread Ionut Biru
Date: Friday, March 11, 2011 @ 08:14:28
  Author: ibiru
Revision: 114260

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-02-24 Thread Ionut Biru
Date: Thursday, February 24, 2011 @ 06:53:08
  Author: ibiru
Revision: 40

archrelease: remove gnome-unstable-x86_64

Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-02-24 Thread Ionut Biru
Date: Thursday, February 24, 2011 @ 06:53:22
  Author: ibiru
Revision: 41

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2011-02-11 Thread Ionut Biru
Date: Friday, February 11, 2011 @ 15:27:08
  Author: ibiru
Revision: 109701

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:40:47
  Author: ibiru
Revision: 72915

archrelease: remove gnome-unstable-x86_64

Deleted:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2010-03-21 Thread Ionut Biru
Date: Sunday, March 21, 2010 @ 11:41:02
  Author: ibiru
Revision: 72916

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/



[arch-commits] Commit in gjs/repos (gnome-unstable-x86_64)

2010-02-25 Thread Ionut Biru
Date: Thursday, February 25, 2010 @ 20:11:07
  Author: ibiru
Revision: 70299

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gjs/repos/gnome-unstable-x86_64/