[arch-commits] Commit in waylandpp/trunk (2 files)

Ike Devolder idevolder at archlinux.org
Fri Jun 5 07:59:23 UTC 2020


    Date: Friday, June 5, 2020 @ 07:59:21
  Author: idevolder
Revision: 639074

upgpkg: waylandpp 0.2.7-2

Added:
  waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch
Modified:
  waylandpp/trunk/PKGBUILD

------------------------------------------------+
 695c0881101435a57d24c84d04cbcb79eec49903.patch |   25 +++++++++++++++++++++++
 PKGBUILD                                       |   11 +++++++---
 2 files changed, 33 insertions(+), 3 deletions(-)

Added: 695c0881101435a57d24c84d04cbcb79eec49903.patch
===================================================================
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch	                        (rev 0)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch	2020-06-05 07:59:21 UTC (rev 639074)
@@ -0,0 +1,25 @@
+From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
+From: Rechi <Rechi at users.noreply.github.com>
+Date: Sat, 18 Jan 2020 23:37:46 +0100
+Subject: [PATCH] [fix] add missing stdexcept include after 2d834a6
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+fixes error: ‘runtime_error’ is not a member of ‘std’
+---
+ include/wayland-util.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp
+index 9cf5d04..1609651 100644
+--- a/include/wayland-util.hpp
++++ b/include/wayland-util.hpp
+@@ -28,6 +28,7 @@
+ 
+ #include <algorithm>
+ #include <memory>
++#include <stdexcept>
+ #include <string>
+ #include <typeinfo>
+ #include <utility>

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-05 07:58:43 UTC (rev 639073)
+++ PKGBUILD	2020-06-05 07:59:21 UTC (rev 639074)
@@ -2,7 +2,7 @@
 # Contributor: Nils Christopher Brause <nilschrbrause at googlemail.com>
 pkgname=waylandpp
 pkgver=0.2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Wayland C++ bindings'
 arch=('x86_64')
 url='https://github.com/NilsBrause/waylandpp'
@@ -10,12 +10,17 @@
 depends=(wayland 'pugixml')
 conflicts=(waylandpp-git)
 makedepends=(cmake egl-wayland)
-source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip")
-sha512sums=('35ff3fd23af7b156fa2d7dcbf571661e5196c92e52d800ee1901ce75ea4eb2b83a5f51a6c6ec67eea886c7016f13a28035b3bb4ccc2c6323cc0126aa8ac59ab2')
+source=(
+    "https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip"
+    '695c0881101435a57d24c84d04cbcb79eec49903.patch'
+)
+sha512sums=('35ff3fd23af7b156fa2d7dcbf571661e5196c92e52d800ee1901ce75ea4eb2b83a5f51a6c6ec67eea886c7016f13a28035b3bb4ccc2c6323cc0126aa8ac59ab2'
+            '485272837f4d32b251678cd15a581b8f174ea01a58fd91aa78219b22470426734ce610ca397ff86ff1828d0757e0a66417e18f60b5380324afee14338d26df3e')
 
 build()
 {
     cd $pkgname-$pkgver
+    patch -p1 -i "$srcdir/695c0881101435a57d24c84d04cbcb79eec49903.patch"
     [[ -d build ]] && rm -rf build
     mkdir build
     cd build



More information about the arch-commits mailing list