[arch-commits] Commit in waylandpp/repos/community-x86_64 (4 files)

Ike Devolder idevolder at gemini.archlinux.org
Thu Feb 17 18:40:23 UTC 2022


    Date: Thursday, February 17, 2022 @ 18:40:23
  Author: idevolder
Revision: 1133796

archrelease: copy trunk to community-x86_64

Added:
  waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
    (from rev 1133795, waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
  waylandpp/repos/community-x86_64/PKGBUILD
    (from rev 1133795, waylandpp/trunk/PKGBUILD)
Deleted:
  waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch
  waylandpp/repos/community-x86_64/PKGBUILD

------------------------------------------------+
 695c0881101435a57d24c84d04cbcb79eec49903.patch |   50 +++++++++---------
 PKGBUILD                                       |   62 +++++++++++------------
 2 files changed, 56 insertions(+), 56 deletions(-)

Deleted: 695c0881101435a57d24c84d04cbcb79eec49903.patch
===================================================================
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch	2022-02-17 18:40:18 UTC (rev 1133795)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch	2022-02-17 18:40:23 UTC (rev 1133796)
@@ -1,25 +0,0 @@
-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>

Copied: waylandpp/repos/community-x86_64/695c0881101435a57d24c84d04cbcb79eec49903.patch (from rev 1133795, waylandpp/trunk/695c0881101435a57d24c84d04cbcb79eec49903.patch)
===================================================================
--- 695c0881101435a57d24c84d04cbcb79eec49903.patch	                        (rev 0)
+++ 695c0881101435a57d24c84d04cbcb79eec49903.patch	2022-02-17 18:40:23 UTC (rev 1133796)
@@ -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>

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-17 18:40:18 UTC (rev 1133795)
+++ PKGBUILD	2022-02-17 18:40:23 UTC (rev 1133796)
@@ -1,31 +0,0 @@
-# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
-# Contributor: Nils Christopher Brause <nilschrbrause at googlemail.com>
-pkgname=waylandpp
-pkgver=0.2.8
-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=('00cf7ec9cbd45a78d4b344d619746738a8a292a56ea7ca6a148d2e460d2c03baf49fac0de642e017f6d7226c80e3e4400469b764d2c7be4b42e90ada68263aa2')
-
-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 1133795, waylandpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-17 18:40:23 UTC (rev 1133796)
@@ -0,0 +1,31 @@
+# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
+# Contributor: Nils Christopher Brause <nilschrbrause at googlemail.com>
+pkgname=waylandpp
+pkgver=0.2.9
+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=('24ddee33bd8028f74a235f824dc411d0d9d27143ef62ceaf4863029b6406a4831b1e9f4106c58a8ef29b4a5bc61de50afb487cfa20149f27b8af7bc34051d677')
+
+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
+}



More information about the arch-commits mailing list