32 lines
940 B
Bash
32 lines
940 B
Bash
# Template file for 'sway'
|
|
pkgname=sway
|
|
version=1.6.1
|
|
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=8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391
|
|
|
|
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
|
|
}
|
|
}
|