386eb342cf
Use configure args recommended by upstream: - new warnings shouldn't break building the package - assertions are used only for supposedly unreachable code and should be kept (our build style sets b_ndebug=true)
32 lines
938 B
Bash
32 lines
938 B
Bash
# Template file for 'sway'
|
|
pkgname=sway
|
|
version=1.6
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Dwerror=false -Db_ndebug=false"
|
|
conf_files="/etc/sway/config"
|
|
hostmakedepends="pkg-config wayland-devel scdoc git"
|
|
makedepends="wlroots-devel pcre-devel json-c-devel pango-devel cairo-devel
|
|
gdk-pixbuf-devel"
|
|
depends="swaybg xorg-server-xwayland"
|
|
short_desc="Tiling Wayland compositor compatible with i3"
|
|
maintainer="Olaf Mersmann <olafm@p-value.net>"
|
|
license="MIT"
|
|
homepage="https://swaywm.org"
|
|
distfiles="https://github.com/swaywm/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=9ecfd2f38239f7e90922a13cd348fc95fc059e8fa0e4b75b8ffcc7b61685a5fb
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vbin contrib/grimshot
|
|
vman contrib/grimshot.1
|
|
}
|
|
|
|
grimshot_package() {
|
|
short_desc="Helper for screenshots within sway"
|
|
depends="grim slurp sway wl-clipboard jq libnotify"
|
|
pkg_install() {
|
|
vmove usr/bin/grimshot
|
|
vmove usr/share/man/man1/grimshot.1
|
|
}
|
|
}
|