From 2be5f38d74dad5c1c3dd6a2092a1acf99fe81009 Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sat, 1 Oct 2016 13:20:53 +0200 Subject: lxqt-base/liblxqt: Add missed dependency on libXScrnSaver Gentoo-Bug: 595258 Package-Manager: portage-2.3.1 --- lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild | 44 +++++++++++++++++++++++++++++ lxqt-base/liblxqt/liblxqt-0.11.0.ebuild | 45 ------------------------------ 2 files changed, 44 insertions(+), 45 deletions(-) create mode 100644 lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild delete mode 100644 lxqt-base/liblxqt/liblxqt-0.11.0.ebuild diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild new file mode 100644 index 000000000000..c9ed5125fb96 --- /dev/null +++ b/lxqt-base/liblxqt/liblxqt-0.11.0-r1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXQt desktop environment" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND=">=dev-libs/libqtxdg-1.3.0 + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + kde-frameworks/kwindowsystem:5[X] + x11-libs/libXScrnSaver" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5" + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \ + die 'The active compiler needs to be gcc 4.8 (or newer)' + fi +} + +src_configure() { + local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) + cmake-utils_src_configure +} diff --git a/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild deleted file mode 100644 index b934b98bcb1d..000000000000 --- a/lxqt-base/liblxqt/liblxqt-0.11.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit cmake-utils - -DESCRIPTION="Common base library for the LXQt desktop environment" -HOMEPAGE="http://lxqt.org/" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" -else - SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 ~x86" -fi - -LICENSE="GPL-2 LGPL-2.1+" -SLOT="0" - -RDEPEND=">=dev-libs/libqtxdg-1.3.0 - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - dev-qt/qtxml:5 - kde-frameworks/kwindowsystem:5[X] -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - tc-is-gcc && [[ $(gcc-version) < 4.8 ]] && \ - die 'The active compiler needs to be gcc 4.8 (or newer)' - fi -} - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} -- cgit v1.2.3-65-gdbad