mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
xarcan: update to 0.6.0.
This commit is contained in:
parent
53deab988d
commit
ab9d7c0e34
1 changed files with 12 additions and 26 deletions
|
@ -1,36 +1,22 @@
|
||||||
# Template file for 'xarcan'
|
# Template file for 'xarcan'
|
||||||
pkgname=xarcan
|
pkgname=xarcan
|
||||||
version=0.5.4
|
version=0.6.0
|
||||||
revision=8
|
revision=1
|
||||||
build_style=gnu-configure
|
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"
|
short_desc="Patched Xserver that bridges connections to Arcan"
|
||||||
maintainer="Piraty <piraty1@inbox.ru>"
|
maintainer="Piraty <piraty1@inbox.ru>"
|
||||||
license="MIT"
|
license="MIT, BSD-3-Clause"
|
||||||
homepage="https://github.com/letoram/xarcan"
|
homepage="https://github.com/letoram/xarcan"
|
||||||
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
|
distfiles="https://github.com/letoram/xarcan/archive/${version}.tar.gz"
|
||||||
checksum=ea37709c56b4c649ea2263531a02d511ff44dcd842833be5f8db41641045d5a1
|
checksum=db582bf9c412842fb263d4eb5118f4c1eb6e7b579042a179044d9467fdb98193
|
||||||
|
|
||||||
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
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/{include,lib,share}
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
rm -rf ${DESTDIR}/var
|
|
||||||
rm -rf ${DESTDIR}/usr/{lib,share}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue