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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Fri Aug 30 19:17:19 UTC 2013


    Date: Friday, August 30, 2013 @ 21:17:19
  Author: svenstaro
Revision: 96501

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

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

---------------------------+
 /PKGBUILD                 |   82 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   41 ----------------------
 community-x86_64/PKGBUILD |   41 ----------------------
 3 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-30 19:17:08 UTC (rev 96500)
+++ community-i686/PKGBUILD	2013-08-30 19:17:19 UTC (rev 96501)
@@ -1,41 +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>
-
-pkgname=glfw
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="A free, open source, portable framework for OpenGL application development"
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('b67fa7191e9cff0cf0caa7f16f80c658')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: glfw/repos/community-i686/PKGBUILD (from rev 96500, glfw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-30 19:17:19 UTC (rev 96501)
@@ -0,0 +1,41 @@
+# $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>
+
+pkgname=glfw
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A free, open source, portable framework for OpenGL application development"
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('35a3ef5e0a8137e6984c5fb892edb06c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-08-30 19:17:08 UTC (rev 96500)
+++ community-x86_64/PKGBUILD	2013-08-30 19:17:19 UTC (rev 96501)
@@ -1,41 +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>
-
-pkgname=glfw
-pkgver=3.0.1
-pkgrel=2
-pkgdesc="A free, open source, portable framework for OpenGL application development"
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('b67fa7191e9cff0cf0caa7f16f80c658')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  cmake .. \
-      -DCMAKE_INSTALL_PREFIX=/usr \
-      -DBUILD_SHARED_LIBS=ON
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cd build
-  make DESTDIR=$pkgdir install
-
-  cd ..
-  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 96500, glfw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-30 19:17:19 UTC (rev 96501)
@@ -0,0 +1,41 @@
+# $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>
+
+pkgname=glfw
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="A free, open source, portable framework for OpenGL application development"
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('35a3ef5e0a8137e6984c5fb892edb06c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  cmake .. \
+      -DCMAKE_INSTALL_PREFIX=/usr \
+      -DBUILD_SHARED_LIBS=ON
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cd build
+  make DESTDIR=$pkgdir install
+
+  cd ..
+  install -Dm644 COPYING.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}




More information about the arch-commits mailing list