summaryrefslogtreecommitdiff
path: root/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-26 02:06:21 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-26 02:06:21 +0000
commitf9fff8823e0cd1f6570b01337ac99e5bd49c824a (patch)
tree2a69b85ea6ba19c3a6b492d49ee8cd14c887472d /kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
parentd117172e3b48fc4be82b7623ffc40bb6070ef361 (diff)
gentoo auto-resync : 26:12:2022 - 02:06:21
Diffstat (limited to 'kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild')
-rw-r--r--kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
index f12ad75a97c7..d4a43e5654c2 100644
--- a/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
+++ b/kde-misc/ktoshiba/ktoshiba-5.3.1.ebuild
@@ -1,24 +1,21 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
KFMIN=5.60.0
QTMIN=5.12.3
inherit ecm
DESCRIPTION="Function key (FN) monitoring for Toshiba laptops"
-HOMEPAGE="http://ktoshiba.sourceforge.net/"
-SRC_URI="http://prdownloads.sourceforge.net/${PN}/${P}.tar.xz"
+HOMEPAGE="https://ktoshiba.sourceforge.net/"
+SRC_URI="https://prdownloads.sourceforge.net/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="5"
KEYWORDS="~amd64"
IUSE=""
-BDEPEND="
- sys-devel/gettext
-"
DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
@@ -35,6 +32,7 @@ DEPEND="
net-libs/libmnl
"
RDEPEND="${DEPEND}"
+BDEPEND="sys-devel/gettext"
PATCHES=( "${FILESDIR}/${P}-qt-5.11.patch" )