libappimage-1.0.4.5

This commit is contained in:
Rmys
2023-10-22 10:09:59 +03:00
parent 4ff19edd9d
commit 8d4318cfe0
2 changed files with 30 additions and 2 deletions
@@ -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>
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Reference implementation of the AppImage specification</Summary>
<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>
<Dependency>vim</Dependency>
<Dependency>wget</Dependency>
@@ -27,7 +27,7 @@
<Dependency>xdg-utils-cxx-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">libappimage-gcc10.patch</Patch>
<Patch level="1">1e0515b2.patch</Patch>
</Patches>
</Source>
@@ -71,6 +71,13 @@
</Package>
<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">
<Date>2021-10-21</Date>
<Version>1.0.3</Version>