From 8182d508626ac59558cf1262089f9934a9c7eaf4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 20 Jan 2015 19:18:39 +0100 Subject: [PATCH] Rebuild some lxqt pkgs against qt-5.4. There seems to be an ABI break in libQt5Widgets that lxqt appears to trigger. --- srcpkgs/liblxqt/template | 4 ++-- srcpkgs/lxqt-common/template | 4 ++-- srcpkgs/lxqt-config/template | 4 ++-- srcpkgs/lxqt-qtplugin/template | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/srcpkgs/liblxqt/template b/srcpkgs/liblxqt/template index 5038676f59f..ad93aa83851 100644 --- a/srcpkgs/liblxqt/template +++ b/srcpkgs/liblxqt/template @@ -1,11 +1,11 @@ # Template file for 'liblxqt' pkgname=liblxqt version=0.8.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUSE_QT5=1" hostmakedepends="cmake pkg-config" -makedepends="qt5-tools-devel qt5-x11extras-devel libqtxdg-devel" +makedepends="qt5-tools-devel>=5.4 qt5-x11extras-devel libqtxdg-devel" short_desc="LXQT Desktop library" maintainer="Juan RP " license="GPL-3" diff --git a/srcpkgs/lxqt-common/template b/srcpkgs/lxqt-common/template index 54e780d3ee0..8577bc58050 100644 --- a/srcpkgs/lxqt-common/template +++ b/srcpkgs/lxqt-common/template @@ -1,12 +1,12 @@ # Template file for 'lxqt-common' pkgname=lxqt-common version=0.8.0 -revision=1 +revision=2 noarch=yes build_style=cmake configure_args="-DUSE_QT5=1" hostmakedepends="cmake" -makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel" +makedepends="qt5-tools-devel>=5.4 liblxqt-devel libqtxdg-devel" short_desc="LXQt common files" maintainer="Juan RP " license="LGPL-2.1" diff --git a/srcpkgs/lxqt-config/template b/srcpkgs/lxqt-config/template index d33b0a745cb..83adc58609b 100644 --- a/srcpkgs/lxqt-config/template +++ b/srcpkgs/lxqt-config/template @@ -1,11 +1,11 @@ # Template file for 'lxqt-config' pkgname=lxqt-config version=0.8.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUSE_QT5=1" hostmakedepends="cmake pkg-config" -makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel libXcursor-devel" +makedepends="qt5-tools-devel>=5.4 liblxqt-devel libqtxdg-devel libXcursor-devel" short_desc="LXQt System Settings" maintainer="Juan RP " license="LGPL-2.1" diff --git a/srcpkgs/lxqt-qtplugin/template b/srcpkgs/lxqt-qtplugin/template index e80e616bf73..2ef92921cef 100644 --- a/srcpkgs/lxqt-qtplugin/template +++ b/srcpkgs/lxqt-qtplugin/template @@ -1,11 +1,11 @@ # Template file for 'lxqt-qtplugin' pkgname=lxqt-qtplugin version=0.8.0 -revision=1 +revision=2 build_style=cmake configure_args="-DUSE_QT5=1" hostmakedepends="cmake pkg-config" -makedepends="qt5-tools-devel liblxqt-devel libqtxdg-devel" +makedepends="qt5-tools-devel>=5.4 liblxqt-devel libqtxdg-devel" short_desc="LXQT QT theme plugin" maintainer="Juan RP " license="GPL-3"