commit:     21141fc59513680d2b31b93e6afb6e27b7b2f0ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 14:34:16 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 15:10:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21141fc5

kde-frameworks/knotifyconfig: 5.111.0 version bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-frameworks/knotifyconfig/Manifest              |  1 +
 .../knotifyconfig/knotifyconfig-5.111.0.ebuild     | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index 621cdda926c6..f9e94b77e559 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1 +1,2 @@
 DIST knotifyconfig-5.110.0.tar.xz 2402024 BLAKE2B 
82db25177f91f2e449738fec525882b242cf993b618245ef8194380f4a37e1b82decc893f2b19c0f0acdc76e00376887355f5459292f4cdfca31ab56f8e22603
 SHA512 
32d4d3e5bce62ad037ed385a19ccc61ccaf7abfb26463325105259220df0f5b0752e87adce57a6f6c56b74612ca50681b1e22a675773727728285957c168975e
+DIST knotifyconfig-5.111.0.tar.xz 2402068 BLAKE2B 
777305c4ca35a262548da4d0b3d0a42fa1d5e99ba54772a2ea820db49eeb97d0e24f0a576fb133d5300d3406f8fa0a242da9e6612b895638edc61772996d7130
 SHA512 
567e91bfbb1feacccd7fced51d0e87c51ddf8793708d74252937d1fe7a5cb1d600ff04abe18c632a3590b6861e286302ae5fca31e17ac573bb627e14ed90afce

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild
new file mode 100644
index 000000000000..99c7c1a92183
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.111.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.15.9
+inherit ecm frameworks.kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="phonon"
+
+DEPEND="
+       >=dev-qt/qtdbus-${QTMIN}:5
+       >=dev-qt/qtgui-${QTMIN}:5
+       >=dev-qt/qtwidgets-${QTMIN}:5
+       =kde-frameworks/kcompletion-${PVCUT}*:5
+       =kde-frameworks/kconfig-${PVCUT}*:5
+       =kde-frameworks/ki18n-${PVCUT}*:5
+       =kde-frameworks/kio-${PVCUT}*:5
+       !phonon? ( media-libs/libcanberra )
+       phonon? ( >=media-libs/phonon-4.11.0 )
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake_use_find_package !phonon Canberra)
+       )
+       ecm_src_configure
+}

Reply via email to