Skip to content

Commit

Permalink
aqemu: update to 0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ndowens authored and pullmoll committed Nov 22, 2020
1 parent 328cdcf commit 652167b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 78 deletions.
68 changes: 0 additions & 68 deletions srcpkgs/aqemu/patches/memory-leak.patch

This file was deleted.

27 changes: 21 additions & 6 deletions srcpkgs/aqemu/patches/stdexcept.patch
@@ -1,10 +1,25 @@
--- src/docopt/docopt_value.h 2016-05-31 14:34:02.000000000 +0200
+++ src/docopt/docopt_value.h 2020-09-24 20:10:27.152286526 +0200
@@ -13,6 +13,7 @@
#include <vector>
#include <functional> // std::hash
From fe1fd5c856a79d9f0704ad2b973caf786272dbd4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Sat, 21 Nov 2020 19:08:35 -0600
Subject: [PATCH] stdexcept

---
src/docopt/docopt_value.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git src/docopt/docopt_value.h src/docopt/docopt_value.h
index ddb8a8e..99aa545 100644
--- src/docopt/docopt_value.h
+++ src/docopt/docopt_value.h
@@ -13,7 +13,7 @@
#include <iosfwd>
#include <string>
#include <vector>
-
+#include <stdexcept>

namespace docopt {

/// A generic type to hold the various types that can be produced by docopt.
--
2.29.2

8 changes: 4 additions & 4 deletions srcpkgs/aqemu/template
@@ -1,7 +1,7 @@
# Template file for 'aqemu'
pkgname=aqemu
version=0.9.2
revision=2
version=0.9.4
revision=1
build_style=cmake
configure_args="-DWITHOUT_EMBEDDED_DISPLAY=1"
makedepends="qt5-devel qemu desktop-file-utils"
Expand All @@ -10,8 +10,8 @@ short_desc="GUI to QEMU and KVM emulators, written in Qt4"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://aqemu.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/aqemu/${version}/aqemu-$version.tar.gz"
checksum=e3d54de00ebdce3754f97f7e0e7cce8cebb588e8ce6bc249401cc909281b08de
distfiles="https://github.com/TBK/aqemu/archive/v${version}.tar.gz"
checksum=576ae78de936518a1de057355ffc192b59e42be934f0111122b2c5fcafe318a7

if [ -n "$CROSS_BUILD" ]; then
hostmakedepends+=" qt5-host-tools qt5-devel"
Expand Down

0 comments on commit 652167b

Please sign in to comment.