Date: Thursday, April 21, 2022 @ 21:11:34 Author: heftig Revision: 443508
archrelease: copy trunk to extra-x86_64 Added: epiphany/repos/extra-x86_64/PKGBUILD (from rev 443506, epiphany/trunk/PKGBUILD) Deleted: epiphany/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 84 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-04-21 21:11:34 UTC (rev 443507) +++ PKGBUILD 2022-04-21 21:11:34 UTC (rev 443508) @@ -1,42 +0,0 @@ -# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> -# Contributor: Jan de Groot <j...@archlinux.org> - -pkgname=epiphany -pkgver=42.1 -pkgrel=1 -pkgdesc="A GNOME web browser based on the WebKit rendering engine" -url="https://wiki.gnome.org/Apps/Web" -arch=(x86_64) -license=(GPL) -depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libarchive libportal-gtk3) -makedepends=(docbook-xml startup-notification lsb-release gobject-introspection - yelp-tools git meson) -checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) -groups=(gnome) -options=(debug) -_commit=4614126ce0fd4bba4492c5f72e55d7d667662c48 # tags/42.1^0 -source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit") -sha256sums=('SKIP') - -pkgver() { - cd epiphany - git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' -} - -prepare() { - cd epiphany -} - -build() { - arch-meson epiphany build -D soup2=disabled - meson compile -C build -} - -check() { - dbus-run-session xvfb-run -s '-nolisten local' \ - meson test -C build --print-errorlogs -} - -package() { - meson install -C build --destdir "$pkgdir" -} Copied: epiphany/repos/extra-x86_64/PKGBUILD (from rev 443506, epiphany/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-04-21 21:11:34 UTC (rev 443508) @@ -0,0 +1,42 @@ +# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org> +# Contributor: Jan de Groot <j...@archlinux.org> + +pkgname=epiphany +pkgver=42.2 +pkgrel=1 +pkgdesc="A GNOME web browser based on the WebKit rendering engine" +url="https://wiki.gnome.org/Apps/Web" +arch=(x86_64) +license=(GPL) +depends=(webkit2gtk-4.1 gcr icu libdazzle libhandy libarchive libportal-gtk3) +makedepends=(docbook-xml startup-notification lsb-release gobject-introspection + yelp-tools git meson) +checkdepends=(xorg-server-xvfb aspell hspell hunspell nuspell libvoikko) +groups=(gnome) +options=(debug) +_commit=8dd7d3e2fa3cab3c85865e60a649aa859ff499db # tags/42.2^0 +source=("git+https://gitlab.gnome.org/GNOME/epiphany.git#commit=$_commit") +sha256sums=('SKIP') + +pkgver() { + cd epiphany + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' +} + +prepare() { + cd epiphany +} + +build() { + arch-meson epiphany build -D soup2=disabled + meson compile -C build +} + +check() { + dbus-run-session xvfb-run -s '-nolisten local' \ + meson test -C build --print-errorlogs +} + +package() { + meson install -C build --destdir "$pkgdir" +}