From adbf5843a51bc28b94c7378a441b9f7b256089e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 7 Oct 2024 06:48:08 +0700 Subject: [PATCH] New package: libfm-qt5-1.4.0 --- common/shlibs | 1 + srcpkgs/libfm-qt5-devel | 1 + srcpkgs/libfm-qt5/template | 25 +++++++++++++++++++++++++ 3 files changed, 27 insertions(+) create mode 120000 srcpkgs/libfm-qt5-devel create mode 100644 srcpkgs/libfm-qt5/template diff --git a/common/shlibs b/common/shlibs index 02731d0d821..efd5c0dbb3a 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libfm-qt5-devel b/srcpkgs/libfm-qt5-devel new file mode 120000 index 00000000000..1d73fd5bd80 --- /dev/null +++ b/srcpkgs/libfm-qt5-devel @@ -0,0 +1 @@ +libfm-qt5 \ No newline at end of file diff --git a/srcpkgs/libfm-qt5/template b/srcpkgs/libfm-qt5/template new file mode 100644 index 00000000000..36fe937eef6 --- /dev/null +++ b/srcpkgs/libfm-qt5/template @@ -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 " +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 + } +}