gtk-layer-shell: update to 0.2.0.
This commit is contained in:
parent
a519234976
commit
f2b3d2a779
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gtk-layer-shell'
|
# Template file for 'gtk-layer-shell'
|
||||||
pkgname=gtk-layer-shell
|
pkgname=gtk-layer-shell
|
||||||
version=0.1.0
|
version=0.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
|
@ -8,13 +8,13 @@ hostmakedepends="gobject-introspection pkg-config wayland-devel"
|
||||||
makedepends="gtk+3-devel wayland-devel"
|
makedepends="gtk+3-devel wayland-devel"
|
||||||
short_desc="Library to create panels and other desktop components for Wayland"
|
short_desc="Library to create panels and other desktop components for Wayland"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="LGPL-3.0-or-later, MIT"
|
||||||
homepage="https://github.com/wmww/gtk-layer-shell"
|
homepage="https://github.com/wmww/gtk-layer-shell"
|
||||||
distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
|
distfiles="https://github.com/wmww/gtk-layer-shell/archive/v${version}.tar.gz"
|
||||||
checksum=f7569e27ae30b1a94c3ad6c955cf56240d6bc272b760d9d266ce2ccdb94a5cf0
|
checksum=6934376b5296d079fca2c1ba6b222ec91db6bf3667142340ee2bdebfb4b69116
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense LICENSE_MIT.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk-layer-shell-devel_package() {
|
gtk-layer-shell-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue