gede: update to 2.18.1.

This commit is contained in:
Andrea Brancaleoni 2021-08-24 16:32:59 +02:00
parent c503d43443
commit a306dfacb5

View file

@ -1,21 +1,21 @@
# Template file for 'gede' # Template file for 'gede'
pkgname=gede pkgname=gede
version=2.16.2 version=2.18.1
revision=1 revision=1
build_wrksrc=src build_wrksrc=src
build_style=qmake build_style=qmake
hostmakedepends="python qt5-qmake qt5-host-tools" hostmakedepends="python3 qt5-qmake qt5-host-tools"
makedepends="qt5-devel" makedepends="qt5-devel"
depends="gdb ctags" depends="gdb ctags"
short_desc="Graphical frontend (GUI) to GDB written in Qt" short_desc="Graphical frontend (GUI) to GDB written in Qt"
maintainer="Andrea Brancaleoni <abc@pompel.me>" maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="http://acidron.com/gede" homepage="http://acidron.com/gede"
distfiles="http://gede.acidron.com/uploads/source/${pkgname}-${version}.tar.xz" distfiles="http://gede.dexar.se/uploads/source/${pkgname}-${version}.tar.xz"
checksum=32c390099d9755ec54836a04ef82ffcd315bd6912525714f626b3eb87db248a1 checksum=8883f8418062a3046cf6f8e017bdc954a2a57bc7fb8a0d9ec5a229d7ea33469d
do_install() { do_install() {
cd $wrksrc cd $wrksrc
python2 build.py install --prefix="${PKGDESTDIR}/usr" install python3 build.py install --prefix="${PKGDESTDIR}/usr" install
vlicense LICENSE vlicense LICENSE
} }