public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/fancytasks/
@ 2017-01-16 21:44 Johannes Huber
  0 siblings, 0 replies; only message in thread
From: Johannes Huber @ 2017-01-16 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     43725f99ddfcd6cb2e4221e4f6024e43c1593c90
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 16 21:36:45 2017 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Jan 16 21:36:45 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=43725f99

kde-misc/fancytasks: Import latest from gentoo main tree

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-misc/fancytasks/fancytasks-1.1.2-r1.ebuild | 44 ++++++++++++++++++++++++++
 kde-misc/fancytasks/metadata.xml               |  5 +++
 2 files changed, 49 insertions(+)

diff --git a/kde-misc/fancytasks/fancytasks-1.1.2-r1.ebuild b/kde-misc/fancytasks/fancytasks-1.1.2-r1.ebuild
new file mode 100644
index 0000000..e16fc76
--- /dev/null
+++ b/kde-misc/fancytasks/fancytasks-1.1.2-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+KDE_LINGUAS="de en_GB es et fr km nds pl pt ru sv tr uk"
+KDE_LINGUAS_DIR=( applet/locale containment/locale )
+KDE_MINIMAL="4.8"
+inherit kde4-base
+
+DESCRIPTION="Task and launch representation plasmoid"
+HOMEPAGE="http://kde-look.org/content/show.php/Fancy+Tasks?content=99737"
+SRC_URI="http://kde-look.org/CONTENT/content-files/99737-${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+DEPEND="
+	kde-plasma/plasma-workspace:4
+	x11-libs/libX11
+	x11-libs/libXcomposite
+	x11-libs/libXext
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG README TODO )
+
+src_prepare() {
+	kde4-base_src_prepare
+
+	local lang
+	for lang in ${KDE_LINGUAS} ; do
+		if ! use "l10n_$(kde4_lingua_to_l10n "${lang}")" ; then
+			local dir
+			for dir in ${KDE_LINGUAS_DIR[@]} ; do
+				if [ -f ${dir}/${lang}.mo ]; then
+					rm ${dir}/${lang}.mo
+				fi
+			done
+		fi
+	done
+}

diff --git a/kde-misc/fancytasks/metadata.xml b/kde-misc/fancytasks/metadata.xml
new file mode 100644
index 0000000..7a38bb9
--- /dev/null
+++ b/kde-misc/fancytasks/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<!-- maintainer-needed -->
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-16 21:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-16 21:44 [gentoo-commits] proj/kde-sunset:master commit in: kde-misc/fancytasks/ Johannes Huber

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