summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-10 23:03:35 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-11 00:03:34 +0100
commitdf47d839d82028b00e94db3038d425751ed486cb (patch)
tree3a6a1653d778babb8c873b23a6eb3cbe1268f548 /kde-frameworks/knotifications
parentkde-frameworks/kjobwidgets: 5.248.0 version bump (diff)
downloadgentoo-df47d839d82028b00e94db3038d425751ed486cb.tar.gz
gentoo-df47d839d82028b00e94db3038d425751ed486cb.tar.bz2
gentoo-df47d839d82028b00e94db3038d425751ed486cb.zip
kde-frameworks/knotifications: 5.248.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r--kde-frameworks/knotifications/Manifest1
-rw-r--r--kde-frameworks/knotifications/knotifications-5.248.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest
index c9aae6bc77cf..06b49d56deb4 100644
--- a/kde-frameworks/knotifications/Manifest
+++ b/kde-frameworks/knotifications/Manifest
@@ -1,2 +1,3 @@
DIST knotifications-5.113.0.tar.xz 2373072 BLAKE2B e6682079bb98c18a5bbdfe7bc75b681fc9af99dc7478e07aac677b9afa03227e2994a5a6999c54ef20465ddad2d47d4915bfa566d79af83e8c8989ffc6371b42 SHA512 9af998873ced34f78efc210f0b0c40dd5b2bb297f10c0ece487a57f5a5d18a2749589c543b35cdb9a0bce25351e37d09ace63081babdbd7b43471837826a145c
DIST knotifications-5.247.0.tar.xz 2343336 BLAKE2B d40d917637817966cb4ea8089a840ed6c0833d4bea8c7495405167425774c02147ae36150567ac64dcf64debff15546f912094b61ac366b47aa74a94bb7ab67c SHA512 820e1ff8c42c6e7583b1efedbb956de35bf917efac1efdd37a51b0c0c95040089e526b1664a78958ea4ce9cd9be13b854e20869f1ca2c4ebc66c4c4b80ef42d6
+DIST knotifications-5.248.0.tar.xz 2343848 BLAKE2B 83cff217f13f9de81e42961fcb053fe019be021e2f843f0aeb2e90b34b68a01d6216feaa3430bcf284e03ab388208c9773c98734772584b0dc3882e45f3c6fc4 SHA512 5935ac090b241311d41c2fb2bfbd193067c35075b3da3e857d860069a94dbc2253ee149750bbd8c4e24de0790464a3158a893a1693f6313af90cd3f9a1a93d58
diff --git a/kde-frameworks/knotifications/knotifications-5.248.0.ebuild b/kde-frameworks/knotifications/knotifications-5.248.0.ebuild
new file mode 100644
index 000000000000..953f4476987f
--- /dev/null
+++ b/kde-frameworks/knotifications/knotifications-5.248.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=6.6.0
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for notifying the user of an event"
+
+LICENSE="LGPL-2.1+"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ =kde-frameworks/kconfig-${PVCUT}*:6
+ media-libs/libcanberra
+"
+DEPEND="${RDEPEND}"
+BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"