From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/gl-117/PKGBUILD | 29 ----------------------------- community/gl-117/gl-117.desktop | 5 ----- community/gl-117/gl-117.png | Bin 1279 -> 0 bytes 3 files changed, 34 deletions(-) delete mode 100644 community/gl-117/PKGBUILD delete mode 100644 community/gl-117/gl-117.desktop delete mode 100644 community/gl-117/gl-117.png (limited to 'community/gl-117') diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD deleted file mode 100644 index 6dd2488b9..000000000 --- a/community/gl-117/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 77641 2012-10-13 11:43:14Z allan $ -# Maintainer: Sergej Pupykin -# 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 -} diff --git a/community/gl-117/gl-117.desktop b/community/gl-117/gl-117.desktop deleted file mode 100644 index 59748fb86..000000000 --- a/community/gl-117/gl-117.desktop +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Type=Application -Name=GL-117 -Exec=gl-117 -Icon=gl-117 diff --git a/community/gl-117/gl-117.png b/community/gl-117/gl-117.png deleted file mode 100644 index 8bbdba58b..000000000 Binary files a/community/gl-117/gl-117.png and /dev/null differ -- cgit v1.2.3-54-g00ecf