libfm-qt: update to 0.13.1

This commit is contained in:
Alessio Sergi 2018-06-19 20:00:02 +02:00
parent 8079a4af9d
commit f7b7c92abe
2 changed files with 9 additions and 12 deletions

View File

@ -1962,7 +1962,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-qt.so.3 libfm-qt-0.11.1_1
libfm-qt.so.5 libfm-qt-0.13.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

View File

@ -1,22 +1,19 @@
# Template file for 'libfm-qt'
pkgname=libfm-qt
version=0.12.0
revision=2
version=0.13.1
revision=1
build_style=cmake
configure_args="-DPULL_TRANSLATIONS=0"
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
makedepends="lxqt-build-tools qt5-tools-devel qt5-x11extras-devel
liblxqt-devel libfm-devel libexif-devel"
hostmakedepends="pkg-config lxqt-build-tools qt5-qmake qt5-host-tools"
makedepends="qt5-tools-devel qt5-x11extras-devel libfm-devel libexif-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=a2cc4fc811aff6a83507e41770152cb01ea564668a33f4c878c7132a42b4f693
license="LGPL-2.1-or-later"
homepage="https://lxqt.org/"
distfiles="https://github.com/lxqt/libfm-qt/releases/download/${version}/libfm-qt-${version}.tar.xz"
checksum=69ebbe5fbd110a17a3fdfec091713daffa946a0d3b5c3ff0478315d8ce5f145c
replaces="libfm-qt5>=0"
CXXFLAGS="-D_GLIBCXX_USE_C99_STDLIB=1 -D_GLIBCXX_USE_C99_STDIO=1"
libfm-qt-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"