Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / gjs


Commits:
9ba0af4f by Jan Alexander Steffens (heftig) at 2023-10-03T23:53:46+02:00
1.78.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,41 @@
+pkgbase = gjs
+       pkgdesc = Javascript Bindings for GNOME
+       pkgver = 1.78.0
+       pkgrel = 1
+       epoch = 2
+       url = https://wiki.gnome.org/Projects/Gjs
+       arch = x86_64
+       license = GPL
+       checkdepends = gtk3
+       checkdepends = gtk4
+       checkdepends = xorg-server-xvfb
+       makedepends = dbus
+       makedepends = git
+       makedepends = gobject-introspection
+       makedepends = meson
+       depends = cairo
+       depends = dconf
+       depends = glib2
+       depends = gobject-introspection-runtime
+       depends = js115
+       depends = libffi
+       depends = libgirepository
+       depends = libsysprof-capture
+       depends = libx11
+       depends = readline
+       provides = libgjs.so
+       source = 
git+https://gitlab.gnome.org/GNOME/gjs.git#commit=ff65456cff40b4d9f8b74e732188393e04150ac4
+       b2sums = SKIP
+
+pkgname = gjs
+       depends = cairo
+       depends = dconf
+       depends = glib2
+       depends = gobject-introspection-runtime
+       depends = js115
+       depends = libffi
+       depends = libgirepository
+       depends = libsysprof-capture
+       depends = libx11
+       depends = readline
+       depends = libreadline.so


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,9 @@
+# Maintainer: Fabian Bornschein <fabiscafe-at-mailbox-dot-org>
 # Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
 # Contributor: Ionut Biru <ib...@archlinux.org>
 
 pkgname=gjs
-pkgver=1.76.2
+pkgver=1.78.0
 pkgrel=1
 epoch=2
 pkgdesc="Javascript Bindings for GNOME"
@@ -12,9 +13,13 @@ license=(GPL)
 depends=(
   cairo
   dconf
+  glib2
   gobject-introspection-runtime
-  js102
+  js115
+  libffi
+  libgirepository
   libsysprof-capture
+  libx11
   readline
 )
 makedepends=(
@@ -29,7 +34,7 @@ checkdepends=(
   xorg-server-xvfb
 )
 provides=(libgjs.so)
-_commit=15df7edcfdcbaeeee3e407de30bcab6c3182fda0  # tags/1.76.2^0
+_commit=ff65456cff40b4d9f8b74e732188393e04150ac4  # tags/1.78.0^0
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit";)
 b2sums=('SKIP')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/9ba0af4f395cdc889a1baa47097f5bff6bf9ca02

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gjs/-/commit/9ba0af4f395cdc889a1baa47097f5bff6bf9ca02
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to