From f7b7c92abe85120f0e4ca26ebe54bf06044f523c Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 19 Jun 2018 20:00:02 +0200 Subject: [PATCH] libfm-qt: update to 0.13.1 --- common/shlibs | 2 +- srcpkgs/libfm-qt/template | 19 ++++++++----------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/common/shlibs b/common/shlibs index d50c24fba3d..218d3e9f3df 100644 --- a/common/shlibs +++ b/common/shlibs @@ -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 diff --git a/srcpkgs/libfm-qt/template b/srcpkgs/libfm-qt/template index 8bae2f954e3..1552cafa95d 100644 --- a/srcpkgs/libfm-qt/template +++ b/srcpkgs/libfm-qt/template @@ -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 " -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}"