mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
gtklock: update to 3.0.0
This commit is contained in:
parent
67c72de2d6
commit
7f84835fe9
1 changed files with 5 additions and 6 deletions
|
@ -1,17 +1,16 @@
|
||||||
# Template file for 'gtklock'
|
# Template file for 'gtklock'
|
||||||
pkgname=gtklock
|
pkgname=gtklock
|
||||||
version=2.1.0
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=meson
|
||||||
make_use_env=yes
|
hostmakedepends="pkg-config glib-devel scdoc"
|
||||||
hostmakedepends="pkg-config wayland-devel glib-devel scdoc"
|
makedepends="pam-devel gtk+3-devel gtk-session-lock-devel"
|
||||||
makedepends="pam-devel gtk+3-devel gtk-layer-shell-devel"
|
|
||||||
short_desc="GTK-based lockscreen for Wayland"
|
short_desc="GTK-based lockscreen for Wayland"
|
||||||
maintainer="Jovan Lanik <jox969@gmail.com>"
|
maintainer="Jovan Lanik <jox969@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/jovanlanik/gtklock"
|
homepage="https://github.com/jovanlanik/gtklock"
|
||||||
distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/jovanlanik/gtklock/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=47cc09ab773e90e3a28240faaabb8d9ac4e36f5234a2b5c3a956039783365f43
|
checksum=a65e8636680c1fb11c449ecb0c88771345a9535150b7a372bc615def6bea2c7c
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# copying CSS example provided
|
# copying CSS example provided
|
||||||
|
|
Loading…
Add table
Reference in a new issue