diff options
author | 2024-02-15 10:39:57 +0100 | |
---|---|---|
committer | 2024-02-15 13:23:44 +0100 | |
commit | affff1ed8b18b30b7db5d46f6f401f56d89221d2 (patch) | |
tree | ea39a66db2939a0dd7e65a21a1af60576666ca84 /kde-apps/knotes | |
parent | kde-apps/kmime: 23.08.5 version bump (diff) | |
download | gentoo-affff1ed8b18b30b7db5d46f6f401f56d89221d2.tar.gz gentoo-affff1ed8b18b30b7db5d46f6f401f56d89221d2.tar.bz2 gentoo-affff1ed8b18b30b7db5d46f6f401f56d89221d2.zip |
kde-apps/knotes: 23.08.5 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/knotes')
-rw-r--r-- | kde-apps/knotes/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/knotes/knotes-23.08.5.ebuild | 64 |
2 files changed, 65 insertions, 0 deletions
diff --git a/kde-apps/knotes/Manifest b/kde-apps/knotes/Manifest index 908e3d61b0a2..5290836d41f1 100644 --- a/kde-apps/knotes/Manifest +++ b/kde-apps/knotes/Manifest @@ -1 +1,2 @@ DIST knotes-23.08.4.tar.xz 377664 BLAKE2B bdae8f7869ed6f1ec3701dc4d5f72083291eec5814e43ea06fcb9d1d8375581b231b68fe56a52b42c7d673ff9886718f6206edeb2b05f3d8521499a6f51fb743 SHA512 944f317403968e8195679233378bfd88ffcf8c364539e1b29d5d04aa5a84654e5e1efb75f81c53766848f5a5c802ddafb25a8f583ae9e7aad3989d682f83c632 +DIST knotes-23.08.5.tar.xz 378896 BLAKE2B 789a04d76594a07dce5f60cbbf7f39bcd2e89f4689791533a0954483f928fc70b003e23d2a318b50b7ba876e5b7382cf248606d18b84b93f5928a96eaf99f90a SHA512 797cfb4a702ac6473b982c74d0c8c5ab36df3cacd546a7701f0ac38156043b5db0983ed29fb3a3ffd11a494526dd71361eec53aee0512dd85bed5204ad3a73fb diff --git a/kde-apps/knotes/knotes-23.08.5.ebuild b/kde-apps/knotes/knotes-23.08.5.ebuild new file mode 100644 index 000000000000..bd4688d028f3 --- /dev/null +++ b/kde-apps/knotes/knotes-23.08.5.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="optional" +ECM_TEST="forceoptional" +PVCUT=$(ver_cut 1-3) +KFMIN=5.106.0 +QTMIN=5.15.9 +inherit ecm gear.kde.org + +DESCRIPTION="Note taking application" +HOMEPAGE="https://apps.kde.org/knotes/ +https://kontact.kde.org/components/knotes/" + +LICENSE="GPL-2+ handbook? ( FDL-1.2+ )" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + dev-libs/ktextaddons:5 + dev-libs/libxslt + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtprintsupport-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=dev-qt/qtx11extras-${QTMIN}:5 + >=dev-qt/qtxml-${QTMIN}:5 + >=kde-apps/akonadi-${PVCUT}:5 + >=kde-apps/akonadi-notes-${PVCUT}:5 + >=kde-apps/akonadi-search-${PVCUT}:5 + >=kde-apps/grantleetheme-${PVCUT}:5 + >=kde-apps/kcalutils-${PVCUT}:5 + >=kde-apps/kmime-${PVCUT}:5 + >=kde-apps/kontactinterface-${PVCUT}:5 + >=kde-apps/libkdepim-${PVCUT}:5 + >=kde-apps/pimcommon-${PVCUT}:5 + >=kde-frameworks/kcalendarcore-${KFMIN}:5 + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-frameworks/kcompletion-${KFMIN}:5 + >=kde-frameworks/kconfig-${KFMIN}:5 + >=kde-frameworks/kcontacts-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdnssd-${KFMIN}:5 + >=kde-frameworks/kglobalaccel-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kitemmodels-${KFMIN}:5 + >=kde-frameworks/kitemviews-${KFMIN}:5 + >=kde-frameworks/knewstuff-${KFMIN}:5 + >=kde-frameworks/knotifications-${KFMIN}:5 + >=kde-frameworks/kparts-${KFMIN}:5 + >=kde-frameworks/ktextwidgets-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5[X] + >=kde-frameworks/kxmlgui-${KFMIN}:5 + x11-libs/libX11 +" +RDEPEND="${DEPEND} + >=kde-apps/kdepim-runtime-${PVCUT}:5 +" |