23 lines
895 B
Bash
23 lines
895 B
Bash
# Template file for 'xarcan'
|
|
pkgname=xarcan
|
|
version=0.6.3
|
|
revision=1
|
|
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 libxshmfence-devel xcb-util-wm-devel"
|
|
short_desc="Patched Xserver that bridges connections to Arcan"
|
|
maintainer="Piraty <mail@piraty.dev>"
|
|
license="MIT, BSD-3-Clause"
|
|
homepage="https://github.com/letoram/xarcan"
|
|
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
|
|
checksum=819da816e5a4780fc0badeaf08dec04ff3c40231f4d2fc8877abc8d0ad49d82e
|
|
|
|
post_install() {
|
|
rm -rf ${DESTDIR}/usr/{include,lib,share}
|
|
vlicense COPYING
|
|
}
|