From 836633f4e3b6fd30f68cef91c5ee3f1d26d7720b Mon Sep 17 00:00:00 2001 From: Ben de Groot Date: Sun, 3 Nov 2013 22:58:51 +0800 Subject: lxde-base/liblxqt: initial commit --- lxde-base/liblxqt/liblxqt-9999.ebuild | 35 +++++++++++++++++++++++++++++++++++ lxde-base/liblxqt/metadata.xml | 6 ++++++ profiles/updates/4Q-2013 | 2 ++ sets/lxde-qt-live | 2 ++ 4 files changed, 45 insertions(+) create mode 100644 lxde-base/liblxqt/liblxqt-9999.ebuild create mode 100644 lxde-base/liblxqt/metadata.xml create mode 100644 profiles/updates/4Q-2013 create mode 100644 sets/lxde-qt-live diff --git a/lxde-base/liblxqt/liblxqt-9999.ebuild b/lxde-base/liblxqt/liblxqt-9999.ebuild new file mode 100644 index 00000000..39c32d9e --- /dev/null +++ b/lxde-base/liblxqt/liblxqt-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Common base library for the LXDE-Qt desktop environment" +HOMEPAGE="http://www.lxde.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://github.com/lxde/${PN}.git" + EGIT_BRANCH="master" + KEYWORDS="" +else + SRC_URI="mirror://sourceforge/lxde/${P}.tar.bz2" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" +IUSE="" + +DEPEND="lxde-base/libqtxdg + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender + dev-qt/qtcore:4 + dev-qt/qtdbus:4 + dev-qt/qtgui:4" +RDEPEND="${DEPEND}" diff --git a/lxde-base/liblxqt/metadata.xml b/lxde-base/liblxqt/metadata.xml new file mode 100644 index 00000000..c1410269 --- /dev/null +++ b/lxde-base/liblxqt/metadata.xml @@ -0,0 +1,6 @@ + + + + lxde + qt + diff --git a/profiles/updates/4Q-2013 b/profiles/updates/4Q-2013 new file mode 100644 index 00000000..9be626a6 --- /dev/null +++ b/profiles/updates/4Q-2013 @@ -0,0 +1,2 @@ +move razorqt-base/libqtxdg lxde-base/libqtxdg +move razorqt-base/razorqt-libs lxde-base/liblxqt diff --git a/sets/lxde-qt-live b/sets/lxde-qt-live new file mode 100644 index 00000000..9a074975 --- /dev/null +++ b/sets/lxde-qt-live @@ -0,0 +1,2 @@ +=lxde-base/libqtxdg-9999 +=lxde-base/liblxqt-9999 -- cgit v1.2.3-65-gdbad