summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /kde-misc/plasmoid-workflow
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'kde-misc/plasmoid-workflow')
-rw-r--r--kde-misc/plasmoid-workflow/Manifest1
-rw-r--r--kde-misc/plasmoid-workflow/metadata.xml5
-rw-r--r--kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild29
3 files changed, 35 insertions, 0 deletions
diff --git a/kde-misc/plasmoid-workflow/Manifest b/kde-misc/plasmoid-workflow/Manifest
new file mode 100644
index 000000000000..88287ac1017a
--- /dev/null
+++ b/kde-misc/plasmoid-workflow/Manifest
@@ -0,0 +1 @@
+DIST plasmoid-workflow-0.4.1.tar.gz 733567 SHA256 50ddde6616aaf47e1c909a3c941d47682c803fd06e5cb46bb4b9367452196454 SHA512 5f0465e9b1266a71b2a02c450d005cd19eccb6b1ffac507cc0b624c20dac9d4a02e13eb607701c1f13902566b399ab955017c42a8abeb71cb2034911632c6cc2 WHIRLPOOL 53df5f3b510ae251f0f4b626edf57cb7f03c52491ddcd5d9efb04fe3c819c61979af1f26ab02cfdcd7030d0f0eccab9457a7308d31cb9f88243c9cd455b59129
diff --git a/kde-misc/plasmoid-workflow/metadata.xml b/kde-misc/plasmoid-workflow/metadata.xml
new file mode 100644
index 000000000000..8d1e86a9cefb
--- /dev/null
+++ b/kde-misc/plasmoid-workflow/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-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
new file mode 100644
index 000000000000..df79132eef7b
--- /dev/null
+++ b/kde-misc/plasmoid-workflow/plasmoid-workflow-0.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="de el en es fr pt"
+inherit kde4-base
+
+DESCRIPTION="Plasmoid that integrates Activities, Virtual Desktops and Tasks Functionalities in one component"
+HOMEPAGE="http://kde-look.org/content/show.php/?content=147428"
+SRC_URI="http://www.opentoolsandspace.org/Art/WorkFlow/0.4.x/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+ $(add_kdebase_dep kactivities)
+ $(add_kdebase_dep libkworkspace)
+ $(add_kdebase_dep plasma-workspace)
+"
+RDEPEND=${DEPEND}
+
+pkg_postinst() {
+ elog "If you want to use the WorkFlow KWin script, install it from the KWin Script manager."
+ elog "The WorkFlow plasmoid package is a dependancy for the WorkFlow KWin script to work."
+}