diff options
author | 2025-01-09 16:31:12 +0100 | |
---|---|---|
committer | 2025-01-09 20:34:43 +0100 | |
commit | f0c963df514399f2f0e87339b3ab07356383e58b (patch) | |
tree | fb9ebbd1efbd11b02d7e0213b8ee22252a205bcc /kde-frameworks/knotifications | |
parent | kde-frameworks/kjobwidgets: 6.10.0 version bump (diff) | |
download | gentoo-f0c963df514399f2f0e87339b3ab07356383e58b.tar.gz gentoo-f0c963df514399f2f0e87339b3ab07356383e58b.tar.bz2 gentoo-f0c963df514399f2f0e87339b3ab07356383e58b.zip |
kde-frameworks/knotifications: 6.10.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/knotifications')
-rw-r--r-- | kde-frameworks/knotifications/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/knotifications/knotifications-6.10.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-frameworks/knotifications/Manifest b/kde-frameworks/knotifications/Manifest index aa5200ebf152..7208b378a9b7 100644 --- a/kde-frameworks/knotifications/Manifest +++ b/kde-frameworks/knotifications/Manifest @@ -1,3 +1,4 @@ DIST knotifications-5.116.0.tar.xz 2373292 BLAKE2B 6eb022449b70cc526d24bfdc9b9bd17222de678b01332b5bbca159961ce608e7d5fe407454cf7ed4676cc73df9db930bb725a1e6d3d736758139908e7132b7b3 SHA512 e49b9930c69581b4498a012483b04588c52e5ba04035dbe01e21dbe6c07e8f69a14f40c0ac07a0299bc1ae182ad47b47ecd5ab5da2fb7a0b5a2f1c90282c289c +DIST knotifications-6.10.0.tar.xz 2335588 BLAKE2B 14e5092c1e59ae3aea921b18d43f495733f6dcf159b1342939819d14d1e809747d8c757d8250cb94be70fc907eb77e2267c0adb7c05a5817e334d375aa963244 SHA512 2a73e3cd3779bded19c93a375dd0ac99bb3ac2186b36c86ab1cb89e7843908f1a9c2d3bef0f9b3631663edb27d7a89fe66f1e9b6425ec016fa6a81fd41d2ae1e DIST knotifications-6.7.0.tar.xz 2334108 BLAKE2B 14f2798e06cdb81de45ba91e776a00b365b0f25ad4dbcaf790b6218923ba4963759d3a101d083f336e6e2d59b453dd98b255054a2c8d8626004147fbf8e67f13 SHA512 b1949fa6036b9db904c2f37473abb64fab8da9f6953165ab2447ce7b58ae244f8954266561e4d08a15fb64dd3dd46de755b1400fd1fb99a4ac68bd7a8ec63e41 DIST knotifications-6.9.0.tar.xz 2335564 BLAKE2B 7a90e4c310e51d96e3ece6cf361a48a7c97c18c61d304f23fa8716613ef91fab9db79f7d5b75fbfa4be839dcbc413d62fd67882bb3e9b7f489ad5d3eca8649b4 SHA512 fac22cec35829686bf35061cdec58eb491cf794a457db9a701f10dc6bef7ea3e7322ebe9b11f776b966b4ce7580284056847f11158b1b5c7f21e2d115c68257c diff --git a/kde-frameworks/knotifications/knotifications-6.10.0.ebuild b/kde-frameworks/knotifications/knotifications-6.10.0.ebuild new file mode 100644 index 000000000000..b19b9093d2ca --- /dev/null +++ b/kde-frameworks/knotifications/knotifications-6.10.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_PYTHON_BINDINGS="off" +ECM_TEST="false" +QTMIN=6.7.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for notifying the user of an event" + +LICENSE="LGPL-2.1+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui] + >=dev-qt/qtdeclarative-${QTMIN}:6 + =kde-frameworks/kconfig-${KDE_CATV}*:6 + media-libs/libcanberra +" +DEPEND="${RDEPEND}" +BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" |