From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/
Date: Thu, 24 Apr 2014 18:00:18 +0000 (UTC) [thread overview]
Message-ID: <1398362315.ffe41cf35e087d172927f4aec5de983700f27675.kensington@gentoo> (raw)
commit: ffe41cf35e087d172927f4aec5de983700f27675
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 24 17:58:03 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 24 17:58:35 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ffe41cf3
[kde-base/plasma-desktop] New package.
Package-Manager: portage-2.2.8-r1
---
kde-base/plasma-desktop/metadata.xml | 5 ++
kde-base/plasma-desktop/plasma-desktop-9999.ebuild | 99 ++++++++++++++++++++++
2 files changed, 104 insertions(+)
diff --git a/kde-base/plasma-desktop/metadata.xml b/kde-base/plasma-desktop/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/kde-base/plasma-desktop/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>kde</herd>
+</pkgmetadata>
diff --git a/kde-base/plasma-desktop/plasma-desktop-9999.ebuild b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
new file mode 100644
index 0000000..0caf637
--- /dev/null
+++ b/kde-base/plasma-desktop/plasma-desktop-9999.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="true"
+inherit kde5
+
+DESCRIPTION="KDE Plasma desktop"
+KEYWORDS=""
+IUSE="fontconfig pulseaudio usb"
+
+RDEPEND="
+ $(add_kdebase_dep kwin)
+ $(add_kdebase_dep plasma-workspace)
+ $(add_frameworks_dep attica)
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kauth)
+ $(add_frameworks_dep kbookmarks)
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kcodecs)
+ $(add_frameworks_dep kcompletion)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdelibs4support)
+ $(add_frameworks_dep kemoticons)
+ $(add_frameworks_dep kglobalaccel)
+ $(add_frameworks_dep kguiaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep kitemviews)
+ $(add_frameworks_dep kjobwidgets)
+ $(add_frameworks_dep knewstuff)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep knotifyconfig)
+ $(add_frameworks_dep kparts)
+ $(add_frameworks_dep krunner)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kunitconversion)
+ $(add_frameworks_dep kwallet)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_frameworks_dep kxmlgui)
+ $(add_frameworks_dep plasma)
+ $(add_frameworks_dep solid)
+ $(add_frameworks_dep sonnet)
+ dev-qt/qtdbus:5
+ dev-qt/qtdeclarative:5
+ dev-qt/qtgui:5
+ dev-qt/qtnetwork:5
+ dev-qt/qtprintsupport:5
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtx11extras:5
+ dev-qt/qtxml:5
+ media-libs/phonon[qt5]
+ x11-libs/libX11
+ x11-libs/libxcb
+ x11-libs/libXi
+ x11-libs/libxkbfile
+ x11-libs/libXtst
+ fontconfig? (
+ media-libs/fontconfig
+ media-libs/freetype
+ x11-libs/xcb-util-image
+ x11-libs/libXft
+ )
+ pulseaudio? (
+ dev-libs/glib:2
+ media-libs/libcanberra
+ media-sound/pulseaudio
+ )
+ usb? (
+ x11-libs/libXcursor
+ x11-libs/libXfixes
+ virtual/libusb:0
+ )
+ !kde-base/knetattach:4
+"
+DEPEND="${RDEPEND}
+ dev-qt/qtconcurrent:5
+ x11-proto/xproto
+ fontconfig? ( x11-libs/libXrender )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package fontconfig Fontconfig)
+ $(cmake-utils_use_find_package pulseaudio PulseAudio)
+ $(cmake-utils_use_find_package usb USB)
+ )
+
+ kde5_src_configure
+}
next reply other threads:[~2014-04-24 18:00 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-24 18:00 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-12-03 7:02 [gentoo-commits] proj/kde:master commit in: kde-base/plasma-desktop/ Michael Palimaka
2014-09-24 17:42 Michael Palimaka
2014-09-18 15:23 Michael Palimaka
2014-09-15 16:36 Michael Palimaka
2014-08-11 21:15 Johannes Huber
2014-08-07 21:11 Johannes Huber
2014-07-27 19:12 Michael Palimaka
2014-07-26 18:17 Marc Schiffbauer
2014-07-24 16:31 Michael Palimaka
2014-07-21 18:52 Michael Palimaka
2014-07-12 20:11 Johannes Huber
2014-06-16 13:06 Michael Palimaka
2014-05-29 13:43 Johannes Huber
2014-05-26 18:28 Johannes Huber
2014-05-18 15:26 Michael Palimaka
2014-04-24 18:44 Michael Palimaka
2014-04-10 11:50 Elias Probst
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=1398362315.ffe41cf35e087d172927f4aec5de983700f27675.kensington@gentoo \
--to=kensington@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