Rebuild some lxqt pkgs against qt-5.4.

There seems to be an ABI break in libQt5Widgets that lxqt appears to trigger.
This commit is contained in:
Juan RP 2015-01-20 19:18:39 +01:00
parent 8b67ccfb89
commit 8182d50862
4 changed files with 8 additions and 8 deletions

View File

@ -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 <xtraeme@gmail.com>"
license="GPL-3"

View File

@ -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 <xtraeme@gmail.com>"
license="LGPL-2.1"

View File

@ -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 <xtraeme@gmail.com>"
license="LGPL-2.1"

View File

@ -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 <xtraeme@gmail.com>"
license="GPL-3"