diff options
author | 2013-11-03 22:58:51 +0800 | |
---|---|---|
committer | 2013-11-03 22:58:51 +0800 | |
commit | 836633f4e3b6fd30f68cef91c5ee3f1d26d7720b (patch) | |
tree | c0778c4d493dec20eb12be441f19223ee1f2d02c | |
parent | lxde-base/libqtxdg: initial commit (diff) | |
download | qt-836633f4e3b6fd30f68cef91c5ee3f1d26d7720b.tar.gz qt-836633f4e3b6fd30f68cef91c5ee3f1d26d7720b.tar.bz2 qt-836633f4e3b6fd30f68cef91c5ee3f1d26d7720b.zip |
lxde-base/liblxqt: initial commit
-rw-r--r-- | lxde-base/liblxqt/liblxqt-9999.ebuild | 35 | ||||
-rw-r--r-- | lxde-base/liblxqt/metadata.xml | 6 | ||||
-rw-r--r-- | profiles/updates/4Q-2013 | 2 | ||||
-rw-r--r-- | sets/lxde-qt-live | 2 |
4 files changed, 45 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>lxde</herd> + <herd>qt</herd> +</pkgmetadata> 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 |