Date: Saturday, May 6, 2023 @ 22:36:53
Author: arojas
Revision: 1459179
archrelease: copy trunk to community-x86_64
Added:
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
(from rev 1459178,
waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
waylandpp/repos/community-x86_64/PKGBUILD
(from rev 1459178, waylandpp/trunk/PKGBUILD)
Deleted:
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
waylandpp/repos/community-x86_64/PKGBUILD
------------------------------------------------+
695c0881101435a57d24c84d04cbcb79eec49903.patch | 50 ++++++++--------
PKGBUILD | 69 ++++++++++++-----------
2 files changed, 63 insertions(+), 56 deletions(-)
Deleted: 695c0881101435a57d24c84d04cbcb79eec49903.patch
===================================================================
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch 2023-05-06 22:36:42 UTC
(rev 1459178)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch 2023-05-06 22:36:53 UTC
(rev 1459179)
@@ -1,25 +0,0 @@
-From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
-From: Rechi <[email protected]>
-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>
Copied:
waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
(from rev 1459178,
waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
===================================================================
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch
(rev 0)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch 2023-05-06 22:36:53 UTC
(rev 1459179)
@@ -0,0 +1,25 @@
+From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001
+From: Rechi <[email protected]>
+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>
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-06 22:36:42 UTC (rev 1459178)
+++ PKGBUILD 2023-05-06 22:36:53 UTC (rev 1459179)
@@ -1,31 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Nils Christopher Brause <[email protected]>
-pkgname=waylandpp
-pkgver=1.0.0
-pkgrel=1
-pkgdesc='Wayland C++ bindings'
-arch=('x86_64')
-url='https://github.com/NilsBrause/waylandpp'
-license=('MIT' 'GPL3')
-depends=(wayland 'pugixml')
-conflicts=(waylandpp-git)
-makedepends=(cmake egl-wayland)
-source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip")
-sha512sums=('9110fb147a01bc43e54f239a694d4ed42264b86d1f51f3f6afd1d0b30e893ec2b524bf7e77295fafdcbf7fcac22af01bde7168be69865e354b081698fdf5dcc6')
-
-build()
-{
- cd $pkgname-$pkgver
- [[ -d build ]] && rm -rf build
- mkdir build
- cd build
- # lib64 is a symlink to lib on archlinux.
- cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" ..
- make
-}
-
-package()
-{
- cd $pkgname-$pkgver/build
- DESTDIR="$pkgdir" make install
-}
Copied: waylandpp/repos/community-x86_64/PKGBUILD (from rev 1459178,
waylandpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-06 22:36:53 UTC (rev 1459179)
@@ -0,0 +1,38 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Nils Christopher Brause <[email protected]>
+pkgname=waylandpp
+pkgver=1.0.0
+pkgrel=2
+pkgdesc='Wayland C++ bindings'
+arch=('x86_64')
+url='https://github.com/NilsBrause/waylandpp'
+license=('MIT' 'GPL3')
+depends=(wayland 'pugixml')
+conflicts=(waylandpp-git)
+makedepends=(cmake egl-wayland)
+source=("https://github.com/NilsBrause/waylandpp/archive/$pkgver.zip"
+
waylandpp-gcc13.patch::https://patch-diff.githubusercontent.com/raw/NilsBrause/waylandpp/pull/75.patch)
+sha512sums=('9110fb147a01bc43e54f239a694d4ed42264b86d1f51f3f6afd1d0b30e893ec2b524bf7e77295fafdcbf7fcac22af01bde7168be69865e354b081698fdf5dcc6'
+
'8a3429919eb6846166b77319f39ae33405a6fb0213af0eac9e21c65f588d5085c8dd1ee6976844254368ea0c50b51dfd1c9dadd186c4570e0d417cb1e622052c')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -p1 -i ../waylandpp-gcc13.patch # Add missing includes for GCC 13
+}
+
+build()
+{
+ cd $pkgname-$pkgver
+ [[ -d build ]] && rm -rf build
+ mkdir build
+ cd build
+ # lib64 is a symlink to lib on archlinux.
+ cmake -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_LIBDIR="lib" ..
+ make
+}
+
+package()
+{
+ cd $pkgname-$pkgver/build
+ DESTDIR="$pkgdir" make install
+}