* [gentoo-commits] proj/kde:master commit in: kde-misc/ktoshiba/
@ 2016-04-16 19:16 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-04-16 19:16 UTC (permalink / raw
To: gentoo-commits
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>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/ktoshiba/
@ 2016-04-27 15:53 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-04-27 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 0b365552cae740a10bf7ce4aeb7b61885aba5a8e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 15:52:50 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 15:52:50 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b365552
kde-misc/ktoshiba: Remove pkg
Moved to gentoo main tree.
kde-misc/ktoshiba/ktoshiba-5.2.ebuild | 42 -----------------------------------
kde-misc/ktoshiba/metadata.xml | 8 -------
2 files changed, 50 deletions(-)
diff --git a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
deleted file mode 100644
index b9226a1..0000000
--- a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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
deleted file mode 100644
index 2fdbf33..0000000
--- a/kde-misc/ktoshiba/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-misc/ktoshiba/
@ 2016-04-27 15:53 Johannes Huber
0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2016-04-27 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 14cf289859df02ec43113b4c1aea2525bfd7e3a3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 15:45:40 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 15:49:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14cf2898
kde-misc/ktoshiba: Fix vars, update dependencies
Package-Manager: portage-2.2.28
kde-misc/ktoshiba/ktoshiba-5.2.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
index 53a6d99..b9226a1 100644
--- a/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
+++ b/kde-misc/ktoshiba/ktoshiba-5.2.ebuild
@@ -6,7 +6,7 @@ EAPI=6
inherit kde5
-DESCRIPTION="Function (FN) key monitoring for Toshiba laptops"
+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"
@@ -18,6 +18,7 @@ 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)
@@ -29,7 +30,7 @@ RDEPEND="
net-libs/libmnl
"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
sys-devel/gettext
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-04-27 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-16 19:16 [gentoo-commits] proj/kde:master commit in: kde-misc/ktoshiba/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2016-04-27 15:53 Johannes Huber
2016-04-27 15:53 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox