This commit is contained in:
Sergey Zhemoytel 2024-12-23 13:15:43 +00:00
parent 15a3072c6a
commit 46aeadee18

View file

@ -11,21 +11,22 @@ 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: qt515
BuildRequires: pkgconfig(libdrm) BuildRequires: pkgconfig(libdrm)
%description %description
QOwnNotes is the open source notepad with markdown support QOwnNotes is the open source notepad with markdown support
and todo list manager for GNU/Linux, macOS and Windows, and todo list manager for GNU/Linux, macOS and Windows,
@ -35,12 +36,12 @@ 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/lrelease QOwnNotes.pro
export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/lib64:${LD_LIBRARY_PATH} #export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/lib64:${LD_LIBRARY_PATH}
/opt/qt5/5.15/bin/qmake #/opt/qt5/5.15/bin/qmake
%make %make