commit:     1ce65ba006f4ea484c36ea4fb44dcabdd88230fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 12:44:04 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 16:04:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ce65ba0

kde-frameworks/knotifyconfig: 5.75.0 version bump

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

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

diff --git a/kde-frameworks/knotifyconfig/Manifest 
b/kde-frameworks/knotifyconfig/Manifest
index a3005c1f53b..791bbc4e1e9 100644
--- a/kde-frameworks/knotifyconfig/Manifest
+++ b/kde-frameworks/knotifyconfig/Manifest
@@ -1 +1,2 @@
 DIST knotifyconfig-5.74.0.tar.xz 84364 BLAKE2B 
3745f0ccacad9f16b05d89a9451d1257a52ccc28b656e83dd7031c5d2951620dc745ca43895213a2b1c2788260387807c1de30712f40ebb93091b5fb2cab59e4
 SHA512 
73957b4977ebccc47c53fa65c6352ff333af7a170a55a6021e5426df3715c167a43170fc6d82ee7a452246560cc57a976341a013c9ed7afc243b74a18c755ffe
+DIST knotifyconfig-5.75.0.tar.xz 84440 BLAKE2B 
335f2f683d8c4fc3bf4b04f89306cff369f98298cbaa17c78e9ffe8fb6a21ddce8668bbb8ef52d0b528a56822f7df74cb083149151081e4434b51129304e8965
 SHA512 
e3d1d47a7d52532f263b4a8e6e187cdea49d3ba99c48f201678d1c308a678426895fb1fad72716c3988d7fda1c6e4e0697e14b6bc341cb605cc4e1cafd8d4b7e

diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild 
b/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild
new file mode 100644
index 00000000000..7aed7fde344
--- /dev/null
+++ b/kde-frameworks/knotifyconfig/knotifyconfig-5.75.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="false"
+PVCUT=$(ver_cut 1-2)
+QTMIN=5.14.2
+inherit ecm kde.org
+
+DESCRIPTION="Framework for configuring desktop notifications"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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