qtermwidget: update metadata + small cleanup
This commit is contained in:
parent
68334327c3
commit
785dcdf747
1 changed files with 5 additions and 7 deletions
|
@ -1,21 +1,19 @@
|
|||
# Template file for 'qtermwidget'
|
||||
pkgname=qtermwidget
|
||||
version=0.7.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_QT5=1 -DBUILD_DESIGNER_PLUGIN=0"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="The qterminal widget"
|
||||
short_desc="The terminal widget for QTerminal"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/qterminal/qtermwidget"
|
||||
distfiles="https://github.com/qterminal/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
|
||||
homepage="http://lxqt.org/"
|
||||
distfiles="https://github.com/lxde/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
|
||||
checksum=413d20a6b8feaf14b8e1106d3b01156e85cb3c4ea0f43ff5c1d79b95cd989748
|
||||
|
||||
qtermwidget-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="qt5-devel ${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue