* update gtk-layer-shell to 0.9.0-1

This commit is contained in:
Alexander Baldeck 2024-10-09 10:08:05 +02:00
parent 1823c35b32
commit 8b692f8800
3 changed files with 28 additions and 2 deletions

22
gtk-layer-shell/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = gtk-layer-shell
pkgdesc = Library to create Wayland desktop components using the Layer Shell protocol
pkgver = 0.9.0
pkgrel = 1
url = https://github.com/wmww/gtk-layer-shell
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = LGPL3
makedepends = gtk-doc
makedepends = gobject-introspection
makedepends = meson
makedepends = ninja
makedepends = valabind
depends = gtk3
depends = wayland
source = gtk-layer-shell-0.9.0.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v0.9.0.tar.gz
sha512sums = 38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066
pkgname = gtk-layer-shell

View File

@ -0,0 +1,4 @@
[gtk-layer-shell]
source = "git"
git = "https://github.com/wmww/gtk-layer-shell.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol'
pkgname=gtk-layer-shell
pkgver=0.8.2
pkgver=0.9.0
pkgrel=1
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
license=(LGPL3)
@ -21,7 +21,7 @@ makedepends=(
"valabind"
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
sha512sums=('e3b56612dab2527d5242b8305362c88100de3eac76cee32ce51791cbc77df38a5052143bf4bf5781a90fa62e026a758ef9d10dc5b4292b0b334983842fad632c')
sha512sums=('38179dd83a0828740ca8e2cc27fe3708f61107e88246644745da6c300da03ce04b17dd7117087946a68401a43176a599bdb98ed50936602d2b2540449c0e9066')
build() {
meson --prefix=/usr \