mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
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'
|
# Template file for 'cool-retro-term'
|
||||||
pkgname=cool-retro-term
|
pkgname=cool-retro-term
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
_qmlterm_hash=490eeaf195cd5764a3798c2a2340ced648db4526
|
|
||||||
build_style=qmake
|
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"
|
hostmakedepends="automake qt5-qmake"
|
||||||
makedepends="qt5-devel qt5-declarative-devel"
|
makedepends="qt5-devel qt5-declarative-devel"
|
||||||
depends="qt5-graphicaleffects"
|
depends="qt5-graphicaleffects qt5-quickcontrols qmltermwidget"
|
||||||
short_desc="good looking terminal emulator which mimics the old cathode display"
|
short_desc="Good looking terminal emulator which mimics the old cathode display"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/Swordfish90/cool-retro-term"
|
homepage="https://github.com/Swordfish90/cool-retro-term"
|
||||||
distfiles="$homepage/archive/v1.0.0.tar.gz
|
distfiles="$homepage/archive/v1.0.0.tar.gz"
|
||||||
https://github.com/Swordfish90/qmltermwidget/archive/$_qmlterm_hash.tar.gz"
|
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9"
|
||||||
checksum="db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9
|
|
||||||
0fd03a289490ec74fdc5c099f3310361bbbff46f160398e259ef595a213db110"
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
rm -r qmltermwidget
|
sed -i '/qmltermwidget/d' cool-retro-term.pro
|
||||||
cp -a ../qmltermwidget-$_qmlterm_hash qmltermwidget
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue