mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-07 06:17:14 +02:00
testing/gtk4-layer-shell: upgrade to 1.0.1
This commit is contained in:
parent
3e6e101173
commit
9f11e92e63
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: psykose <alice@ayaya.dev>
|
# Maintainer: psykose <alice@ayaya.dev>
|
||||||
pkgname=gtk4-layer-shell
|
pkgname=gtk4-layer-shell
|
||||||
pkgver=1.0.0
|
pkgver=1.0.1
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="Create panels and other desktop components in Wayland using the Layer Shell protocol in GTK4"
|
pkgdesc="Create panels and other desktop components in Wayland using the Layer Shell protocol in GTK4"
|
||||||
url="https://github.com/wmww/gtk4-layer-shell"
|
url="https://github.com/wmww/gtk4-layer-shell"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -14,9 +14,21 @@ makedepends="
|
|||||||
wayland-dev
|
wayland-dev
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
"
|
"
|
||||||
checkdepends="xvfb-run font-dejavu"
|
checkdepends="
|
||||||
|
font-dejavu
|
||||||
|
py3-gobject3
|
||||||
|
xvfb-run
|
||||||
|
"
|
||||||
subpackages="$pkgname-dev $pkgname-demo"
|
subpackages="$pkgname-dev $pkgname-demo"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk4-layer-shell/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk4-layer-shell/archive/v$pkgver.tar.gz
|
||||||
|
no-lua-test.patch
|
||||||
|
"
|
||||||
|
|
||||||
|
prepare() {
|
||||||
|
default_prepare
|
||||||
|
|
||||||
|
rm -fv test/smoke-tests/test-lua-example.py
|
||||||
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
abuild-meson \
|
abuild-meson \
|
||||||
@ -45,5 +57,6 @@ demo() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a9da7a971552516b76a73a2ad3fda46bdc90d67b2402fb8a2e80774321965f5b5092e7ddea9444a44c671bf60e701db84f7930fa7f6f39514eb55f1ff78c8074 gtk4-layer-shell-1.0.0.tar.gz
|
d205d37dbcbf488cbdb91314d0b2d0570a0af31d80529b3f5d09f321750a3b464bbf41b6b774864a503d0613ad43c80e11c3629a936839a47124683296c6d646 gtk4-layer-shell-1.0.1.tar.gz
|
||||||
|
d581a80a98a701d6ff7cd5555f0b1a7959efb91b72f54e3ba597f78b2094d3f5630f8d96249860c761fee927a271ee624a192edb9bd40e2884f2004136e545ed no-lua-test.patch
|
||||||
"
|
"
|
||||||
|
13
testing/gtk4-layer-shell/no-lua-test.patch
Normal file
13
testing/gtk4-layer-shell/no-lua-test.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
a bad arg is passed to lgi
|
||||||
|
--
|
||||||
|
diff --git a/test/smoke-tests/meson.build b/test/smoke-tests/meson.build
|
||||||
|
index e773c54..f2dab96 100644
|
||||||
|
--- a/test/smoke-tests/meson.build
|
||||||
|
+++ b/test/smoke-tests/meson.build
|
||||||
|
@@ -2,6 +2,5 @@ smoke_tests = [
|
||||||
|
'test-c-example',
|
||||||
|
'test-c-demo',
|
||||||
|
'test-python-example',
|
||||||
|
- 'test-lua-example',
|
||||||
|
'test-vala-example',
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user