xarcan: update to 0.6.0.

This commit is contained in:
Piraty 2020-11-30 12:29:00 +01:00 committed by Piraty
parent 53deab988d
commit ab9d7c0e34

View file

@ -1,36 +1,22 @@
# Template file for 'xarcan'
pkgname=xarcan
version=0.5.4
revision=8
build_style=gnu-configure
version=0.6.0
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 libressl-devel libtirpc-devel libxkbfile-devel pixman-devel
xorgproto"
short_desc="Patched Xserver that bridges connections to Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
license="MIT"
license="MIT, BSD-3-Clause"
homepage="https://github.com/letoram/xarcan"
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
checksum=ea37709c56b4c649ea2263531a02d511ff44dcd842833be5f8db41641045d5a1
configure_args="--enable-kdrive --enable-xarcan --disable-xorg
--disable-xwayland --disable-xnest --disable-xvfb --disable-glamor --enable-glx
--disable-int10-module --with-xkb-path=/usr/share/X11/xkb
--with-xkb-output=/var/lib/xkb --enable-ipv6 --enable-record
--with-fontrootdir=/usr/share/fonts/X11 --with-shared-memory-dir=/dev/shm
--without-systemd-daemon --without-systemd-daemon --enable-xcsecurity --disable-static"
hostmakedepends="automake libtool pkg-config xorg-util-macros font-util xtrans"
makedepends="pixman-devel libdrm-devel libX11-devel
MesaLib-devel libressl-devel libXfont2-devel libxkbfile-devel
libepoxy-devel arcan-devel xorgproto"
pre_configure() {
vsed -i configure.ac \
-e "s;gl >= 7.1.0;gl >= 1.2;" \
-e "s;gl >= 9.2.0;gl >= 1.2;"
NOCONFIGURE=1 ./autogen.sh
}
checksum=db582bf9c412842fb263d4eb5118f4c1eb6e7b579042a179044d9467fdb98193
post_install() {
rm -rf ${DESTDIR}/usr/{include,lib,share}
vlicense COPYING
rm -rf ${DESTDIR}/var
rm -rf ${DESTDIR}/usr/{lib,share}
}