[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-08-08 Thread Jan Steffens via arch-commits
Date: Monday, August 8, 2022 @ 07:18:57
  Author: heftig
Revision: 452405

1.72.2-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-08-08 07:03:57 UTC (rev 452404)
+++ PKGBUILD2022-08-08 07:18:57 UTC (rev 452405)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.72.1
+pkgver=1.72.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -15,7 +15,7 @@
 checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 options=(debug)
-_commit=2043fd25b89fcc93f01d74572d2f9afcb714f599  # tags/1.72.1^0
+_commit=56d74f6fd6398d933696eaf96c1f3a3f2a52cbf9  # tags/1.72.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -26,6 +26,10 @@
 
 prepare() {
   cd gjs
+
+  # Work around https://github.com/mesonbuild/meson/issues/10577
+  sed -e "/protocol/s/'tap'/'exitcode'/" \
+  -i {test,installed-tests{,/js}}/meson.build
 }
 
 build() {



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-07-05 Thread Jan Steffens via arch-commits
Date: Tuesday, July 5, 2022 @ 07:00:08
  Author: heftig
Revision: 449896

1.72.1-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-05 00:19:23 UTC (rev 449895)
+++ PKGBUILD2022-07-05 07:00:08 UTC (rev 449896)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.72.0
-pkgrel=2
+pkgver=1.72.1
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -15,7 +15,7 @@
 checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 options=(debug)
-_commit=f0341aaa64318752272c4c6a3aef335401f1b3c9  # tags/1.72.0^0
+_commit=2043fd25b89fcc93f01d74572d2f9afcb714f599  # tags/1.72.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-07-03 Thread Jan Steffens via arch-commits
Date: Sunday, July 3, 2022 @ 19:08:12
  Author: heftig
Revision: 449830

1.72.0-2: rebuild for js91 91.11.0

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-07-03 18:35:21 UTC (rev 449829)
+++ PKGBUILD2022-07-03 19:08:12 UTC (rev 449830)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.72.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-03-29 Thread Jan Steffens via arch-commits
Date: Tuesday, March 29, 2022 @ 18:55:40
  Author: heftig
Revision: 440904

1.72.0-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-29 18:54:06 UTC (rev 440903)
+++ PKGBUILD2022-03-29 18:55:40 UTC (rev 440904)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.70.2
+pkgver=1.72.0
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -9,13 +9,13 @@
 url="https://wiki.gnome.org/Projects/Gjs";
 arch=(x86_64)
 license=(GPL)
-depends=(cairo gobject-introspection-runtime js78 dconf readline
+depends=(cairo gobject-introspection-runtime js91 dconf readline
  libsysprof-capture)
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 options=(debug)
-_commit=167ea2951f2b0f56016dece95b1282e921600993  # tags/1.70.2^0
+_commit=f0341aaa64318752272c4c6a3aef335401f1b3c9  # tags/1.72.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-03-22 Thread Jan Steffens via arch-commits
Date: Tuesday, March 22, 2022 @ 01:18:45
  Author: heftig
Revision: 440488

1.70.2-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-03-22 01:04:34 UTC (rev 440487)
+++ PKGBUILD2022-03-22 01:18:45 UTC (rev 440488)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.70.1
-pkgrel=2
+pkgver=1.70.2
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -14,7 +14,8 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=f17afbffec385030c1b47dab992f7e08232fea50  # tags/1.70.1^0
+options=(debug)
+_commit=167ea2951f2b0f56016dece95b1282e921600993  # tags/1.70.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-02-11 Thread Jan Steffens via arch-commits
Date: Friday, February 11, 2022 @ 23:01:17
  Author: heftig
Revision: 436960

1.70.1-2: FS#73716 drop valgrind checkdepends

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-11 23:00:23 UTC (rev 436959)
+++ PKGBUILD2022-02-11 23:01:17 UTC (rev 436960)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.70.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js78 dconf readline
  libsysprof-capture)
 makedepends=(gobject-introspection git meson dbus)
-checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
+checkdepends=(xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 _commit=f17afbffec385030c1b47dab992f7e08232fea50  # tags/1.70.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-02-07 Thread Jan Steffens via arch-commits
Date: Tuesday, February 8, 2022 @ 04:07:05
  Author: heftig
Revision: 436454

1.70.1-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-02-07 23:51:07 UTC (rev 436453)
+++ PKGBUILD2022-02-08 04:07:05 UTC (rev 436454)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.70.0
-pkgrel=3
+pkgver=1.70.1
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -14,13 +14,13 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=da5d5fe74469c799de80117758d79ad694d1116a  # tags/1.70.0^0
+_commit=f17afbffec385030c1b47dab992f7e08232fea50  # tags/1.70.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd gjs
-  git describe --tags | sed 's/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-01-11 Thread Jan Steffens via arch-commits
Date: Tuesday, January 11, 2022 @ 16:35:14
  Author: heftig
Revision: 434242

1.70.0-3: Use same optimization as mutter

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |   16 ++--
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-11 16:26:37 UTC (rev 434241)
+++ PKGBUILD2022-01-11 16:35:14 UTC (rev 434242)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.70.0
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -19,18 +19,20 @@
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd gjs
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd gjs
 }
 
 build() {
-  arch-meson $pkgname build \
---buildtype release \
--D installed_tests=false
+  CFLAGS="${CFLAGS/-O2/-O3} -fno-semantic-interposition"
+  CXXFLAGS="${CXXFLAGS/-O2/-O3} -fno-semantic-interposition"
+  LDFLAGS+=" -Wl,-Bsymbolic-functions"
+
+  arch-meson gjs build -D installed_tests=false
   meson compile -C build
 }
 
@@ -43,3 +45,5 @@
   depends+=(libreadline.so)
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 et:



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2022-01-07 Thread Jan Steffens via arch-commits
Date: Friday, January 7, 2022 @ 18:52:05
  Author: heftig
Revision: 433816

1.70.0-2: use libsysprof-capture

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-07 18:48:56 UTC (rev 433815)
+++ PKGBUILD2022-01-07 18:52:05 UTC (rev 433816)
@@ -3,13 +3,14 @@
 
 pkgname=gjs
 pkgver=1.70.0
-pkgrel=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 js78 dconf readline)
+depends=(cairo gobject-introspection-runtime js78 dconf readline
+ libsysprof-capture)
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
@@ -29,8 +30,7 @@
 build() {
   arch-meson $pkgname build \
 --buildtype release \
--D installed_tests=false \
--D profiler=disabled
+-D installed_tests=false
   meson compile -C build
 }
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-10-31 Thread Jan Steffens via arch-commits
Date: Sunday, October 31, 2021 @ 21:19:30
  Author: heftig
Revision: 426912

1.70.0-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-31 21:08:51 UTC (rev 426911)
+++ PKGBUILD2021-10-31 21:19:30 UTC (rev 426912)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.68.3
-pkgrel=2
+pkgver=1.70.0
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=44999624184db531715fcf65721c1882b4a748bc  # tags/1.68.3^0
+_commit=da5d5fe74469c799de80117758d79ad694d1116a  # tags/1.70.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-10-10 Thread Evangelos Foutras via arch-commits
Date: Sunday, October 10, 2021 @ 23:26:16
  Author: foutrelis
Revision: 425775

upgpkg: gjs 2:1.68.3-2: libffi 3.4 rebuild

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-10 23:24:24 UTC (rev 425774)
+++ PKGBUILD2021-10-10 23:26:16 UTC (rev 425775)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.68.3
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-08-15 Thread Jan Steffens via arch-commits
Date: Sunday, August 15, 2021 @ 16:18:08
  Author: heftig
Revision: 422266

1.68.3-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-15 08:44:04 UTC (rev 422265)
+++ PKGBUILD2021-08-15 16:18:08 UTC (rev 422266)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.68.2
+pkgver=1.68.3
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
+_commit=44999624184db531715fcf65721c1882b4a748bc  # tags/1.68.3^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -35,7 +35,7 @@
 }
 
 check() {
-  xvfb-run -s '-screen 0 1920x1080x24 -nolisten local' \
+  xvfb-run -s '-nolisten local' \
 meson test -C build --print-errorlogs
 }
 



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-08-10 Thread Jan Steffens via arch-commits
Date: Tuesday, August 10, 2021 @ 18:33:20
  Author: heftig
