[arch-commits] Commit in glfw/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Mar 21 04:00:04 UTC 2015
Date: Saturday, March 21, 2015 @ 05:00:04
Author: svenstaro
Revision: 129651
archrelease: copy trunk to community-i686, community-x86_64
Added:
glfw/repos/community-i686/PKGBUILD
(from rev 129650, glfw/trunk/PKGBUILD)
glfw/repos/community-x86_64/PKGBUILD
(from rev 129650, glfw/trunk/PKGBUILD)
Deleted:
glfw/repos/community-i686/PKGBUILD
glfw/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 94 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 47 ----------------------
community-x86_64/PKGBUILD | 47 ----------------------
3 files changed, 94 insertions(+), 94 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-03-21 03:59:57 UTC (rev 129650)
+++ community-i686/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -1,47 +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' 'glfw-doc')
-pkgver=3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('928079b331b7c935f63e402df4a71a1b')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- [[ -d build ]] && rm -r build
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON
- make docs
-}
-
-package_glfw() {
- pkgdesc="A free, open source, portable framework for OpenGL application development"
- cd "$srcdir/$pkgname-$pkgver"
-
- cd build
- 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}/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}
Copied: glfw/repos/community-i686/PKGBUILD (from rev 129650, glfw/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -0,0 +1,47 @@
+# $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' 'glfw-doc')
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('7f61213216fe501eaf5c657cc2800737')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ [[ -d build ]] && rm -r build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ make docs
+}
+
+package_glfw() {
+ pkgdesc="A free, open source, portable framework for OpenGL application development"
+ cd "$srcdir/$pkgname-$pkgver"
+
+ cd build
+ 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}/docs/html" "${pkgdir}/usr/share/doc/glfw"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-03-21 03:59:57 UTC (rev 129650)
+++ community-x86_64/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -1,47 +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' 'glfw-doc')
-pkgver=3.1
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://www.glfw.org/"
-license=('custom:ZLIB')
-depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
-makedepends=('mesa' 'cmake' 'doxygen')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
-md5sums=('928079b331b7c935f63e402df4a71a1b')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- [[ -d build ]] && rm -r build
- mkdir build && cd build
-
- cmake .. \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DBUILD_SHARED_LIBS=ON
- make docs
-}
-
-package_glfw() {
- pkgdesc="A free, open source, portable framework for OpenGL application development"
- cd "$srcdir/$pkgname-$pkgver"
-
- cd build
- 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}/docs/html" "${pkgdir}/usr/share/doc/glfw"
-}
Copied: glfw/repos/community-x86_64/PKGBUILD (from rev 129650, glfw/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-03-21 04:00:04 UTC (rev 129651)
@@ -0,0 +1,47 @@
+# $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' 'glfw-doc')
+pkgver=3.1.1
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://www.glfw.org/"
+license=('custom:ZLIB')
+depends=('libgl' 'libxrandr' 'glu' 'xorg-xinput' 'libxxf86vm' 'libxcursor')
+makedepends=('mesa' 'cmake' 'doxygen')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2")
+md5sums=('7f61213216fe501eaf5c657cc2800737')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ [[ -d build ]] && rm -r build
+ mkdir build && cd build
+
+ cmake .. \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ make docs
+}
+
+package_glfw() {
+ pkgdesc="A free, open source, portable framework for OpenGL application development"
+ cd "$srcdir/$pkgname-$pkgver"
+
+ cd build
+ 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}/docs/html" "${pkgdir}/usr/share/doc/glfw"
+}
More information about the arch-commits
mailing list