[arch-commits] Commit in glfw/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Sat Jun 4 07:25:34 UTC 2016


    Date: Saturday, June 4, 2016 @ 09:25:34
  Author: svenstaro
Revision: 177847

archrelease: copy trunk to community-i686, community-x86_64

Added:
  glfw/repos/community-i686/PKGBUILD
    (from rev 177846, glfw/trunk/PKGBUILD)
  glfw/repos/community-x86_64/PKGBUILD
    (from rev 177846, glfw/trunk/PKGBUILD)
Deleted:
  glfw/repos/community-i686/PKGBUILD
  glfw/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  156 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   75 ---------------------
 community-x86_64/PKGBUILD |   75 ---------------------
 3 files changed, 156 insertions(+), 150 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-06-04 07:25:20 UTC (rev 177846)
+++ community-i686/PKGBUILD	2016-06-04 07:25:34 UTC (rev 177847)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: philefou <tuxication AT gmail DOT com>
-# Contributor: lindquist <tomas at famolsen.dk>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
-             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
-             'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
-md5sums=('a4a7248d771717a84c8997b7b712cd57')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  [[ -d build-x11 ]] && rm -r build-x11
-  mkdir build-x11 && cd build-x11
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ..
-
-  [[ -d build-wayland ]] && rm -r build-wayland
-  mkdir build-wayland && cd build-wayland
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON \
-      -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 177846, glfw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-06-04 07:25:34 UTC (rev 177847)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: philefou <tuxication AT gmail DOT com>
+# Contributor: lindquist <tomas at famolsen.dk>
+# Contributor: Christoph Siegenthaler <csi at gmx.ch>
+# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.2
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+             'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
+md5sums=('a4a7248d771717a84c8997b7b712cd57')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON \
+      -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-doc() {
+  pkgdesc="Set of HTML documentation for GLFW"
+
+  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
+  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-06-04 07:25:20 UTC (rev 177846)
+++ community-x86_64/PKGBUILD	2016-06-04 07:25:34 UTC (rev 177847)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: philefou <tuxication AT gmail DOT com>
-# Contributor: lindquist <tomas at famolsen.dk>
-# Contributor: Christoph Siegenthaler <csi at gmx.ch>
-# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-
-pkgbase=glfw
-pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
-pkgver=3.2
-pkgrel=3
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
-             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
-             'libxcursor' 'libxkbcommon' 'libxinerama')
-source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
-md5sums=('a4a7248d771717a84c8997b7b712cd57')
-
-build() {
-  cd "$srcdir/$pkgbase-$pkgver"
-
-  [[ -d build-x11 ]] && rm -r build-x11
-  mkdir build-x11 && cd build-x11
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON
-  make docs
-
-  cd ..
-
-  [[ -d build-wayland ]] && rm -r build-wayland
-  mkdir build-wayland && cd build-wayland
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON \
-      -DGLFW_USE_WAYLAND=ON
-}
-
-package_glfw-x11() {
-  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
-  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
-  replaces=('glfw')
-  provides=('glfw')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-x11
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-wayland() {
-  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
-  depends=('wayland' 'libxkbcommon' 'libgl')
-
-  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
-
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-package_glfw-doc() {
-  pkgdesc="Set of HTML documentation for GLFW"
-
-  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
-  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 177846, glfw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-06-04 07:25:34 UTC (rev 177847)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: philefou <tuxication AT gmail DOT com>
+# Contributor: lindquist <tomas at famolsen.dk>
+# Contributor: Christoph Siegenthaler <csi at gmx.ch>
+# Contributor: Mihai Militaru <mihai.militaru at ephemeros.org>
+# Contributor: SpepS <dreamspepser at yahoo dot it>
+
+pkgbase=glfw
+pkgname=('glfw-x11' 'glfw-wayland' 'glfw-doc')
+pkgver=3.2
+pkgrel=4
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+makedepends=('mesa' 'cmake' 'doxygen' 'vulkan-headers' 'vulkan-icd-loader'
+             'extra-cmake-modules' 'wayland-protocols' 'libxi' 'libxrandr'
+             'libxcursor' 'libxkbcommon' 'libxinerama')
+source=("https://github.com/glfw/glfw/archive/${pkgver}.tar.gz")
+md5sums=('a4a7248d771717a84c8997b7b712cd57')
+
+build() {
+  cd "$srcdir/$pkgbase-$pkgver"
+
+  [[ -d build-x11 ]] && rm -r build-x11
+  mkdir build-x11 && cd build-x11
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON
+  make docs
+
+  cd ..
+
+  [[ -d build-wayland ]] && rm -r build-wayland
+  mkdir build-wayland && cd build-wayland
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON \
+      -DGLFW_USE_WAYLAND=ON
+}
+
+package_glfw-x11() {
+  pkgdesc="A free, open source, portable framework for graphical application development (x11)"
+  depends=('libxi' 'libxrandr' 'libxinerama' 'libxcursor' 'libgl')
+  replaces=('glfw')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-x11
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-wayland() {
+  pkgdesc="A free, open source, portable framework for graphical application development (wayland)"
+  depends=('wayland' 'libxkbcommon' 'libgl')
+  conflicts=('glfw')
+  provides=('glfw')
+
+  cd "$srcdir/$pkgbase-$pkgver"/build-wayland
+
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+package_glfw-doc() {
+  pkgdesc="Set of HTML documentation for GLFW"
+
+  mkdir -p "${pkgdir}/usr/share/doc/glfw/"
+  cp -r "${srcdir}/glfw-${pkgver}/build-x11/docs/html" "${pkgdir}/usr/share/doc/glfw"
+}



More information about the arch-commits mailing list