commit:     519bcde40d1721467a058fac52918eee686608eb
Author:     Joao Carreira <jfmcarreira <AT> gmail <DOT> com>
AuthorDate: Thu Apr 14 18:20:31 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:16:21 2016 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=519bcde4

kde-misc/ktoshiba: new package

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>

 kde-misc/ktoshiba/ktoshiba-5.2.ebuild | 41 +++++++++++++++++++++++++++++++++++
 kde-misc/ktoshiba/metadata.xml        |  8 +++++++
 2 files changed, 49 insertions(+)

diff --git a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild 
b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
new file mode 100644
index 0000000..53a6d99
--- /dev/null
+++ b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Function (FN) key monitoring for Toshiba laptops"
+HOMEPAGE="http://ktoshiba.sourceforge.net/";
+SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz";
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+       $(add_frameworks_dep kauth)
+       $(add_frameworks_dep kcmutils)
+       $(add_frameworks_dep kconfig)
+       $(add_frameworks_dep kcoreaddons)
+       $(add_frameworks_dep kdbusaddons)
+       $(add_frameworks_dep ki18n)
+       $(add_frameworks_dep knotifications)
+       $(add_frameworks_dep kwidgetsaddons)
+       $(add_qt_dep qtdbus)
+       $(add_qt_dep qtgui)
+       $(add_qt_dep qtwidgets)
+       net-libs/libmnl
+"
+
+RDEPEND="${DEPEND}
+       sys-devel/gettext
+"
+
+src_configure() {
+       local mycmakeargs=(
+               -DLIBMNL_INCLUDE_DIRS=/usr/include/libmnl
+       )
+       kde5_src_configure
+}

diff --git a/kde-misc/ktoshiba/metadata.xml b/kde-misc/ktoshiba/metadata.xml
new file mode 100644
index 0000000..2fdbf33
--- /dev/null
+++ b/kde-misc/ktoshiba/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>Gentoo KDE Project</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to