* [gentoo-commits] repo/gentoo:master commit in: app-text/marknote/
@ 2024-07-13 18:19 Andreas Sturmlechner
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Sturmlechner @ 2024-07-13 18:19 UTC (permalink / raw
To: gentoo-commits
commit: 7e765ff32ffbeb961cfc0732a456911ef540a05d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 18:16:43 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 18:19:10 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e765ff3
app-text/marknote: new package, add 1.3.0
The one note taking application to replace KJots and KNotes,
with support for importing old notes from these applications.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/marknote/Manifest | 1 +
app-text/marknote/marknote-1.3.0.ebuild | 39 +++++++++++++++++++++++++++++++++
app-text/marknote/metadata.xml | 12 ++++++++++
3 files changed, 52 insertions(+)
diff --git a/app-text/marknote/Manifest b/app-text/marknote/Manifest
new file mode 100644
index 000000000000..f2007e155267
--- /dev/null
+++ b/app-text/marknote/Manifest
@@ -0,0 +1 @@
+DIST marknote-1.3.0.tar.xz 138608 BLAKE2B 39c92c7bc563e29f3cbd61e765fb80f7ea3577cce87d23cdb5967dd41baa26c34c6a42710f636645d85e51bb9a31e9b5f040d311b72f9a9783ec4e1b586ce08d SHA512 030206a63c2d0a36519c7df879fee8d52125e85cab491e4c34cc62edabddc8f7b8d200c60e3d0da73e0367f0001fa695c3a773392bc82cabc27c6d47efdfddeb
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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/marknote/
@ 2024-09-02 7:29 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-09-02 7:29 UTC (permalink / raw
To: gentoo-commits
commit: 1fd4989cb8d2a31d602b5510ce94dbd1922e4791
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 2 07:29:19 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 07:29:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd4989c
app-text/marknote: Keyword 1.3.0 arm64, #938829
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/marknote/marknote-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/marknote/marknote-1.3.0.ebuild b/app-text/marknote/marknote-1.3.0.ebuild
index fbad5181cd72..aaa998f5fe48 100644
--- a/app-text/marknote/marknote-1.3.0.ebuild
+++ b/app-text/marknote/marknote-1.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/marknote/"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~arm64"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/marknote/
@ 2024-09-20 7:34 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2024-09-20 7:34 UTC (permalink / raw
To: gentoo-commits
commit: d9cf17e8e6f539c53c8cd0d1a3b10f90c724dcd2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 07:34:07 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 07:34:07 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9cf17e8
app-text/marknote: Keyword 1.3.0 x86, #938829
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/marknote/marknote-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/marknote/marknote-1.3.0.ebuild b/app-text/marknote/marknote-1.3.0.ebuild
index aaa998f5fe48..1b164d6d025f 100644
--- a/app-text/marknote/marknote-1.3.0.ebuild
+++ b/app-text/marknote/marknote-1.3.0.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://apps.kde.org/marknote/"
if [[ ${KDE_BUILD_TYPE} != live ]]; then
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="GPL-2+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-20 7:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 7:29 [gentoo-commits] repo/gentoo:master commit in: app-text/marknote/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-09-20 7:34 Arthur Zamarin
2024-07-13 18:19 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox