From 584ddaee69eaee7007427e5790e5d9e17bcad3ec Mon Sep 17 00:00:00 2001 From: heftig Date: Sat, 6 May 2023 16:43:30 +0000 Subject: [PATCH] db-move: moved gjs from [testing] to [extra] (x86_64) git-svn-id: file:///srv/repos/svn-packages/svn@476814 eb2447ed-0c53-47e4-bac8-5bc4a241df78 --- gjs/repos/extra-x86_64/PKGBUILD | 4 +-- gjs/repos/testing-x86_64/PKGBUILD | 68 --------------------------------------- 2 files changed, 2 insertions(+), 70 deletions(-) delete mode 100644 gjs/repos/testing-x86_64/PKGBUILD diff --git a/gjs/repos/extra-x86_64/PKGBUILD b/gjs/repos/extra-x86_64/PKGBUILD index e1a359d1a6d..06fc16f26c8 100644 --- a/gjs/repos/extra-x86_64/PKGBUILD +++ b/gjs/repos/extra-x86_64/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Ionut Biru pkgname=gjs -pkgver=1.74.2 +pkgver=1.76.0 pkgrel=1 epoch=2 pkgdesc="Javascript Bindings for GNOME" @@ -29,7 +29,7 @@ checkdepends=( xorg-server-xvfb ) provides=(libgjs.so) -_commit=b89a510c55224d042d9e4121d2b27177425fa08a # tags/1.74.2^0 +_commit=ff2e1b2f15cf246eb391a356a0ac0ea09fafc2e6 # tags/1.76.0^0 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit") sha256sums=('SKIP') diff --git a/gjs/repos/testing-x86_64/PKGBUILD b/gjs/repos/testing-x86_64/PKGBUILD deleted file mode 100644 index 06fc16f26c8..00000000000 --- a/gjs/repos/testing-x86_64/PKGBUILD +++ /dev/null @@ -1,68 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) -# Contributor: Ionut Biru - -pkgname=gjs -pkgver=1.76.0 -pkgrel=1 -epoch=2 -pkgdesc="Javascript Bindings for GNOME" -url="https://wiki.gnome.org/Projects/Gjs" -arch=(x86_64) -license=(GPL) -depends=( - cairo - dconf - gobject-introspection-runtime - js102 - libsysprof-capture - readline -) -makedepends=( - dbus - git - gobject-introspection - meson -) -checkdepends=( - gtk3 - gtk4 - xorg-server-xvfb -) -provides=(libgjs.so) -_commit=ff2e1b2f15cf246eb391a356a0ac0ea09fafc2e6 # tags/1.76.0^0 -source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd gjs - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} - -prepare() { - cd gjs -} - -build() { - local meson_options=( - -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 "${meson_options[@]}" - meson compile -C build -} - -check() { - dbus-run-session xvfb-run -s '-nolisten local' \ - meson test -C build --print-errorlogs -} - -package() { - depends+=(libreadline.so) - meson install -C build --destdir "$pkgdir" -} - -# vim:set sw=2 sts=-1 et: -- 2.11.4.GIT