Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / gtk4-layer-shell
Commits: 105be84f by Brett Cornwall at 2025-02-08T19:45:59-08:00 upgpkg: 1.1.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = gtk4-layer-shell pkgdesc = Library to create panels and other desktop components for Wayland - pkgver = 1.0.4 + pkgver = 1.1.0 pkgrel = 1 url = https://github.com/wmww/gtk4-layer-shell arch = x86_64 @@ -16,7 +16,7 @@ pkgbase = gtk4-layer-shell makedepends = wayland-protocols depends = gtk4 depends = wayland - source = gtk4-layer-shell-1.0.4.tar.gz::https://github.com/wmww/gtk4-layer-shell/archive/v1.0.4.tar.gz - sha256sums = 7fe327dc3740e4b6f5edfd855e23f84b1ac1ec6854b731047b95df7feb46498b + source = gtk4-layer-shell-1.1.0.tar.gz::https://github.com/wmww/gtk4-layer-shell/archive/v1.1.0.tar.gz + sha256sums = 98284281260a5eef5b4f63a55f16c4bf6a788a1020a6db037ecb0f71fa336988 pkgname = gtk4-layer-shell ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgdesc='Library to create panels and other desktop components for Wayland' pkgname=gtk4-layer-shell -pkgver=1.0.4 +pkgver=1.1.0 pkgrel=1 arch=(x86_64) license=(MIT) @@ -27,7 +27,7 @@ checkdepends=( "lua51-lgi" ) source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('7fe327dc3740e4b6f5edfd855e23f84b1ac1ec6854b731047b95df7feb46498b') +sha256sums=('98284281260a5eef5b4f63a55f16c4bf6a788a1020a6db037ecb0f71fa336988') build() { meson setup \ @@ -45,7 +45,6 @@ build() { ninja -C build } -# See: https://github.com/wmww/gtk4-layer-shell/issues/28 check() { meson test -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4-layer-shell/-/commit/105be84ff78e45008aee3df6d4ab431feba6938c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4-layer-shell/-/commit/105be84ff78e45008aee3df6d4ab431feba6938c You're receiving this email because of your account on gitlab.archlinux.org.