diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:21:50 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-09 22:44:51 +1100 |
commit | cc492777da9d07975507ace0e651fb7d575029c7 (patch) | |
tree | 856ecfe12b8fe60e67b443b227fba7f59b4bb014 /lxqt-base/liblxqt | |
parent | lxqt-base: remove 0.8.0 (diff) | |
download | gentoo-cc492777da9d07975507ace0e651fb7d575029c7.tar.gz gentoo-cc492777da9d07975507ace0e651fb7d575029c7.tar.bz2 gentoo-cc492777da9d07975507ace0e651fb7d575029c7.zip |
lxqt-base: remove 0.9.0
Package-Manager: portage-2.2.27
Diffstat (limited to 'lxqt-base/liblxqt')
-rw-r--r-- | lxqt-base/liblxqt/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch | 22 | ||||
-rw-r--r-- | lxqt-base/liblxqt/liblxqt-0.9.0.ebuild | 42 |
3 files changed, 0 insertions, 65 deletions
diff --git a/lxqt-base/liblxqt/Manifest b/lxqt-base/liblxqt/Manifest index a8fff6d7b53a..db23a37449f4 100644 --- a/lxqt-base/liblxqt/Manifest +++ b/lxqt-base/liblxqt/Manifest @@ -1,2 +1 @@ DIST liblxqt-0.10.0.tar.xz 77732 SHA256 77a42a9ae79d0887bf09cba0c6aaf59ba71edb0bc807736384d1072254aace7c SHA512 75686ea2c6f90f8898ee34024a93d8d091ff5cde02204ca860fddb968b5237576165102d6ea801bc0da32951b3effe565400f9edc3bac97ba2ba6de53eccf04f WHIRLPOOL f41eacfb0aff1c228ca95c1be2a65fb412ea3f93de8f91e9ee56c63994b257f8b61beba61e3f985dca7097efa12af7b97a53f3bd4bd5d084de2324bcc8863f4b -DIST liblxqt-0.9.0.tar.xz 86856 SHA256 b4f0941bcb8839163aed5c332a26d05650a8d75be241cb39c702f9bd15fe4d52 SHA512 6c1ee495fd3782f471ab3b71737de9295254f245f1d5e0bb3bf147328c2006e2dd73a378f1247b139a9a933d3e02a96a3b3a3b844e2fac5d019afb3de2d7677a WHIRLPOOL 080086052e78f3b25b9af21f3a658c64e0c25d0c747343daea7a9f7a7a2ed02def076ea63bbfae634643387bb422b6c4b718e233dd5ee6f9dc8aae0297547bde diff --git a/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch b/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch deleted file mode 100644 index c356dd38eecf..000000000000 --- a/lxqt-base/liblxqt/files/liblxqt-0.9.0-qt55.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 7303ea207de0771d6f450a31ec4a1ce69202869b Mon Sep 17 00:00:00 2001 -From: rezso <rezso@rezso.net> -Date: Sun, 5 Jul 2015 18:46:13 +0200 -Subject: [PATCH] fix build with qt 5.5 - -(lxqtnotification.h:43:5: error: 'Q_OBJECT' does not name a type) ---- - lxqtnotification.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/lxqtnotification.h b/lxqtnotification.h -index 4334a55..2d74504 100644 ---- a/lxqtnotification.h -+++ b/lxqtnotification.h -@@ -25,6 +25,7 @@ - #ifndef LXQTNOTIFICATION_H - #define LXQTNOTIFICATION_H - -+#include <QObject> - #include <QStringList> - #include "lxqtglobals.h" - diff --git a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild b/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild deleted file mode 100644 index e51251a8e585..000000000000 --- a/lxqt-base/liblxqt/liblxqt-0.9.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -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="http://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.0.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 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -PATCHES=( "${FILESDIR}/${P}-qt55.patch" ) - -pkg_pretend() { - if [[ ${MERGE_TYPE} != binary ]]; then - [[ $(gcc-version) < 4.8 ]] && \ - die 'The active compiler needs to be gcc 4.8 (or newer)' - fi -} |