diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-02 23:17:02 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-11-02 23:22:26 +0100 |
| commit | 6f6cc9fb9151ade1ce450baacd73a90788ebcb02 (patch) | |
| tree | 8f8227dafe3092e383c519daaf017116c6400581 | |
| parent | 9231bae93a4ab3fbab1f161a016ec526ff4f9da7 (diff) | |
| download | kde-6f6cc9fb9151ade1ce450baacd73a90788ebcb02.tar.gz kde-6f6cc9fb9151ade1ce450baacd73a90788ebcb02.tar.bz2 kde-6f6cc9fb9151ade1ce450baacd73a90788ebcb02.zip | |
kde-frameworks/knotifyconfig: 6.8.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/knotifyconfig/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/knotifyconfig/knotifyconfig-6.8.0.ebuild | 32 |
2 files changed, 33 insertions, 0 deletions
diff --git a/kde-frameworks/knotifyconfig/Manifest b/kde-frameworks/knotifyconfig/Manifest new file mode 100644 index 00000000000..2dded93bdf2 --- /dev/null +++ b/kde-frameworks/knotifyconfig/Manifest @@ -0,0 +1 @@ +DIST knotifyconfig-6.8.0.tar.xz 2385912 BLAKE2B 0340fcfe9c5c9ae48e3439eae191e37ba4250f608c3ff24f245a086cefa0ccb63973458eaa3a0df6d09db0a92696d335d459014cb1fad7606cc88e034905aec4 SHA512 6d914a6e0fd7016fc9eff3ace84d69f7304395216a3789475ba7927260cc4d399761b74b14b6cc3d5a55f46f4aa9bdf6625f4695a5f43f454dde8dfc57a16da1 diff --git a/kde-frameworks/knotifyconfig/knotifyconfig-6.8.0.ebuild b/kde-frameworks/knotifyconfig/knotifyconfig-6.8.0.ebuild new file mode 100644 index 00000000000..f0083b54a9e --- /dev/null +++ b/kde-frameworks/knotifyconfig/knotifyconfig-6.8.0.ebuild @@ -0,0 +1,32 @@ +# 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.7.2 +inherit ecm frameworks.kde.org + +DESCRIPTION="Framework for configuring desktop notifications" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] + >=dev-qt/qtmultimedia-${QTMIN}:6 + =kde-frameworks/kcompletion-${PVCUT}*:6 + =kde-frameworks/kconfig-${PVCUT}*:6 + =kde-frameworks/ki18n-${PVCUT}*:6 + =kde-frameworks/kio-${PVCUT}*:6 +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_Canberra=ON + ) + ecm_src_configure +} |
