summaryrefslogtreecommitdiff
path: root/kde-apps/ktimer/ktimer-24.12.1.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-01-07 21:15:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-01-08 23:59:34 +0100
commit16bc20631b46cda91a75e7662a5860c35a031fdc (patch)
tree87cd8fa50d510003689158bb9d206dc87a379a0f /kde-apps/ktimer/ktimer-24.12.1.ebuild
parentc1e82d65d6bed0d1224965b5c96aec4a28f855fe (diff)
downloadkde-16bc20631b46cda91a75e7662a5860c35a031fdc.tar.gz
kde-16bc20631b46cda91a75e7662a5860c35a031fdc.tar.bz2
kde-16bc20631b46cda91a75e7662a5860c35a031fdc.zip
kde-apps/ktimer: 24.12.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ktimer/ktimer-24.12.1.ebuild')
-rw-r--r--kde-apps/ktimer/ktimer-24.12.1.ebuild32
1 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/ktimer/ktimer-24.12.1.ebuild b/kde-apps/ktimer/ktimer-24.12.1.ebuild
new file mode 100644
index 00000000000..5e7244c66e6
--- /dev/null
+++ b/kde-apps/ktimer/ktimer-24.12.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="optional"
+KFMIN=6.7.0
+QTMIN=6.7.2
+inherit ecm gear.kde.org
+
+DESCRIPTION="Little tool to execute programs after some time"
+HOMEPAGE="https://apps.kde.org/ktimer/"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"