public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kf-env/
@ 2016-05-30  8:27 99% Johannes Huber
  0 siblings, 0 replies; 1+ results
From: Johannes Huber @ 2016-05-30  8:27 UTC (permalink / raw
  To: gentoo-commits

commit:     335d95a59f805d1bd9874b2936f3e62515cc3893
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 07:55:18 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May 30 07:55:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335d95a5

kde-frameworks/kf-env: Version bump 4

EAPI 6. Increase required xdg-utils.

Gentoo-bug: 578848

Package-Manager: portage-2.3.0_rc1

 kde-frameworks/kf-env/kf-env-4.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/kde-frameworks/kf-env/kf-env-4.ebuild b/kde-frameworks/kf-env/kf-env-4.ebuild
new file mode 100644
index 0000000..780bc11
--- /dev/null
+++ b/kde-frameworks/kf-env/kf-env-4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Environment setting required for all KDE Frameworks apps to run"
+HOMEPAGE="https://community.kde.org/Frameworks"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE=""
+
+RDEPEND=">=x11-misc/xdg-utils-1.1.1-r1"
+
+S=${WORKDIR}
+
+src_install() {
+	einfo "Installing environment file..."
+
+	# higher number to be sure not to kill kde4 env
+	local envfile="${T}/78kf"
+
+	echo "CONFIG_PROTECT=${EPREFIX}/usr/share/config" >> ${envfile}
+	doenvd ${envfile}
+}


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-05-30  8:27 99% [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kf-env/ Johannes Huber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox