28 lines
875 B
Bash
28 lines
875 B
Bash
# Template file for 'tilix'
|
|
pkgname=tilix
|
|
version=1.9.6
|
|
revision=1
|
|
build_style=meson
|
|
configure_args="-Db_lto=false"
|
|
hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
|
|
librsvg tar AppStream"
|
|
makedepends="dconf-devel gtkd-devel libglib-devel libvted-devel libX11-devel"
|
|
depends="gsettings-desktop-schemas vte3"
|
|
checkdepends="$depends"
|
|
short_desc="Tiling terminal emulator for Linux"
|
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
|
license="MPL-2.0"
|
|
homepage="https://gnunn1.github.io/tilix-web/"
|
|
distfiles="https://github.com/gnunn1/${pkgname}/archive/${version}.tar.gz"
|
|
checksum=be389d199a6796bd871fc662f8a37606a1f84e5429f24e912d116f16c5f0a183
|
|
|
|
pre_configure() {
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl)
|
|
[ -f hacks-applied ] || patch -Np0 -i ${FILESDIR}/musl-hacks.patch
|
|
touch hacks-applied
|
|
export DCFLAGS="-linker=bfd"
|
|
;;
|
|
esac
|
|
}
|