New package: libfm-qt5-1.4.0
This commit is contained in:
parent
7e68e80741
commit
adbf5843a5
|
@ -2060,6 +2060,7 @@ libpolkit-qt5-core-1.so.1 polkit-qt5-0.112.0_1
|
|||
libpolkit-qt6-core-1.so.1 polkit-qt6-0.200.0_1
|
||||
libpolkit-qt6-gui-1.so.1 polkit-qt6-0.200.0_1
|
||||
libpolkit-qt6-agent-1.so.1 polkit-qt6-0.200.0_1
|
||||
libfm-qt.so.14 libfm-qt5-1.4.0_1
|
||||
libfm-qt6.so.14 libfm-qt-2.0.2_1
|
||||
libqtermwidget5.so.1 qtermwidget-1.0.0_1
|
||||
libqtermwidget6.so.2 qtermwidget-qt6-2.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libfm-qt5
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'libfm-qt5'
|
||||
pkgname=libfm-qt5
|
||||
version=1.4.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config lxqt-build-tools-qt5 qt5-qmake qt5-host-tools perl"
|
||||
makedepends="qt5-tools-devel qt5-x11extras-devel libexif-devel
|
||||
menu-cache-devel lxqt-menu-data-devel"
|
||||
short_desc="Core library of PCManFM-Qt"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://lxqt-project.org"
|
||||
distfiles="https://github.com/lxqt/libfm-qt/archive/${version}.tar.gz"
|
||||
checksum=fbca95a2d3dab9ac21e685cf15534bb832973442046965bea0ef806cc770e7bf
|
||||
|
||||
libfm-qt5-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${makedepends} ${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