37 lines
1.2 KiB
Bash
37 lines
1.2 KiB
Bash
# Template file for 'tilix'
|
|
pkgname=tilix
|
|
version=1.9.4
|
|
revision=7
|
|
_undead_version=1.1.8
|
|
build_wrksrc="${pkgname}-${version}"
|
|
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
|
|
https://github.com/dlang/undeaD/archive/refs/tags/v${_undead_version}.tar.gz"
|
|
checksum="2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b
|
|
36a59b4740b147f4345caa26908f40a97fc7cc67dac6983c226369c59f909e92"
|
|
patch_args="-d ${build_wrksrc} -Np1"
|
|
|
|
post_extract() {
|
|
mv undeaD-${_undead_version}/src/undead ${build_wrksrc}/source/
|
|
}
|
|
|
|
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
|
|
}
|