22 lines
859 B
Bash
22 lines
859 B
Bash
# Template file for 'xarcan'
|
|
pkgname=xarcan
|
|
version=0.6.0
|
|
revision=2
|
|
build_style=meson
|
|
configure_args="-Dglamor=true -Dint10=false -Dipv6=true -Dsystemd_logind=false
|
|
-Ddefault_font_path=/usr/share/fonts/X11"
|
|
hostmakedepends="automake font-util libtool pkg-config xorg-util-macros xtrans"
|
|
makedepends="MesaLib-devel arcan-devel libX11-devel libXfont2-devel libdrm-devel
|
|
libepoxy-devel openssl-devel libtirpc-devel libxkbfile-devel pixman-devel
|
|
xorgproto"
|
|
short_desc="Patched Xserver that bridges connections to Arcan"
|
|
maintainer="Piraty <piraty1@inbox.ru>"
|
|
license="MIT, BSD-3-Clause"
|
|
homepage="https://github.com/letoram/xarcan"
|
|
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
|
|
checksum=db582bf9c412842fb263d4eb5118f4c1eb6e7b579042a179044d9467fdb98193
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/{include,lib,share}
|
|
vlicense COPYING
|
|
}
|