public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jauhien Piatlicki" <jauhien@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: razorqt-base/libqtxdg/, razorqt-base/
Date: Fri,  7 Nov 2014 17:41:31 +0000 (UTC)	[thread overview]
Message-ID: <1415382042.2b65620cf7fe0fd412a6228e3111348bcf1801b6.jauhien@gentoo> (raw)

commit:     2b65620cf7fe0fd412a6228e3111348bcf1801b6
Author:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  7 17:39:48 2014 +0000
Commit:     Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Fri Nov  7 17:40:42 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2b65620c

[razorqt-base/libqtxdg] restore package back as LXQt depends on it.

In the future it should be moved to lxqt-base category

---
 razorqt-base/libqtxdg/Manifest              |  1 +
 razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild | 45 +++++++++++++++++++++++++++++
 razorqt-base/libqtxdg/libqtxdg-9999.ebuild  | 45 +++++++++++++++++++++++++++++
 razorqt-base/libqtxdg/metadata.xml          | 10 +++++++
 razorqt-base/metadata.xml                   |  8 +++++
 5 files changed, 109 insertions(+)

diff --git a/razorqt-base/libqtxdg/Manifest b/razorqt-base/libqtxdg/Manifest
new file mode 100644
index 0000000..a792feb
--- /dev/null
+++ b/razorqt-base/libqtxdg/Manifest
@@ -0,0 +1 @@
+DIST libqtxdg-1.0.0.tar.xz 57920 SHA256 4d75218579bc7c41de7197d3e86f8ccc16a16ba7a18ceefbddf42d0f9a84e2e1 SHA512 fea8ded8806168c44dbcb596b191c18baf2746b0031ba3e15153ba2b97262082d4aec329df4ad37acfdda8994694f963c19df9bb692c82b6202c0ff3cab7e939 WHIRLPOOL c7c37d68ddf3a405210e823b1d118000b54c59803ba181571a78e117a8d1a166ea879eb56b45b5130a5df0bfb57b4b7d98f9f916a8f395f75450579f6b12fa69

diff --git a/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
new file mode 100644
index 0000000..e6939e4
--- /dev/null
+++ b/razorqt-base/libqtxdg/libqtxdg-1.0.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+CDEPEND="
+	sys-apps/file
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/linguist-tools:5
+"
+DEPEND="${CDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+		$(cmake-utils_use test BUILD_TESTS)
+	)
+	cmake-utils_src_configure
+}

diff --git a/razorqt-base/libqtxdg/libqtxdg-9999.ebuild b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
new file mode 100644
index 0000000..e6939e4
--- /dev/null
+++ b/razorqt-base/libqtxdg/libqtxdg-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+inherit cmake-utils
+
+DESCRIPTION="A Qt implementation of XDG standards"
+HOMEPAGE="http://www.lxqt.org/"
+
+if [[ ${PV} = *9999* ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git"
+else
+	SRC_URI="http://lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+	S="${WORKDIR}/${PN}"
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+IUSE="test"
+
+CDEPEND="
+	sys-apps/file
+	dev-qt/qtcore:5
+	dev-qt/qtgui:5
+	dev-qt/qtwidgets:5
+	dev-qt/qtxml:5
+	dev-qt/linguist-tools:5
+"
+DEPEND="${CDEPEND}
+	test? ( dev-qt/qttest:5 )
+"
+RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DUSE_QT5=ON
+		$(cmake-utils_use test BUILD_TESTS)
+	)
+	cmake-utils_src_configure
+}

diff --git a/razorqt-base/libqtxdg/metadata.xml b/razorqt-base/libqtxdg/metadata.xml
new file mode 100644
index 0000000..74b39e2
--- /dev/null
+++ b/razorqt-base/libqtxdg/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>lxqt</herd>
+  <herd>qt</herd>
+  <maintainer>
+    <email>jauhien@gentoo.org</email>
+    <name>Jauhien Piatlicki</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/razorqt-base/metadata.xml b/razorqt-base/metadata.xml
new file mode 100644
index 0000000..aa3946d
--- /dev/null
+++ b/razorqt-base/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<catmetadata>
+  <longdescription lang="en">
+    The razorqt-base category contains core packages for Razor-Qt,
+	the fast desktop environment based on Qt.
+  </longdescription>
+</catmetadata>


                 reply	other threads:[~2014-11-07 17:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415382042.2b65620cf7fe0fd412a6228e3111348bcf1801b6.jauhien@gentoo \
    --to=jauhien@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox