monolith: rebuild against libressl-3.1.3
This commit is contained in:
parent
4e93566ddb
commit
3928fbde27
3 changed files with 35 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'monolith'
|
||||
pkgname=monolith
|
||||
version=2.2.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libressl-devel"
|
||||
|
@ -12,6 +12,10 @@ homepage="https://github.com/Y2Z/monolith"
|
|||
distfiles="https://github.com/Y2Z/monolith/archive/v${version}.tar.gz"
|
||||
checksum=8fa8ea66383f7278f6fcbe1ba75ffc9243b93031a88725135ca3b0eeb38c7df9
|
||||
|
||||
pre_build() {
|
||||
cargo update --package openssl-sys --precise 0.9.58
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
10
srcpkgs/nextcloud-client/patches/qt5.15.patch
Normal file
10
srcpkgs/nextcloud-client/patches/qt5.15.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/libsync/networkjobs.cpp 2020-03-03 20:32:31.000000000 +0100
|
||||
+++ - 2020-07-05 00:46:17.255659367 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
+#include <QPainterPath>
|
||||
#include <QPainter>
|
||||
|
||||
#include "networkjobs.h"
|
20
srcpkgs/retroshare/patches/qt5.15.patch
Normal file
20
srcpkgs/retroshare/patches/qt5.15.patch
Normal file
|
@ -0,0 +1,20 @@
|
|||
--- retroshare-gui/src/gui/gxs/GxsCommentTreeWidget.cpp 2019-02-11 15:16:57.000000000 +0100
|
||||
+++ - 2020-07-05 00:47:16.416125978 +0200
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <QDateTime>
|
||||
#include <QMenu>
|
||||
#include <QMimeData>
|
||||
+#include <QPainterPath>
|
||||
#include <QPainter>
|
||||
#include <QTextDocument>
|
||||
|
||||
--- retroshare-gui/src/gui/gxs/GxsIdDetails.cpp 2019-02-11 15:16:57.000000000 +0100
|
||||
+++ - 2020-07-05 00:47:57.366966204 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include <retroshare/rspeers.h>
|
||||
|
||||
#include <iostream>
|
||||
+#include <QPainterPath>
|
||||
#include <QPainter>
|
||||
|
||||
/* Images for tag icons */
|
Loading…
Reference in a new issue