sway: set sysconfdir correctly and register config files.
This commit is contained in:
parent
bbb3f59c5b
commit
3f03d2bc2b
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
# Template file for 'sway'
|
# Template file for 'sway'
|
||||||
pkgname=sway
|
pkgname=sway
|
||||||
version=0.5
|
version=0.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
||||||
hostmakedepends="asciidoc pkg-config"
|
hostmakedepends="asciidoc pkg-config"
|
||||||
makedepends="wlc-devel gdk-pixbuf-devel json-c-devel pango-devel pam-devel"
|
makedepends="wlc-devel gdk-pixbuf-devel json-c-devel pango-devel pam-devel"
|
||||||
|
conf_files="/etc/sway/config /etc/pam.d/swaylock"
|
||||||
short_desc="i3 compatible window manager for Wayland"
|
short_desc="i3 compatible window manager for Wayland"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in a new issue