mirror of
https://abf.rosa.ru/djam/qownnotes.git
synced 2025-02-23 08:22:49 +00:00
24.12.5
This commit is contained in:
parent
15a3072c6a
commit
46aeadee18
1 changed files with 18 additions and 17 deletions
|
@ -11,21 +11,22 @@ Source0: https://github.com/pbek/QOwnNotes/releases/download/v%{version}/%{name}
|
|||
License: GPLv2
|
||||
Group: Office
|
||||
BuildRequires: xz
|
||||
#BuildRequires: qt5-linguist-tools
|
||||
#BuildRequires: pkgconfig(Qt5Core)
|
||||
#BuildRequires: pkgconfig(Qt5Gui)
|
||||
#BuildRequires: pkgconfig(Qt5Svg)
|
||||
#BuildRequires: pkgconfig(Qt5Sql)
|
||||
#BuildRequires: pkgconfig(Qt5Xml)
|
||||
#BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
#BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
#BuildRequires: pkgconfig(Qt5WebSockets)
|
||||
#BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
#BuildRequires: pkgconfig(Qt5Qml)
|
||||
#BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: qt515
|
||||
BuildRequires: qt5-linguist-tools
|
||||
BuildRequires: pkgconfig(Qt5Core)
|
||||
BuildRequires: pkgconfig(Qt5Gui)
|
||||
BuildRequires: pkgconfig(Qt5Svg)
|
||||
BuildRequires: pkgconfig(Qt5Sql)
|
||||
BuildRequires: pkgconfig(Qt5Xml)
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||
BuildRequires: pkgconfig(Qt5WebSockets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt5Qml)
|
||||
BuildRequires: pkgconfig(Qt5Network)
|
||||
#BuildRequires: qt515
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
|
||||
|
||||
%description
|
||||
QOwnNotes is the open source notepad with markdown support
|
||||
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
|
||||
|
||||
%build
|
||||
#lrelease-qt5 QOwnNotes.pro
|
||||
#qmake-qt5
|
||||
lrelease-qt5 QOwnNotes.pro
|
||||
%qmake_qt5
|
||||
#/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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue