mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
wlogout: update to 1.1.1.
This commit is contained in:
parent
f6b6c939f9
commit
ef2604af1a
2 changed files with 2 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 61cd04c..4d8ddb2 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -22,7 +22,7 @@ add_project_arguments(
|
|
||||||
datadir = get_option('datadir')
|
|
||||||
sysconfdir = get_option('sysconfdir')
|
|
||||||
|
|
||||||
-scdoc = dependency('scdoc', required: get_option('man-pages'))
|
|
||||||
+scdoc = dependency('scdoc', native: true, required: get_option('man-pages'))
|
|
||||||
if scdoc.found()
|
|
||||||
scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: true)
|
|
||||||
sh = find_program('sh', native: true)
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wlogout'
|
# Template file for 'wlogout'
|
||||||
pkgname=wlogout
|
pkgname=wlogout
|
||||||
version=1.1
|
version=1.1.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
conf_files="/etc/wlogout/layout /etc/wlogout/style.css"
|
conf_files="/etc/wlogout/layout /etc/wlogout/style.css"
|
||||||
|
@ -11,8 +11,7 @@ maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/ArtsyMacaw/wlogout"
|
homepage="https://github.com/ArtsyMacaw/wlogout"
|
||||||
distfiles="https://github.com/ArtsyMacaw/wlogout/archive/${version}.tar.gz"
|
distfiles="https://github.com/ArtsyMacaw/wlogout/archive/${version}.tar.gz"
|
||||||
checksum=eb6fdc1a0b5f500fa09ee626e045d8d27a85aab64d91458bb214580511b0623d
|
checksum=cc79c9e2ff1bd225b051a34ccb352bcf8a1991b83414a7db623fce7c49566940
|
||||||
patch_args="-Np1"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue