New package: qtermwidget-0.6.0.
This commit is contained in:
parent
9efa723641
commit
8260a5bf8d
|
@ -1844,3 +1844,4 @@ libpolkit-qt5-agent-1.so.1 polkit-qt5-0.112.0_1
|
|||
libpolkit-qt5-gui-1.so.1 polkit-qt5-0.112.0_1
|
||||
libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
|
||||
libfm-qt5.so.1 libfm-qt5-0.8.0_1
|
||||
libqtermwidget5.so.0 qtermwidget-0.6.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
qtermwidget
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'qtermwidget'
|
||||
pkgname=qtermwidget
|
||||
version=0.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DUSE_QT5=1 -DBUILD_DESIGNER_PLUGIN=0"
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="The qterminal widget"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/qterminal/qtermwidget"
|
||||
distfiles="https://github.com/qterminal/qtermwidget/releases/download/${version}/qtermwidget-${version}.tar.xz"
|
||||
checksum=1ea148e67c3e28a53ca24a3c91532507ddd6c5d28611467e7a67334d945cd010
|
||||
|
||||
qtermwidget-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="qt5-devel ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/share/cmake
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue