sway: update to 1.0.
This commit is contained in:
parent
4c617ddb8c
commit
9bc0e850be
1 changed files with 11 additions and 14 deletions
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'sway'
|
# Template file for 'sway'
|
||||||
pkgname=sway
|
pkgname=sway
|
||||||
version=0.15.2
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=meson
|
||||||
configure_args="-DCMAKE_INSTALL_SYSCONFDIR=/etc"
|
conf_files="/etc/sway/config"
|
||||||
hostmakedepends="asciidoc pkg-config wayland-devel"
|
hostmakedepends="pkg-config wayland-devel scdoc git"
|
||||||
makedepends="gdk-pixbuf-devel json-c-devel libcap-devel pam-devel pango-devel
|
makedepends="wlroots-devel wayland-devel wayland-protocols pcre-devel
|
||||||
wlc-devel"
|
json-c-devel pango-devel cairo-devel gdk-pixbuf-devel"
|
||||||
conf_files="/etc/sway/config /etc/pam.d/swaylock"
|
depends="xorg-server-xwayland"
|
||||||
short_desc="An i3-compatible window manager for Wayland"
|
short_desc="Tiling Wayland compositor compatible with i3"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://swaywm.org"
|
homepage="https://swaywm.org"
|
||||||
distfiles="https://github.com/SirCmpwn/sway/archive/${version}.tar.gz"
|
distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=05526e3038d2a5490a64bd816f1f04d2a6c214ddc6182835312b273b40b737ae
|
checksum=24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
sed -i CMakeLists.txt -e "s;-Werror;-Wno-error;"
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
# must be setuid without logind!
|
# must be setuid without logind!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue