From: "David Heidelberger" <d.okias@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/x11:master commit in: dev-libs/orbital/
Date: Thu, 6 Feb 2014 14:16:28 +0000 (UTC) [thread overview]
Message-ID: <1391696216.cfaf17c321ec6f6ba7e1235eeb798441dc80e583.okias@gentoo> (raw)
commit: cfaf17c321ec6f6ba7e1235eeb798441dc80e583
Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz>
AuthorDate: Thu Feb 6 14:16:56 2014 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Thu Feb 6 14:16:56 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=cfaf17c3
dev-libs/orbital: bump 9999
Package-Manager: portage-2.2.8-r1
---
dev-libs/orbital/metadata.xml | 11 +++++++++
dev-libs/orbital/orbital-9999.ebuild | 44 ++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+)
diff --git a/dev-libs/orbital/metadata.xml b/dev-libs/orbital/metadata.xml
new file mode 100644
index 0000000..c85b2cf
--- /dev/null
+++ b/dev-libs/orbital/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+Orbital is a shell client for Wayland, made in Qt5, with the interface in QtQuick 2. It uses Nuclear, a Weston shell plugin, as the compositor side but theoretically it could be made working with any other Wayland compositor, as long as it implements the necessary protocol. Its goal is to produce a light and self-contained shell running on Wayland, without mandatory dependencies aside Nuclear and Qt, but with some optional ones.
+ </longdescription>
+ <use>
+ <flag name='solid'>Orbital can use Solid from KDE Frameworks 5</flag>
+ <flag name='logind'>Enable for managing user logins and seats</flag>
+ </use>
+</pkgmetadata>
diff --git a/dev-libs/orbital/orbital-9999.ebuild b/dev-libs/orbital/orbital-9999.ebuild
new file mode 100644
index 0000000..1cfb3a0
--- /dev/null
+++ b/dev-libs/orbital/orbital-9999.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit cmake-utils git-r3
+
+if [ ${PV} == 9999 ]; then
+ EGIT_REPO_URI="https://github.com/giucam/orbital.git"
+ KEYWORDS=""
+else
+ SRC_URI=""
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="A Wayland shell client"
+HOMEPAGE="https://github.com/giucam/orbital"
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="alsa logind solid"
+
+DEPEND="
+ dev-libs/nuclear
+ dev-qt/qtwayland
+ dev-qt/linguist-tools:5
+ alsa? ( media-libs/alsa-lib )
+ logind? ( sys-apps/systemd )
+ solid? ( kde-frameworks/solid )
+"
+RDEPEND="${DEPEND}
+ dev-qt/qtquickcontrols:5
+ dev-qt/qtgraphicaleffects:5
+ "
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package alsa)
+ $(cmake-utils_use_find_package logind)
+ $(cmake-utils_use_find_package solid)
+ )
+ cmake-utils_src_configure
+}
next reply other threads:[~2014-02-06 14:16 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 14:16 David Heidelberger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-01-29 2:02 [gentoo-commits] proj/x11:master commit in: dev-libs/orbital/ Matt Turner
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=1391696216.cfaf17c321ec6f6ba7e1235eeb798441dc80e583.okias@gentoo \
--to=d.okias@gmail.com \
--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