mirror of
https://abf.rosa.ru/djam/qownnotes.git
synced 2025-02-23 08:22:49 +00:00
24.12.4
This commit is contained in:
parent
b53b088197
commit
06a275ced9
2 changed files with 20 additions and 16 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
qownnotes-24.12.3.tar.xz: 22e6b6a387cbbc711aa9ed9d0f6df12cc80d7027
|
||||
qownnotes-24.12.4.tar.xz: 89fa9a100b337c734efeac9b247e0825d3e6a4e9
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
%define debug_package %nil
|
||||
|
||||
Name: qownnotes
|
||||
Version: 24.12.3
|
||||
Version: 24.12.4
|
||||
Release: 1
|
||||
Summary: A notepad and todo-list manager with markdown support and cloud integration
|
||||
URL: https://www.qownnotes.org
|
||||
|
@ -11,18 +11,19 @@ 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: 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
|
||||
|
@ -34,8 +35,11 @@ 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
|
||||
/opt/qt5/5.15/bin/qmake
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
|
|
Loading…
Add table
Reference in a new issue