cool-retro-term: Add qmltermwidget to runtime dependency
This commit is contained in:
parent
3c59424fbe
commit
f2622a7542
1 changed files with 6 additions and 15 deletions
|
@ -1,27 +1,18 @@
|
|||
# Template file for 'cool-retro-term'
|
||||
pkgname=cool-retro-term
|
||||
version=1.0.0
|
||||
revision=1
|
||||
_qmlterm_hash=490eeaf195cd5764a3798c2a2340ced648db4526
|
||||
revision=2
|
||||
build_style=qmake
|
||||
#configure_args=""
|
||||
#make_build_args=""
|
||||
#make_install_args=""
|
||||
#conf_files=""
|
||||
#make_dirs="/var/log/dir 0755 root root"
|
||||
hostmakedepends="automake qt5-qmake"
|
||||
makedepends="qt5-devel qt5-declarative-devel"
|
||||
depends="qt5-graphicaleffects"
|
||||
short_desc="good looking terminal emulator which mimics the old cathode display"
|
||||
depends="qt5-graphicaleffects qt5-quickcontrols qmltermwidget"
|
||||
short_desc="Good looking terminal emulator which mimics the old cathode display"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/Swordfish90/cool-retro-term"
|
||||
distfiles="$homepage/archive/v1.0.0.tar.gz
|
||||
https://github.com/Swordfish90/qmltermwidget/archive/$_qmlterm_hash.tar.gz"
|
||||
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9
|
||||
0fd03a289490ec74fdc5c099f3310361bbbff46f160398e259ef595a213db110"
|
||||
distfiles="$homepage/archive/v1.0.0.tar.gz"
|
||||
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9"
|
||||
|
||||
pre_configure() {
|
||||
rm -r qmltermwidget
|
||||
cp -a ../qmltermwidget-$_qmlterm_hash qmltermwidget
|
||||
sed -i '/qmltermwidget/d' cool-retro-term.pro
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue