mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
tilix: revbump and fix for ldc-1.20.1_1
This commit is contained in:
parent
5bc9dc440c
commit
12b600e155
1 changed files with 4 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'tilix'
|
# Template file for 'tilix'
|
||||||
pkgname=tilix
|
pkgname=tilix
|
||||||
version=1.9.3
|
version=1.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
|
hostmakedepends="automake gettext-devel gdk-pixbuf glib-devel ldc po4a pkg-config
|
||||||
librsvg"
|
librsvg tar"
|
||||||
makedepends="dconf-devel gtkd-devel libglib-devel libvted-devel libX11-devel"
|
makedepends="dconf-devel gtkd-devel libglib-devel libvted-devel libX11-devel"
|
||||||
depends="gsettings-desktop-schemas vte3"
|
depends="gsettings-desktop-schemas vte3"
|
||||||
short_desc="Tiling terminal emulator for Linux"
|
short_desc="Tiling terminal emulator for Linux"
|
||||||
|
@ -22,5 +22,7 @@ pre_configure() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
vsed -i source/gx/tilix/terminal/monitor.d -e 's/processes.values()/processes/g'
|
||||||
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue