roxterm: update to 3.6.1.
Closes #14191. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
058076fecf
commit
bd8506250a
|
@ -1,23 +1,14 @@
|
|||
# Template file for 'roxterm'
|
||||
pkgname=roxterm
|
||||
version=3.3.2
|
||||
revision=2
|
||||
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool itstool ImageMagick librsvg-utils po4a"
|
||||
version=3.6.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="ImageMagick itstool librsvg-utils libtool pkg-config po4a xmlto"
|
||||
makedepends="dbus-glib-devel libSM-devel vte3-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Tabbed, VTE-based terminal emulator"
|
||||
short_desc="Highly configurable terminal emulator"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="http://roxterm.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=33501d698971fe80e2756104ffa5541aff23f0ae2b718464006d912ac93c506e
|
||||
|
||||
do_configure() {
|
||||
python2 mscript.py configure --prefix=/usr --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD"
|
||||
}
|
||||
do_build() {
|
||||
python2 mscript.py build --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD" --cflags="$CFLAGS" --ldflags="$LDFLAGS"
|
||||
}
|
||||
do_install() {
|
||||
python2 mscript.py install --destdir=${DESTDIR}
|
||||
}
|
||||
license="GPL-2.0-or-later, LGPL-3.0-only"
|
||||
homepage="https://github.com/realh/roxterm"
|
||||
distfiles="https://github.com/realh/roxterm/archive/${version}.tar.gz"
|
||||
checksum=29f42371194a2aa031a0a7d607cbb8e63e3c50f984e3e81590692c61978d593f
|
||||
|
|
Loading…
Reference in New Issue