This commit is contained in:
Sergey Zhemoytel 2024-12-21 21:33:43 +00:00
parent b53b088197
commit 06a275ced9
2 changed files with 20 additions and 16 deletions

View file

@ -1,2 +1,2 @@
sources: sources:
qownnotes-24.12.3.tar.xz: 22e6b6a387cbbc711aa9ed9d0f6df12cc80d7027 qownnotes-24.12.4.tar.xz: 89fa9a100b337c734efeac9b247e0825d3e6a4e9

View file

@ -3,7 +3,7 @@
%define debug_package %nil %define debug_package %nil
Name: qownnotes Name: qownnotes
Version: 24.12.3 Version: 24.12.4
Release: 1 Release: 1
Summary: A notepad and todo-list manager with markdown support and cloud integration Summary: A notepad and todo-list manager with markdown support and cloud integration
URL: https://www.qownnotes.org URL: https://www.qownnotes.org
@ -11,18 +11,19 @@ Source0: https://github.com/pbek/QOwnNotes/releases/download/v%{version}/%{name}
License: GPLv2 License: GPLv2
Group: Office Group: Office
BuildRequires: xz BuildRequires: xz
BuildRequires: qt5-linguist-tools #BuildRequires: qt5-linguist-tools
BuildRequires: pkgconfig(Qt5Core) #BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Gui) #BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Svg) #BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Sql) #BuildRequires: pkgconfig(Qt5Sql)
BuildRequires: pkgconfig(Qt5Xml) #BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5PrintSupport) #BuildRequires: pkgconfig(Qt5PrintSupport)
BuildRequires: pkgconfig(Qt5Concurrent) #BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5WebSockets) #BuildRequires: pkgconfig(Qt5WebSockets)
BuildRequires: pkgconfig(Qt5X11Extras) #BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5Qml) #BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Network) #BuildRequires: pkgconfig(Qt5Network)
BuildRequires: qt515
BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libdrm)
%description %description
@ -34,8 +35,11 @@ that works together with Nextcloud Notes and ownCloud Notes.
%setup -q %setup -q
%build %build
lrelease-qt5 QOwnNotes.pro #lrelease-qt5 QOwnNotes.pro
qmake-qt5 #qmake-qt5
/opt/qt5/5.15/bin/lrelease QOwnNotes.pro
/opt/qt5/5.15/bin/qmake
%make %make
%install %install