New package: libfm-qt-0.11.1
This commit is contained in:
parent
53a4751ad2
commit
801c0d4db9
3 changed files with 28 additions and 1 deletions
|
@ -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
|
||||
|
|
1
srcpkgs/libfm-qt-devel
Symbolic link
1
srcpkgs/libfm-qt-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libfm-qt
|
26
srcpkgs/libfm-qt/template
Normal file
26
srcpkgs/libfm-qt/template
Normal file
|
@ -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 <xtraeme@voidlinux.eu>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue