summaryrefslogtreecommitdiff
path: root/app-text/marknote/marknote-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/marknote/marknote-9999.ebuild')
-rw-r--r--app-text/marknote/marknote-9999.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/app-text/marknote/marknote-9999.ebuild b/app-text/marknote/marknote-9999.ebuild
new file mode 100644
index 00000000000..9a3e6950fbb
--- /dev/null
+++ b/app-text/marknote/marknote-9999.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm kde.org
+
+DESCRIPTION="Markdown editor with a wide range of formating options for everyday notes"
+HOMEPAGE="https://apps.kde.org/marknote/"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+# TODO: md4c not packaged
+DEPEND="
+ >=dev-libs/kirigami-addons-1.3.40:6
+ >=dev-qt/qtbase-${QTMIN}:6[gui,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=dev-qt/qtsvg-${QTMIN}:6
+ kde-apps/kmime:6
+ >=kde-frameworks/breeze-icons-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcolorscheme-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+"
+RDEPEND="${DEPEND}"