Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / gtk4-layer-shell
Commits: 085bd60c by Brett Cornwall at 2024-09-15T14:24:39-07:00 Add wayland-protocols as makedep Fixes #1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = gtk4-layer-shell pkgdesc = Library to create panels and other desktop components for Wayland pkgver = 1.0.3 - pkgrel = 1 + pkgrel = 2 url = https://github.com/wmww/gtk4-layer-shell arch = x86_64 license = MIT @@ -13,6 +13,7 @@ pkgbase = gtk4-layer-shell makedepends = valabind makedepends = python makedepends = luajit + makedepends = wayland-protocols depends = gtk4 depends = wayland source = gtk4-layer-shell-1.0.3.tar.gz::https://github.com/wmww/gtk4-layer-shell/archive/v1.0.3.tar.gz ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgdesc='Library to create panels and other desktop components for Wayland' pkgname=gtk4-layer-shell pkgver=1.0.3 -pkgrel=1 +pkgrel=2 arch=(x86_64) license=(MIT) url="https://github.com/wmww/gtk4-layer-shell" @@ -21,6 +21,7 @@ makedepends=( "valabind" "python" "luajit" + "wayland-protocols" ) checkdepends=( "lua51-lgi" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4-layer-shell/-/commit/085bd60ca8b4ebb6254acd1e60a9402687936ad5 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk4-layer-shell/-/commit/085bd60ca8b4ebb6254acd1e60a9402687936ad5 You're receiving this email because of your account on gitlab.archlinux.org.