@@ -0,0 +1,21 @@
|
|||||||
|
From 1e0515b23b90588ce406669134feca56ddcbbe43 Mon Sep 17 00:00:00 2001
|
||||||
|
From: FabioLolix <fabio.loli@disroot.org>
|
||||||
|
Date: Mon, 12 Jun 2023 00:51:49 +0200
|
||||||
|
Subject: [PATCH] Fix build with gcc 13.1.1
|
||||||
|
|
||||||
|
---
|
||||||
|
src/libappimage/utils/hashlib.h | 1 +
|
||||||
|
1 file changed, 1 insertion(+)
|
||||||
|
|
||||||
|
diff --git a/src/libappimage/utils/hashlib.h b/src/libappimage/utils/hashlib.h
|
||||||
|
index 45240f7..6b68489 100644
|
||||||
|
--- a/src/libappimage/utils/hashlib.h
|
||||||
|
+++ b/src/libappimage/utils/hashlib.h
|
||||||
|
@@ -1,6 +1,7 @@
|
||||||
|
#pragma once
|
||||||
|
|
||||||
|
// system
|
||||||
|
+#include <cstdint>
|
||||||
|
#include <istream>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Reference implementation of the AppImage specification</Summary>
|
<Summary>Reference implementation of the AppImage specification</Summary>
|
||||||
<Description>Reference implementation of the AppImage specification</Description>
|
<Description>Reference implementation of the AppImage specification</Description>
|
||||||
<Archive sha1sum="bee039f3551c2a9cf8af1694fb782260254d1828" type="targz">https://github.com/AppImage/libappimage/archive/refs/tags/v1.0.3.tar.gz</Archive>
|
<Archive sha1sum="5fce1abc515e3b2c023d1a16c65b550c5de3e831" type="targz">https://github.com/AppImageCommunity/libappimage/archive/refs/tags/v1.0.4-5.tar.gz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>vim</Dependency>
|
<Dependency>vim</Dependency>
|
||||||
<Dependency>wget</Dependency>
|
<Dependency>wget</Dependency>
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<Dependency>xdg-utils-cxx-devel</Dependency>
|
<Dependency>xdg-utils-cxx-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">libappimage-gcc10.patch</Patch>
|
<Patch level="1">1e0515b2.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -71,6 +71,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="3">
|
||||||
|
<Date>2023-10-22</Date>
|
||||||
|
<Version>1.0.4.5</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="2">
|
<Update release="2">
|
||||||
<Date>2021-10-21</Date>
|
<Date>2021-10-21</Date>
|
||||||
<Version>1.0.3</Version>
|
<Version>1.0.3</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user