[arch-commits] Commit in fceux/repos (8 files)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Mar 10 23:11:06 UTC 2013


    Date: Monday, March 11, 2013 @ 00:11:06
  Author: arodseth
Revision: 86003

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

Added:
  fceux/repos/community-i686/PKGBUILD
    (from rev 86002, fceux/trunk/PKGBUILD)
  fceux/repos/community-i686/fceux.install
    (from rev 86002, fceux/trunk/fceux.install)
  fceux/repos/community-x86_64/PKGBUILD
    (from rev 86002, fceux/trunk/PKGBUILD)
  fceux/repos/community-x86_64/fceux.install
    (from rev 86002, fceux/trunk/fceux.install)
Deleted:
  fceux/repos/community-i686/PKGBUILD
  fceux/repos/community-i686/fceux.install
  fceux/repos/community-x86_64/PKGBUILD
  fceux/repos/community-x86_64/fceux.install

--------------------------------+
 community-i686/PKGBUILD        |   96 +++++++++++++++++++--------------------
 community-i686/fceux.install   |   26 +++++-----
 community-x86_64/PKGBUILD      |   96 +++++++++++++++++++--------------------
 community-x86_64/fceux.install |   26 +++++-----
 4 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-03-10 23:10:51 UTC (rev 86002)
+++ community-i686/PKGBUILD	2013-03-10 23:11:06 UTC (rev 86003)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contriutor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
-
-pkgname=fceux
-pkgver=2.2.0
-pkgrel=3
-url='http://www.fceux.com/'
-pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
-makedepends=('scons' 'mesa-libgl' 'glu')
-optdepends=('xchm: for viewing the manual')
-install=$pkgname.install
-source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz")
-sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Compiling...'
-  scons
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Packaging binaries, data and man-pages...'
-  scons install --prefix="$pkgdir/usr"
-
-  msg2 'Packaging documentation...'
-  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
-    "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
-  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
-  # Removing manpages that are already placed in the right location
-  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
-  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
-
-  msg2 'Packaging desktop shortcut and icon...'
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-i686/PKGBUILD (from rev 86002, fceux/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-03-10 23:11:06 UTC (rev 86003)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contriutor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
+
+pkgname=fceux
+pkgver=2.2.1
+pkgrel=1
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install="$pkgname.install"
+source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz")
+sha256sums=('e55fbed6b64bbcb60a9ce158592efd176f6bb56b7296c44737cc71119a8b0055')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix="$pkgdir/usr"
+
+  msg2 'Packaging documentation...'
+  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
+    "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  # Removing manpages that are already placed in the right location
+  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  msg2 'Packaging desktop shortcut and icon...'
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fceux.install
===================================================================
--- community-i686/fceux.install	2013-03-10 23:10:51 UTC (rev 86002)
+++ community-i686/fceux.install	2013-03-10 23:11:06 UTC (rev 86003)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-i686/fceux.install (from rev 86002, fceux/trunk/fceux.install)
===================================================================
--- community-i686/fceux.install	                        (rev 0)
+++ community-i686/fceux.install	2013-03-10 23:11:06 UTC (rev 86003)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-03-10 23:10:51 UTC (rev 86002)
+++ community-x86_64/PKGBUILD	2013-03-10 23:11:06 UTC (rev 86003)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contriutor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
-
-pkgname=fceux
-pkgver=2.2.0
-pkgrel=3
-url='http://www.fceux.com/'
-pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
-arch=('x86_64' 'i686')
-license=('GPL')
-depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
-makedepends=('scons' 'mesa-libgl' 'glu')
-optdepends=('xchm: for viewing the manual')
-install=$pkgname.install
-source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz")
-sha256sums=('31ad7b478d5c0911a67a4eaeae9de915d44fc95844148a135114e27d7fd1a694')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Compiling...'
-  scons
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  msg2 'Packaging binaries, data and man-pages...'
-  scons install --prefix="$pkgdir/usr"
-
-  msg2 'Packaging documentation...'
-  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
-    "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
-  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
-  # Removing manpages that are already placed in the right location
-  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
-  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
-
-  msg2 'Packaging desktop shortcut and icon...'
-  install -Dm644 "$pkgname.desktop" \
-    "$pkgdir/usr/share/applications/$pkgname.desktop"
-  install -Dm644 "$pkgname.png" \
-    "$pkgdir/usr/share/pixmaps/$pkgname.png"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-x86_64/PKGBUILD (from rev 86002, fceux/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-03-10 23:11:06 UTC (rev 86003)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contriutor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jo Christian Bergskås <jcberg at gmail.com>
+
+pkgname=fceux
+pkgver=2.2.1
+pkgrel=1
+url='http://www.fceux.com/'
+pkgdesc='Fast and ultra-compatible NES/Famicom emulator'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('sdl' 'gtk2' 'gd' 'desktop-file-utils' 'lua51' 'libgl')
+makedepends=('scons' 'mesa-libgl' 'glu')
+optdepends=('xchm: for viewing the manual')
+install="$pkgname.install"
+source=("https://sourceforge.net/projects/fceultra/files/Source%20Code/$pkgver%20src/$pkgname-$pkgver.src.tar.gz")
+sha256sums=('e55fbed6b64bbcb60a9ce158592efd176f6bb56b7296c44737cc71119a8b0055')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 'Compiling...'
+  scons
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  msg2 'Packaging binaries, data and man-pages...'
+  scons install --prefix="$pkgdir/usr"
+
+  msg2 'Packaging documentation...'
+  install -Dm644 "src/drivers/win/help/$pkgname.chm" \
+    "$pkgdir/usr/share/doc/$pkgname/$pkgname.chm"
+  cp -r documentation/* "$pkgdir/usr/share/doc/$pkgname/"
+  # Removing manpages that are already placed in the right location
+  rm -f "$pkgdir/usr/share/doc/$pkgname/*.6"
+  install -Dm644 changelog.txt "$pkgdir/usr/share/doc/$pkgname/"
+
+  msg2 'Packaging desktop shortcut and icon...'
+  install -Dm644 "$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+  install -Dm644 "$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/fceux.install
===================================================================
--- community-x86_64/fceux.install	2013-03-10 23:10:51 UTC (rev 86002)
+++ community-x86_64/fceux.install	2013-03-10 23:11:06 UTC (rev 86003)
@@ -1,13 +0,0 @@
-post_upgrade() {
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fceux/repos/community-x86_64/fceux.install (from rev 86002, fceux/trunk/fceux.install)
===================================================================
--- community-x86_64/fceux.install	                        (rev 0)
+++ community-x86_64/fceux.install	2013-03-10 23:11:06 UTC (rev 86003)
@@ -0,0 +1,13 @@
+post_upgrade() {
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list