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

Ike Devolder idevolder at archlinux.org
Sun Oct 6 08:37:34 UTC 2019


    Date: Sunday, October 6, 2019 @ 08:37:34
  Author: idevolder
Revision: 513051

archrelease: copy trunk to community-x86_64

Added:
  waylandpp/repos/community-x86_64/PKGBUILD
    (from rev 513050, waylandpp/trunk/PKGBUILD)
Deleted:
  waylandpp/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-06 08:37:28 UTC (rev 513050)
+++ PKGBUILD	2019-10-06 08:37:34 UTC (rev 513051)
@@ -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.5
-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=('d23e65bdf3daf622aea053a63b2a3f257b66b5537a1f84e9981eb9b8deda5f9d70a08ab2acccbf103a3b6205c24cd947053b85236d675dfe6004249ebb83b86d')
-
-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 513050, waylandpp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-06 08:37:34 UTC (rev 513051)
@@ -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.6
+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=('bb5cbee492502db14b4052bfbc07186f0845bbfbc2261722b70045e748d5db7237a83439fe36cf49c707ca4d4008f750910656b7638e48fe7a032162c73038a1')
+
+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