Revision: 421295

1.68.2-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |9 +++--
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-08-10 18:31:42 UTC (rev 421294)
+++ PKGBUILD2021-08-10 18:33:20 UTC (rev 421295)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.68.1
+pkgver=1.68.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=1639d90f350aa271cb84478c8ae69c1aa2abb419  # tags/1.68.1^0
+_commit=dd4944f4271f65dc57438a9ff8d47f55b3acd928  # tags/1.68.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 
@@ -24,9 +24,6 @@
 
 prepare() {
   cd $pkgname
-
-  # Fix _LocalFilePrototype
-  git cherry-pick -n ec9385b89cb2bce0615093c3c957cbbb5ea6b769
 }
 
 build() {
@@ -44,5 +41,5 @@
 
 package() {
   depends+=(libreadline.so)
-  DESTDIR="$pkgdir" meson install -C build
+  meson install -C build --destdir "$pkgdir"
 }



[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-05-06 Thread Jan Steffens via arch-commits
Date: Thursday, May 6, 2021 @ 13:15:20
  Author: heftig
Revision: 414498

1.68.1-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-05-06 11:30:07 UTC (rev 414497)
+++ PKGBUILD2021-05-06 13:15:20 UTC (rev 414498)
@@ -2,8 +2,8 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.68.0
-pkgrel=3
+pkgver=1.68.1
+pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=87f0d0889127305ceb559c5451f29269d2f46f3b  # tags/1.68.0^0
+_commit=1639d90f350aa271cb84478c8ae69c1aa2abb419  # tags/1.68.1^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-04-18 Thread Jan Steffens via arch-commits
Date: Sunday, April 18, 2021 @ 22:29:59
  Author: heftig
Revision: 412886

1.68.0-3

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-04-18 22:16:38 UTC (rev 412885)
+++ PKGBUILD2021-04-18 22:29:59 UTC (rev 412886)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.68.0
-pkgrel=2
+pkgrel=3
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -24,6 +24,9 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix _LocalFilePrototype
+  git cherry-pick -n ec9385b89cb2bce0615093c3c957cbbb5ea6b769
 }
 
 build() {


[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-03-22 Thread Jan Steffens via arch-commits
Date: Monday, March 22, 2021 @ 17:47:58
  Author: heftig
Revision: 410721

1.68.0-2: no sysprof

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-22 17:47:44 UTC (rev 410720)
+++ PKGBUILD2021-03-22 17:47:58 UTC (rev 410721)
@@ -3,7 +3,7 @@
 
 pkgname=gjs
 pkgver=1.68.0
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs";
@@ -10,7 +10,7 @@
 arch=(x86_64)
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js78 dconf readline)
-makedepends=(gobject-introspection git meson dbus sysprof)
+makedepends=(gobject-introspection git meson dbus)
 checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
 _commit=87f0d0889127305ceb559c5451f29269d2f46f3b  # tags/1.68.0^0
@@ -29,7 +29,8 @@
 build() {
   arch-meson $pkgname build \
 --buildtype release \
--D installed_tests=false
+-D installed_tests=false \
+-D profiler=disabled
   meson compile -C build
 }
 


[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-03-20 Thread Jan Steffens via arch-commits
Date: Sunday, March 21, 2021 @ 02:08:39
  Author: heftig
Revision: 410398

1.68.0-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-03-21 02:07:21 UTC (rev 410397)
+++ PKGBUILD2021-03-21 02:08:39 UTC (rev 410398)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.66.2
+pkgver=1.68.0
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -11,9 +11,9 @@
 license=(GPL)
 depends=(cairo gobject-introspection-runtime js78 dconf readline)
 makedepends=(gobject-introspection git meson dbus sysprof)
-checkdepends=(valgrind xorg-server-xvfb gtk3)
+checkdepends=(valgrind xorg-server-xvfb gtk3 gtk4)
 provides=(libgjs.so)
-_commit=cc01eeceb529ad61074194c2d5fc3067b3408ddf  # tags/1.66.2^0
+_commit=87f0d0889127305ceb559c5451f29269d2f46f3b  # tags/1.68.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')
 


[arch-commits] Commit in gjs/trunk (PKGBUILD)

2021-01-10 Thread Jan Steffens via arch-commits
Date: Sunday, January 10, 2021 @ 16:37:10
  Author: heftig
Revision: 406036

1.66.2-1

Modified:
  gjs/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-01-10 16:36:03 UTC (rev 406035)
+++ PKGBUILD2021-01-10 16:37:10 UTC (rev 406036)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.66.1
+pkgver=1.66.2
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -13,7 +13,7 @@
 makedepends=(gobject-introspection git meson dbus sysprof)
 checkdepends=(valgrind xorg-server-xvfb gtk3)
 provides=(libgjs.so)
-_commit=51a5f2109bcd2ec3585a8ed53f55b45106ce9698  # tags/1.66.1^0
+_commit=cc01eeceb529ad61074194c2d5fc3067b3408ddf  # tags/1.66.2^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 sha256sums=('SKIP')