New package: wlogout-1.1
This commit is contained in:
parent
3136c42359
commit
67ba28520f
2 changed files with 32 additions and 0 deletions
13
srcpkgs/wlogout/patches/fix_cross.patch
Normal file
13
srcpkgs/wlogout/patches/fix_cross.patch
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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)
|
19
srcpkgs/wlogout/template
Normal file
19
srcpkgs/wlogout/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'wlogout'
|
||||||
|
pkgname=wlogout
|
||||||
|
version=1.1
|
||||||
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
conf_files="/etc/wlogout/layout /etc/wlogout/style.css"
|
||||||
|
hostmakedepends="pkg-config scdoc"
|
||||||
|
makedepends="gtk+3-devel gtk-layer-shell-devel"
|
||||||
|
short_desc="Wayland based logout menu"
|
||||||
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/ArtsyMacaw/wlogout"
|
||||||
|
distfiles="https://github.com/ArtsyMacaw/wlogout/archive/${version}.tar.gz"
|
||||||
|
checksum=eb6fdc1a0b5f500fa09ee626e045d8d27a85aab64d91458bb214580511b0623d
|
||||||
|
patch_args="-Np1"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue