public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Steve Cossette <farchord@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/marknote] epel10: Initial import (fedora#2272299).
Date: Tue, 04 Aug 2026 20:10:23 GMT	[thread overview]
Message-ID: <178587422341.1.1774423608429957673.rpms-marknote-a8647c46d14e@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/marknote
Branch : epel10
Commit : a8647c46d14e5b6f3a15de38b94c60f3d420ac2b
Author : Steve Cossette <farchord@gmail.com>
Date   : 2024-03-30T11:26:24-04:00
Stats  : +67/-0 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/marknote/c/a8647c46d14e5b6f3a15de38b94c60f3d420ac2b?branch=epel10

Log:
Initial import (fedora#2272299).

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0e191eb
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/marknote-1.0.0.tar.xz

diff --git a/marknote.spec b/marknote.spec
new file mode 100644
index 0000000..0d5d338
--- /dev/null
+++ b/marknote.spec
@@ -0,0 +1,65 @@
+Name:          marknote
+Version:       1.0.0
+Release:       1%{?dist}
+License:       BSD-3-Clause AND CC-BY-SA-4.0 AND CC0-1.0 AND GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND GPL-3.0-or-later AND LGPL-2.0-only AND LGPL-2.1-or-later AND LGPL-3.0-only
+Summary:       A simple markdown note management app for KDE
+URL:           https://apps.kde.org/%{name}/
+
+Source0:       https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz
+
+BuildRequires: extra-cmake-modules
+BuildRequires: gcc-c++
+BuildRequires: kf6-rpm-macros
+BuildRequires: desktop-file-utils
+BuildRequires: libappstream-glib
+
+BuildRequires: cmake(Qt6Core)
+BuildRequires: cmake(Qt6Gui)
+BuildRequires: cmake(Qt6Qml)
+BuildRequires: cmake(Qt6QuickControls2)
+BuildRequires: cmake(Qt6Svg)
+BuildRequires: cmake(Qt6Widgets)
+
+BuildRequires: cmake(KF6Kirigami2)
+BuildRequires: cmake(KF6I18n)
+BuildRequires: cmake(KF6Config)
+BuildRequires: cmake(KF6CoreAddons)
+BuildRequires: cmake(KF6ColorScheme)
+
+Requires:      hicolor-icon-theme
+
+%description
+Marknote lets you create rich text notes and easily organize them
+into notebooks. You can personalize your notebooks by choosing an
+icon and accent color for each one, making it easy to distinguish
+between them and keep your notes at your fingertips.
+
+
+%prep
+%autosetup -p1
+
+
+%build
+%cmake_kf6
+%cmake_build
+
+
+%install
+%cmake_install
+%find_lang %{name} --with-man --with-qt --all-name
+
+%check
+desktop-file-validate %{buildroot}%{_kf6_datadir}/applications/org.kde.marknote.desktop
+appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
+
+%files -f %{name}.lang
+%license LICENSES/*
+%{_kf6_bindir}/marknote
+%{_kf6_datadir}/applications/org.kde.marknote.desktop
+%{_kf6_datadir}/icons/hicolor/scalable/apps/org.kde.marknote.svg
+%{_kf6_metainfodir}/org.kde.%{name}.metainfo.xml
+%{_kf6_datadir}/qlogging-categories6/marknote.categories
+
+%changelog
+* Sat Mar 30 2024 Steve Cossette <farchord@gmail.com> - 1.0.0-1
+- Initial Release

diff --git a/sources b/sources
new file mode 100644
index 0000000..a22c344
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (marknote-1.0.0.tar.xz) = 1d4dd78de4ed1b163c3f306374818914877724b82b33f0d71d2cb7f6306db24a2d79255cb2163df51035c62490d3839a77ad91688c98d13dc1226edb65d026d3

                 reply	other threads:[~2026-08-04 20:10 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178587422341.1.1774423608429957673.rpms-marknote-a8647c46d14e@fedoraproject.org \
    --to=farchord@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox