From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A5E73138206 for ; Wed, 27 Apr 2016 15:52:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D8D0E0874; Wed, 27 Apr 2016 15:52:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DAFEE0874 for ; Wed, 27 Apr 2016 15:52:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 176D1340CAB for ; Wed, 27 Apr 2016 15:52:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BA1832C for ; Wed, 27 Apr 2016 15:52:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1461772323.c52c602f0427ddb768ddcd1f91f4171e414e0ba7.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/ktoshiba/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/ktoshiba/Manifest kde-misc/ktoshiba/ktoshiba-5.2.ebuild kde-misc/ktoshiba/metadata.xml X-VCS-Directories: kde-misc/ktoshiba/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c52c602f0427ddb768ddcd1f91f4171e414e0ba7 X-VCS-Branch: master Date: Wed, 27 Apr 2016 15:52:14 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f74861e3-fce0-4855-80f1-702008bc62cd X-Archives-Hash: 7764a95d3de838d241e25b1178317d31 commit: c52c602f0427ddb768ddcd1f91f4171e414e0ba7 Author: Johannes Huber gentoo org> AuthorDate: Wed Apr 27 15:51:56 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Apr 27 15:52:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c52c602f kde-misc/ktoshiba: New package Import from kde overlay. Initial ebuild by Joao Carreira gmail.com>, updates by me. Package-Manager: portage-2.2.28 kde-misc/ktoshiba/Manifest | 1 + kde-misc/ktoshiba/ktoshiba-5.2.ebuild | 42 +++++++++++++++++++++++++++++++++++ kde-misc/ktoshiba/metadata.xml | 8 +++++++ 3 files changed, 51 insertions(+) diff --git a/kde-misc/ktoshiba/Manifest b/kde-misc/ktoshiba/Manifest new file mode 100644 index 0000000..9f22b78 --- /dev/null +++ b/kde-misc/ktoshiba/Manifest @@ -0,0 +1 @@ +DIST ktoshiba-5.2.tar.xz 63344 SHA256 a53bc6883d0edc1e043048638ee106ab943cc30f3dda77f975dcaaeb03701241 SHA512 fa5d7a50fbbea67aa0d9a4ee85581aa1bdc4a768f8f0655285b1dc0006d603f6a13ce2f9a2ec5aa96454208ea839e1b6ac50b14b0e30c2e08275e98ea5bf2d5a WHIRLPOOL 62ffcf4058a082042a99dec74e21b7fe3a080d8af100dd1005815a4796c33ae8e727d94e94379974d01ef17d93b3d6fbe92cc1ad3e17a679ab67e6d1f1cacd66 diff --git a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild new file mode 100644 index 0000000..b9226a1 --- /dev/null +++ b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Function key (FN) 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 kconfigwidgets) + $(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 +" + +DEPEND="${RDEPEND} + 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 @@ + + + + + kde@gentoo.org + Gentoo KDE Project + +