diff --git a/common/shlibs b/common/shlibs index 77ae46573de..1fdc0056657 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1893,7 +1893,7 @@ libsysstat-qt5.so.0 libsysstat-0.3.2_1 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.2 libfm-qt5-0.9.0_1 +libfm-qt.so.3 libfm-qt-0.11.1_1 libqtermwidget5.so.0 qtermwidget-0.6.0_1 libnpth.so.0 npth-1.1_1 libglfw.so.3 glfw-3.0.4_1 diff --git a/srcpkgs/libfm-qt-devel b/srcpkgs/libfm-qt-devel new file mode 120000 index 00000000000..a8248ffa6cd --- /dev/null +++ b/srcpkgs/libfm-qt-devel @@ -0,0 +1 @@ +libfm-qt \ No newline at end of file diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template new file mode 100644 index 00000000000..65ac2fba873 --- /dev/null +++ b/srcpkgs/libfm-qt/template @@ -0,0 +1,26 @@ +# Template file for 'libfm-qt' +pkgname=libfm-qt +version=0.11.1 +revision=1 +build_style=cmake +configure_args="-DPULL_TRANSLATIONS=0" +hostmakedepends="pkg-config" +makedepends="qt5-tools-devel qt5-x11extras-devel liblxqt-devel libfm-devel" +short_desc="Core library of PCManFM-Qt (Qt binding for libfm)" +maintainer="Juan RP " +license="LGPL-2.1" +homepage="http://lxqt.org/" +distfiles="https://github.com/lxde/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz" +checksum=69f3f2564471272a0ccc8f1958d8f4f520a5a9fad9a6b99bb29f17fab8480578 +replaces="libfm-qt5>=0" + +libfm-qt-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 + } +}