summaryrefslogtreecommitdiff
path: root/app-text/marknote
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-14 12:27:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-14 12:27:14 +0100
commitf7adcd4ee556b2c3a420239c13fb74113d791f6a (patch)
tree1cc566bbd03612996262177e95152bdda507cca9 /app-text/marknote
parent482a48c0e1675b1e92663b8b5222bb7261aa7956 (diff)
gentoo auto-resync : 14:07:2024 - 12:27:13
Diffstat (limited to 'app-text/marknote')
-rw-r--r--app-text/marknote/Manifest3
-rw-r--r--app-text/marknote/marknote-1.3.0.ebuild39
-rw-r--r--app-text/marknote/metadata.xml12
3 files changed, 54 insertions, 0 deletions
diff --git a/app-text/marknote/Manifest b/app-text/marknote/Manifest
new file mode 100644
index 000000000000..9a98b4a4cd60
--- /dev/null
+++ b/app-text/marknote/Manifest
@@ -0,0 +1,3 @@
+DIST marknote-1.3.0.tar.xz 138608 BLAKE2B 39c92c7bc563e29f3cbd61e765fb80f7ea3577cce87d23cdb5967dd41baa26c34c6a42710f636645d85e51bb9a31e9b5f040d311b72f9a9783ec4e1b586ce08d SHA512 030206a63c2d0a36519c7df879fee8d52125e85cab491e4c34cc62edabddc8f7b8d200c60e3d0da73e0367f0001fa695c3a773392bc82cabc27c6d47efdfddeb
+EBUILD marknote-1.3.0.ebuild 1011 BLAKE2B c31dc6fbcc6eaf43568d57d8be0baafa46fb3eae0e2cdfb2634108927d99c57ed400bb010c6cd3e68d7366fcced7f005e7353bd76556d68eaf7c247080889c01 SHA512 f3daa55100e2fc3cee075e615bc73192dea59153fc94d3f8d75d102c9a1d2a7d264ec312cd0eb28eb54d20cf4087ab9fdf8a81682081926411a82efc6674c1f5
+MISC metadata.xml 407 BLAKE2B 4cbbe46a7a2d12a66cf6dc97306d914e4870eb88abfddf0086fafd7d70e64411fed523fb0559203b01bab5b2b6e43455384f3e0d5320902c2c9b09b214b817f4 SHA512 fbe1b28bae306400836619a4cbc773d6c17251af71c573a8736c1921360da2aa79f7ccf4b476061de2e5a9c346ed67f6dd44feaa37fd346a15f38846a453c218
diff --git a/app-text/marknote/marknote-1.3.0.ebuild b/app-text/marknote/marknote-1.3.0.ebuild
new file mode 100644
index 000000000000..fbad5181cd72
--- /dev/null
+++ b/app-text/marknote/marknote-1.3.0.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.0: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}"
diff --git a/app-text/marknote/metadata.xml b/app-text/marknote/metadata.xml
new file mode 100644
index 000000000000..50799e4ba6cf
--- /dev/null
+++ b/app-text/marknote/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>kde@gentoo.org</email>
+ <name>Gentoo KDE Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="kde-invent">office/marknote</remote-id>
+ <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=Marknote</bugs-to>
+ </upstream>
+</pkgmetadata>