mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
lxterminal: update to 0.4.1.
This commit is contained in:
parent
0927736fd0
commit
93da85fb7c
1 changed files with 8 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
||||||
# Template file for 'lxterminal'
|
# Template file for 'lxterminal'
|
||||||
pkgname=lxterminal
|
pkgname=lxterminal
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-gtk3"
|
configure_args="--enable-gtk3"
|
||||||
hostmakedepends="pkg-config intltool"
|
hostmakedepends="pkg-config intltool automake glib-devel gettext-devel"
|
||||||
makedepends="gtk+3-devel vte3-devel"
|
makedepends="gtk+3-devel vte3-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="LXDE Terminal emulator"
|
short_desc="LXDE Terminal emulator"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://lxde.org/"
|
homepage="http://lxde.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/lxde/${pkgname}-${version}.tar.xz"
|
distfiles="https://github.com/lxde/lxterminal/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=9db8748923b3fa09a82ae2210ed1fa4cdb4c45312009da9caed103d48f8e9be7
|
checksum=d5da0646e20ad2be44ef69a9d620be5f1ec43b156dc585ebe203dd7b05c31d88
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
autoreconf -fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue