Date: Thursday, February 17, 2022 @ 23:36:25 Author: heftig Revision: 437628
40.1-1 Modified: libwnck3/trunk/PKGBUILD ----------+ PKGBUILD | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-17 22:25:14 UTC (rev 437627) +++ PKGBUILD 2022-02-17 23:36:25 UTC (rev 437628) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=libwnck3 -pkgver=40.0 +pkgver=40.1 pkgrel=1 pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)" url="https://gitlab.gnome.org/GNOME/libwnck" @@ -10,30 +10,30 @@ license=(LGPL) depends=(gtk3 startup-notification libxres) makedepends=(gobject-introspection gtk-doc git meson) -_commit=d161ed31914711b97a1c6ebef0558d80ce51113b # tags/40.0^0 +_commit=7fab141ba787cecb576b732c9182b006453d82f4 # tags/40.1^0 source=("git+https://gitlab.gnome.org/GNOME/libwnck.git#commit=$_commit") sha256sums=('SKIP') pkgver() { - cd libwnck - git describe --tags | sed 's/-/+/g' + cd libwnck + git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g' } prepare() { - cd libwnck + cd libwnck } build() { - arch-meson libwnck build -D gtk_doc=true - meson compile -C build + arch-meson libwnck build -D gtk_doc=true + meson compile -C build } check() { - meson test -C build --print-errorlogs + meson test -C build --print-errorlogs } package() { - meson install -C build --destdir "$pkgdir" + meson install -C build --destdir "$pkgdir" } -# vim:set sw=4 et: +# vim:set sw=2 et:
