[arch-commits] Commit in gl-117/repos (12 files)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Tue Jul 1 12:18:14 UTC 2014
Date: Tuesday, July 1, 2014 @ 14:18:14
Author: spupykin
Revision: 114009
archrelease: copy trunk to community-i686, community-x86_64
Added:
gl-117/repos/community-i686/PKGBUILD
(from rev 114008, gl-117/trunk/PKGBUILD)
gl-117/repos/community-i686/gl-117.desktop
(from rev 114008, gl-117/trunk/gl-117.desktop)
gl-117/repos/community-i686/gl-117.png
(from rev 114008, gl-117/trunk/gl-117.png)
gl-117/repos/community-x86_64/PKGBUILD
(from rev 114008, gl-117/trunk/PKGBUILD)
gl-117/repos/community-x86_64/gl-117.desktop
(from rev 114008, gl-117/trunk/gl-117.desktop)
gl-117/repos/community-x86_64/gl-117.png
(from rev 114008, gl-117/trunk/gl-117.png)
Deleted:
gl-117/repos/community-i686/PKGBUILD
gl-117/repos/community-i686/gl-117.desktop
gl-117/repos/community-i686/gl-117.png
gl-117/repos/community-x86_64/PKGBUILD
gl-117/repos/community-x86_64/gl-117.desktop
gl-117/repos/community-x86_64/gl-117.png
---------------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++
/gl-117.desktop | 10 +++++
community-i686/PKGBUILD | 29 ----------------
community-i686/gl-117.desktop | 5 --
community-x86_64/PKGBUILD | 29 ----------------
community-x86_64/gl-117.desktop | 5 --
6 files changed, 76 insertions(+), 68 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-07-01 12:17:59 UTC (rev 114008)
+++ community-i686/PKGBUILD 2014-07-01 12:18:14 UTC (rev 114009)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: andrewski
-
-pkgname=gl-117
-pkgver=1.3.2
-pkgrel=6
-pkgdesc="An action flight simulator"
-arch=('i686' 'x86_64')
-url="http://www.heptargon.de/gl-117/gl-117.html"
-license=("GPL")
-depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu')
-source=(http://downloads.sourceforge.net/project/gl-117/gl-117/GL-117%20Source/gl-117-$pkgver-src.tar.bz2
- gl-117.desktop
- gl-117.png)
-md5sums=('aad53c5531943529fd769fae4efeae02'
- 'db985c5188f1706677b12dc80b797779'
- '6975de5572084b78d3ec1a748de85164')
-
-build() {
- cd $srcdir/gl-117-$pkgver-src
- # This will link everything to these three libraries,
- # but it wouldn't work otherwise. The devs have been contacted.
- LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
- install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
- install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png
-}
Copied: gl-117/repos/community-i686/PKGBUILD (from rev 114008, gl-117/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-01 12:18:14 UTC (rev 114009)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: andrewski
+
+pkgname=gl-117
+pkgver=1.3.2
+pkgrel=7
+pkgdesc="An action flight simulator"
+arch=('i686' 'x86_64')
+url="http://www.heptargon.de/gl-117/gl-117.html"
+license=("GPL")
+depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/project/gl-117/gl-117/GL-117%20Source/gl-117-$pkgver-src.tar.bz2
+ gl-117.desktop
+ gl-117.png)
+md5sums=('aad53c5531943529fd769fae4efeae02'
+ 'db985c5188f1706677b12dc80b797779'
+ '6975de5572084b78d3ec1a748de85164')
+
+build() {
+ cd $srcdir/gl-117-$pkgver-src
+ # This will link everything to these three libraries,
+ # but it wouldn't work otherwise. The devs have been contacted.
+ LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/gl-117-$pkgver-src
+ make DESTDIR=$pkgdir install
+ install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
+ install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png
+}
Deleted: community-i686/gl-117.desktop
===================================================================
--- community-i686/gl-117.desktop 2014-07-01 12:17:59 UTC (rev 114008)
+++ community-i686/gl-117.desktop 2014-07-01 12:18:14 UTC (rev 114009)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=GL-117
-Exec=gl-117
-Icon=gl-117
Copied: gl-117/repos/community-i686/gl-117.desktop (from rev 114008, gl-117/trunk/gl-117.desktop)
===================================================================
--- community-i686/gl-117.desktop (rev 0)
+++ community-i686/gl-117.desktop 2014-07-01 12:18:14 UTC (rev 114009)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=GL-117
+Exec=gl-117
+Icon=gl-117
Deleted: community-i686/gl-117.png
===================================================================
(Binary files differ)
Copied: gl-117/repos/community-i686/gl-117.png (from rev 114008, gl-117/trunk/gl-117.png)
===================================================================
(Binary files differ)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-07-01 12:17:59 UTC (rev 114008)
+++ community-x86_64/PKGBUILD 2014-07-01 12:18:14 UTC (rev 114009)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: andrewski
-
-pkgname=gl-117
-pkgver=1.3.2
-pkgrel=6
-pkgdesc="An action flight simulator"
-arch=('i686' 'x86_64')
-url="http://www.heptargon.de/gl-117/gl-117.html"
-license=("GPL")
-depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu')
-source=(http://downloads.sourceforge.net/project/gl-117/gl-117/GL-117%20Source/gl-117-$pkgver-src.tar.bz2
- gl-117.desktop
- gl-117.png)
-md5sums=('aad53c5531943529fd769fae4efeae02'
- 'db985c5188f1706677b12dc80b797779'
- '6975de5572084b78d3ec1a748de85164')
-
-build() {
- cd $srcdir/gl-117-$pkgver-src
- # This will link everything to these three libraries,
- # but it wouldn't work otherwise. The devs have been contacted.
- LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
- install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
- install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png
-}
Copied: gl-117/repos/community-x86_64/PKGBUILD (from rev 114008, gl-117/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-07-01 12:18:14 UTC (rev 114009)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: andrewski
+
+pkgname=gl-117
+pkgver=1.3.2
+pkgrel=7
+pkgdesc="An action flight simulator"
+arch=('i686' 'x86_64')
+url="http://www.heptargon.de/gl-117/gl-117.html"
+license=("GPL")
+depends=('freeglut' 'sdl_mixer' 'libxmu' 'libxi' 'glu')
+source=(http://downloads.sourceforge.net/project/gl-117/gl-117/GL-117%20Source/gl-117-$pkgver-src.tar.bz2
+ gl-117.desktop
+ gl-117.png)
+md5sums=('aad53c5531943529fd769fae4efeae02'
+ 'db985c5188f1706677b12dc80b797779'
+ '6975de5572084b78d3ec1a748de85164')
+
+build() {
+ cd $srcdir/gl-117-$pkgver-src
+ # This will link everything to these three libraries,
+ # but it wouldn't work otherwise. The devs have been contacted.
+ LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd $srcdir/gl-117-$pkgver-src
+ make DESTDIR=$pkgdir install
+ install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
+ install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png
+}
Deleted: community-x86_64/gl-117.desktop
===================================================================
--- community-x86_64/gl-117.desktop 2014-07-01 12:17:59 UTC (rev 114008)
+++ community-x86_64/gl-117.desktop 2014-07-01 12:18:14 UTC (rev 114009)
@@ -1,5 +0,0 @@
-[Desktop Entry]
-Type=Application
-Name=GL-117
-Exec=gl-117
-Icon=gl-117
Copied: gl-117/repos/community-x86_64/gl-117.desktop (from rev 114008, gl-117/trunk/gl-117.desktop)
===================================================================
--- community-x86_64/gl-117.desktop (rev 0)
+++ community-x86_64/gl-117.desktop 2014-07-01 12:18:14 UTC (rev 114009)
@@ -0,0 +1,5 @@
+[Desktop Entry]
+Type=Application
+Name=GL-117
+Exec=gl-117
+Icon=gl-117
Deleted: community-x86_64/gl-117.png
===================================================================
(Binary files differ)
Copied: gl-117/repos/community-x86_64/gl-117.png (from rev 114008, gl-117/trunk/gl-117.png)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list