roxterm: update to 2.9.5.
This commit is contained in:
parent
f586c0d24d
commit
b107ca2973
1 changed files with 7 additions and 11 deletions
|
@ -1,27 +1,23 @@
|
||||||
# Template file for 'roxterm'
|
# Template file for 'roxterm'
|
||||||
pkgname=roxterm
|
pkgname=roxterm
|
||||||
version=2.7.2
|
version=2.9.5
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool"
|
hostmakedepends="python-lockfile pkg-config docbook-xsl xmlto libtool itstool"
|
||||||
makedepends="dbus-glib-devel libSM-devel vte3-devel
|
makedepends="dbus-glib-devel libSM-devel vte3-devel libmagick-devel librsvg-devel"
|
||||||
libmagick-devel librsvg-devel desktop-file-utils hicolor-icon-theme"
|
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Tabbed, VTE-based terminal emulator"
|
short_desc="Tabbed, VTE-based terminal emulator"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://roxterm.sourceforge.net"
|
homepage="http://roxterm.sourceforge.net"
|
||||||
#distfiles="${SOURCEFORGE_SITE}//$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
distfiles="http://pkgs.fedoraproject.org/repo/pkgs/roxterm/roxterm-${version}.tar.bz2/8ef80f9a5e0aea659b1f9cd6de9869b4/roxterm-${version}.tar.bz2"
|
checksum=e7e5761fe8f689e7f761c020cc0eb84f44039d84e7928b13af2ba25c5e85cff8
|
||||||
checksum=94db6be85abe7f0b8f216ee48bded178800e88cc5dfeb308520d7b03875749ce
|
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
python2 mscript.py configure --prefix='/usr'
|
python2 mscript.py configure --prefix=/usr --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
python2 mscript.py build
|
python2 mscript.py build --cc="$CC" --cpp="$CPP" --cxx="$CXX" --ld="$LD" --cflags="$CFLAGS" --ldflags="$LDFLAGS"
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
python2 mscript.py install --destdir=${DESTDIR}
|
python2 mscript.py install --destdir=${DESTDIR}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue