Sophie

Sophie

distrib > Mageia > 8 > x86_64 > by-pkgid > bf490848c79ed714923edb3e7b7336b8 > files > 2

qownnotes-23.1.4-1.mga8.src.rpm

%global appname QOwnNotes
%global url1    https://github.com/pbek

Name:           qownnotes
Version:        23.1.4
Release:        %mkrel 1
Summary:        Plain-text file markdown note taking with Nextcloud/ownCloud integration
License:        MIT and BSD and GPLv2 and GPLv3+ and LGPLv2+ and ASL 2.0
Group:          Office/Utilities
URL:            https://www.qownnotes.org
Source0:        https://download.tuxfamily.org/qownnotes/src/%{name}-%{version}.tar.xz

BuildRequires:  cmake
BuildRequires:  cmake(Qt5Concurrent)
BuildRequires:  cmake(Qt5Core)
BuildRequires:  cmake(Qt5DBus)
BuildRequires:  cmake(Qt5LinguistTools)
BuildRequires:  cmake(Qt5Multimedia)
BuildRequires:  cmake(Qt5PrintSupport)
BuildRequires:  cmake(Qt5Sql)
BuildRequires:  cmake(Qt5Svg)
BuildRequires:  cmake(Qt5Qml)
BuildRequires:  cmake(Qt5WebSockets)
BuildRequires:  cmake(Qt5X11Extras)
BuildRequires:  cmake(Qt5Xml)
BuildRequires:  cmake(Qt5XmlPatterns)
BuildRequires:  pkgconfig(appstream-glib)
BuildRequires:  pkgconfig(botan-2)

Recommends:     %{name}-translations = %{version}-%{release}

%description
QOwnNotes is the open source notepad with markdown support and todo list manager
for GNU/Linux, Mac OS X and Windows, that works together with the default notes
application of ownCloud and Nextcloud.

You are able to write down your thoughts with QOwnNotes and edit or search for
them later from your mobile device, like with CloudNotes or the
ownCloud/Nextcloud web-service.

The notes are stored as plain text files and are synced with
ownCloud's/Nextcloud's file sync functionality. Of course other software, like
Syncthing or Dropbox can be used too.

I like the concept of having notes accessible in plain text files, like it is
done in the ownCloud/Nextcloud notes apps, to gain a maximum of freedom, but I
was not able to find a decent desktop note taking tool or a text editor, that
handles them well. Out of this need QOwnNotes was born.


%package        translations
Summary:        Translations files for %{name}
Group:          System/Internationalization
BuildArch:      noarch

Requires:       %{name} >= %{version}-%{release}

%description    translations
Translations files for %{name}.


%prep
%autosetup -n %{name}-%{version}

%build
%qmake_qt5 \
    PREFIX=%{buildroot}%{_prefix} \
    USE_SYSTEM_BOTAN=1
%make_build

%install
%make_install

%files
%license LICENSE
%doc README.md CHANGELOG.md
%{_bindir}/%{appname}
%{_datadir}/applications/*.desktop
%{_iconsdir}/hicolor/*/*/*.png
%{_iconsdir}/hicolor/scalable/*/*.svg
#{_metainfodir}/*.xml

%files translations
%{_datadir}/qt5/translations/%{appname}_*


%changelog
* Tue Jan 31 2023 daviddavid <daviddavid> 23.1.4-1.mga8
+ Revision: 1937151
- new version: 23.1.4 (fixes mga#30240)

* Thu Dec 17 2020 umeabot <umeabot> 20.8.10-2.mga8
+ Revision: 1659546
- Rebuild for new Qt5

* Mon Aug 24 2020 daviddavid <daviddavid> 20.8.10-1.mga8
+ Revision: 1618285
- initial package qownnotes (mga#27181)