tilix: update to 1.9.4.
This commit is contained in:
parent
a135fc1198
commit
1e677a4690
1 changed files with 10 additions and 12 deletions
|
@ -1,28 +1,26 @@
|
|||
# Template file for 'tilix'
|
||||
pkgname=tilix
|
||||
version=1.9.3
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
version=1.9.4
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
|
||||
librsvg tar"
|
||||
makedepends="dconf-devel gtkd-devel libglib-devel libvted-devel libX11-devel"
|
||||
librsvg tar AppStream"
|
||||
makedepends="dconf-devel gtkd-devel libglib-devel libvted-devel libX11-devel libunwind-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=f1b4dbbd60f4b9a91e0ab0954e3e6b8ebe5442d5fbb760a554a733903e44a1de
|
||||
checksum=2a9482770391d11d5edc8351d426c700c2cc6c194a30391ef2ae25bb7095b59b
|
||||
|
||||
pre_configure() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*musl)
|
||||
patch -Np0 -i ${FILESDIR}/musl-hacks.patch
|
||||
*-musl)
|
||||
[ -f hacks-applied ] || patch -Np0 -i ${FILESDIR}/musl-hacks.patch
|
||||
touch hacks-applied
|
||||
export DCFLAGS="-linker=bfd"
|
||||
;;
|
||||
esac
|
||||
|
||||
vsed -i source/gx/tilix/terminal/monitor.d -e 's/processes.values()/processes/g'
|
||||
|
||||
autoreconf -fi
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue