nota 1.1.1-1 (aarch64;znver1) 2020-12313
9999
| Status | published | ||||||||
| Submitter | nobodydead [@T] gmail.com | ||||||||
| Platform | rolling | ||||||||
| Repository | main | ||||||||
| URL | https://abf.openmandriva.org/build_lists/824041 | ||||||||
| Packages |
|
||||||||
| Build Date | 2020-09-11 23:49:22 +0000 UTC | ||||||||
| Last Updated | 2020-09-13 16:06:54.16200677 +0000 UTC |
$ git show --format=fuller --patch-with-stat --summary 9664ed69ea22c123b11a4a3af1ccdc94f41619b1
commit 9664ed69ea22c123b11a4a3af1ccdc94f41619b1
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Sat Sep 5 19:23:54 2020 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Sat Sep 5 19:23:54 2020 +0200
Initial package
---
.abf.yml | 2 ++
nota.spec | 38 ++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
create mode 100644 .abf.yml
create mode 100644 nota.spec
diff --git a/.abf.yml b/.abf.yml
new file mode 100644
index 0000000..b2bfb4a
--- /dev/null
+++ b/.abf.yml
@@ -0,0 +1,2 @@
+sources:
+ nota-v1.1.1.tar.bz2: 17d38d98bef8c4bbd31f627b462be81fdefca840
diff --git a/nota.spec b/nota.spec
new file mode 100644
index 0000000..d0f184d
--- /dev/null
+++ b/nota.spec
@@ -0,0 +1,38 @@
+Name: nota
+Version: 1.1.1
+Release: 1
+Source0: https://invent.kde.org/maui/nota/-/archive/v%{version}/nota-v%{version}.tar.bz2
+Group: Applications/Productivity
+Summary: Text editor for Plasma Mobile
+License: GPLv3
+BuildRequires: ninja
+BuildRequires: cmake(ECM)
+BuildRequires: cmake(MauiKit)
+BuildRequires: cmake(Qt5Qml)
+BuildRequires: cmake(Qt5Sql)
+BuildRequires: cmake(Qt5Svg)
+BuildRequires: cmake(KF5I18n)
+BuildRequires: cmake(KF5Notifications)
+BuildRequires: cmake(KF5Config)
+BuildRequires: cmake(KF5KIO)
+BuildRequires: cmake(KF5Attica)
+BuildRequires: cmake(KF5SyntaxHighlighting)
+BuildRequires: cmake(Qt5WebView)
+BuildRequires: cmake(Qt5WebEngine)
+
+%description
+Text editor for Plasma Mobile
+
+%prep
+%autosetup -p1 -n %{name}-v%{version}
+%cmake_kde5
+
+%build
+%ninja_build -C build
+
+%install
+%ninja_install -C build
+
+%files
+%{_bindir}/nota
+%{_datadir}/applications/org.kde.nota.desktop
Not Available
| benbullard79 [@T] cox.net | No Comment. | 1873d 05hrs |
| benbullard79 [@T] cox.net | No Comment. | 1873d 05hrs |