diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-08-12 14:18:26 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-08-12 14:18:26 +0000 |
commit | eddbc98aa28d38b35833cfb1a4a3cf632c9f2b47 (patch) | |
tree | aab622d20dd9fda10be6705c4261a07bcfa69079 /community/fceux | |
parent | 853acffdfdaafc5b2982cbac2a0e5adda28e6d6e (diff) |
Fri Aug 12 14:18:26 UTC 2011
Diffstat (limited to 'community/fceux')
-rw-r--r-- | community/fceux/ChangeLog | 21 | ||||
-rw-r--r-- | community/fceux/PKGBUILD | 35 | ||||
-rw-r--r-- | community/fceux/fceux.desktop | 10 | ||||
-rw-r--r-- | community/fceux/fceux.png | bin | 583 -> 0 bytes |
4 files changed, 0 insertions, 66 deletions
diff --git a/community/fceux/ChangeLog b/community/fceux/ChangeLog deleted file mode 100644 index 93ba8b368..000000000 --- a/community/fceux/ChangeLog +++ /dev/null @@ -1,21 +0,0 @@ -2009-11-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.2-1 - * Upstream update - -2009-08-05 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.1-1 - * gfceux 2.1.1-1 - * Upstream update - * Implemented split packages - -2009-04-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.1.0a-1 - * Upstream update - -2009-03-06 Eric Belanger <eric@archlinux.org> - - * fceux 2.0.3-1 - * Added to [community] repo to replace fceu diff --git a/community/fceux/PKGBUILD b/community/fceux/PKGBUILD deleted file mode 100644 index 4e9ccae29..000000000 --- a/community/fceux/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# $Id: PKGBUILD 49458 2011-06-16 19:25:29Z angvp $ -# Maintainer: Eric Belanger <eric@archlinux.org> -# Contributor: Jo Christian Bergskås <jcberg@gmail.com> - -pkgname=fceux -pkgver=2.1.5 -pkgrel=1 -arch=('i686' 'x86_64') -url="http://fceux.com/web/home.html" -pkgdesc="A fast and ultra-compatible NES/Famicom emulator with SDL, OpenGL and SVGALIB support" -license=('GPL') -depends=('sdl' 'lua' 'gtk2') -makedepends=('scons' 'mesa') -optdepends=('xchm: for viewing the help manual') -provides=('fceu' 'gfceux') -replaces=('fceu' 'gfceux') -source=(http://downloads.sourceforge.net/fceultra/$pkgname-${pkgver}.src.tar.bz2 \ - fceux.desktop fceux.png) - -build() { - cd "${srcdir}/fceu$pkgver" - scons - - sed -i "s|/usr/local|${pkgdir}/usr|" SConstruct - scons install - - install -D -m644 bin/$pkgname.chm "${pkgdir}/usr/share/doc/$pkgname/$pkgname.chm" - install -D -m644 "$srcdir"/fceux.desktop "${pkgdir}"/usr/share/applications/fceux.desktop - install -D -m644 "$srcdir"/fceux.png "$pkgdir"/usr/share/pixmaps/fceux.png -} - -# vim:set ts=2 sw=2 et: -md5sums=('e8b20e62bbbb061b1a59d51b47c827bd' - '30baf915c936926fa50f59d8276f6575' - '3fe753731ac46b5fee528b1f73abd3e3') diff --git a/community/fceux/fceux.desktop b/community/fceux/fceux.desktop deleted file mode 100644 index c166755e8..000000000 --- a/community/fceux/fceux.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Name=Fceux -GenericName=NES/Famicom emulator -Exec=fceux -Icon=/usr/share/pixmaps/fceux.png -Type=Application -Categories=Game;Emulator; -Encoding=UTF-8 - - diff --git a/community/fceux/fceux.png b/community/fceux/fceux.png Binary files differdeleted file mode 100644 index 1cf27b1fd..000000000 --- a/community/fceux/fceux.png +++ /dev/null |