[arch-commits] Commit in snes9x/repos (12 files)
Eric Bélanger
eric at nymeria.archlinux.org
Thu Mar 20 19:09:27 UTC 2014
Date: Thursday, March 20, 2014 @ 20:09:27
Author: eric
Revision: 108001
archrelease: copy trunk to community-i686, community-x86_64
Added:
snes9x/repos/community-i686/PKGBUILD
(from rev 108000, snes9x/trunk/PKGBUILD)
snes9x/repos/community-i686/snes9x-gtk.install
(from rev 108000, snes9x/trunk/snes9x-gtk.install)
snes9x/repos/community-i686/snes9x-gtk2.24.diff.gz
(from rev 108000, snes9x/trunk/snes9x-gtk2.24.diff.gz)
snes9x/repos/community-x86_64/PKGBUILD
(from rev 108000, snes9x/trunk/PKGBUILD)
snes9x/repos/community-x86_64/snes9x-gtk.install
(from rev 108000, snes9x/trunk/snes9x-gtk.install)
snes9x/repos/community-x86_64/snes9x-gtk2.24.diff.gz
(from rev 108000, snes9x/trunk/snes9x-gtk2.24.diff.gz)
Deleted:
snes9x/repos/community-i686/PKGBUILD
snes9x/repos/community-i686/snes9x-gtk.install
snes9x/repos/community-i686/snes9x-gtk2.24.diff.gz
snes9x/repos/community-x86_64/PKGBUILD
snes9x/repos/community-x86_64/snes9x-gtk.install
snes9x/repos/community-x86_64/snes9x-gtk2.24.diff.gz
-------------------------------------+
/PKGBUILD | 118 ++++++++++++++++++++++++++++++++++
/snes9x-gtk.install | 24 ++++++
community-i686/PKGBUILD | 59 -----------------
community-i686/snes9x-gtk.install | 12 ---
community-x86_64/PKGBUILD | 59 -----------------
community-x86_64/snes9x-gtk.install | 12 ---
6 files changed, 142 insertions(+), 142 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-20 19:08:47 UTC (rev 108000)
+++ community-i686/PKGBUILD 2014-03-20 19:09:27 UTC (rev 108001)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=snes9x
-pkgname=('snes9x' 'snes9x-gtk')
-pkgver=1.53
-pkgrel=6
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/snes9x-gtk/"
-license=('custom')
-makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv' \
- 'desktop-file-utils' 'gnome-icon-theme')
-source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
- snes9x-gtk2.24.diff.gz)
-sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
- '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
-
-prepare() {
- cd ${pkgbase}-${pkgver}-src
- patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
-}
-
-build() {
- cd ${pkgbase}-${pkgver}-src/unix
- ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
- make
-
- cd ../gtk
- ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
- make
-}
-
-package_snes9x() {
- pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
- depends=('gcc-libs' 'libpng' 'libxext' 'libsm')
-
- cd ${pkgbase}-${pkgver}-src/unix
- install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
- install -d "${pkgdir}/usr/share/doc/${pkgname}"
- install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
- "${pkgdir}/usr/share/doc/${pkgname}/"
- install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_snes9x-gtk() {
- pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
- license=('custom' 'LGPL')
- depends=('sdl' 'libgl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
- install=snes9x-gtk.install
-
- cd ${pkgbase}-${pkgver}-src/gtk
- make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/share/doc/${pkgname}"
- install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
- "${pkgdir}/usr/share/doc/${pkgname}/"
- install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: snes9x/repos/community-i686/PKGBUILD (from rev 108000, snes9x/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-20 19:09:27 UTC (rev 108001)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=7
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/snes9x-gtk/"
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+ snes9x-gtk2.24.diff.gz)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+ '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}-src
+ patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}-src/unix
+ ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+ make
+
+ cd ../gtk
+ ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+ make
+}
+
+package_snes9x() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
+ depends=('libpng' 'libxext' 'libsm')
+
+ cd ${pkgbase}-${pkgver}-src/unix
+ install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_snes9x-gtk() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
+ license=('custom' 'LGPL')
+ depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
+ install=snes9x-gtk.install
+
+ cd ${pkgbase}-${pkgver}-src/gtk
+ make DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: community-i686/snes9x-gtk.install
===================================================================
--- community-i686/snes9x-gtk.install 2014-03-20 19:08:47 UTC (rev 108000)
+++ community-i686/snes9x-gtk.install 2014-03-20 19:09:27 UTC (rev 108001)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove () {
- post_install $1
-}
Copied: snes9x/repos/community-i686/snes9x-gtk.install (from rev 108000, snes9x/trunk/snes9x-gtk.install)
===================================================================
--- community-i686/snes9x-gtk.install (rev 0)
+++ community-i686/snes9x-gtk.install 2014-03-20 19:09:27 UTC (rev 108001)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}
Deleted: community-i686/snes9x-gtk2.24.diff.gz
===================================================================
(Binary files differ)
Copied: snes9x/repos/community-i686/snes9x-gtk2.24.diff.gz (from rev 108000, snes9x/trunk/snes9x-gtk2.24.diff.gz)
===================================================================
(Binary files differ)
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2014-03-20 19:08:47 UTC (rev 108000)
+++ community-x86_64/PKGBUILD 2014-03-20 19:09:27 UTC (rev 108001)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgbase=snes9x
-pkgname=('snes9x' 'snes9x-gtk')
-pkgver=1.53
-pkgrel=6
-arch=('i686' 'x86_64')
-url="https://code.google.com/p/snes9x-gtk/"
-license=('custom')
-makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv' \
- 'desktop-file-utils' 'gnome-icon-theme')
-source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
- snes9x-gtk2.24.diff.gz)
-sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
- '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
-
-prepare() {
- cd ${pkgbase}-${pkgver}-src
- patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
-}
-
-build() {
- cd ${pkgbase}-${pkgver}-src/unix
- ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
- make
-
- cd ../gtk
- ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
- make
-}
-
-package_snes9x() {
- pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
- depends=('gcc-libs' 'libpng' 'libxext' 'libsm')
-
- cd ${pkgbase}-${pkgver}-src/unix
- install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
- install -d "${pkgdir}/usr/share/doc/${pkgname}"
- install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
- "${pkgdir}/usr/share/doc/${pkgname}/"
- install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_snes9x-gtk() {
- pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
- license=('custom' 'LGPL')
- depends=('sdl' 'libgl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
- install=snes9x-gtk.install
-
- cd ${pkgbase}-${pkgver}-src/gtk
- make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/share/doc/${pkgname}"
- install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
- "${pkgdir}/usr/share/doc/${pkgname}/"
- install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
- "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
Copied: snes9x/repos/community-x86_64/PKGBUILD (from rev 108000, snes9x/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-20 19:09:27 UTC (rev 108001)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgbase=snes9x
+pkgname=('snes9x' 'snes9x-gtk')
+pkgver=1.53
+pkgrel=7
+arch=('i686' 'x86_64')
+url="https://code.google.com/p/snes9x-gtk/"
+license=('custom')
+makedepends=('intltool' 'nasm' 'mesa' 'libpulse' 'libpng' 'sdl' 'gtk2' 'libxv'
+ 'desktop-file-utils' 'gnome-icon-theme')
+source=(http://snes9x-gtk.googlecode.com/files/${pkgbase}-${pkgver}-src.tar.bz2
+ snes9x-gtk2.24.diff.gz)
+sha1sums=('57be6480369f66b9aaaeb722789ce114f58ed1e2'
+ '680dbe0a70f1821bc7931539e72f5a1a95e3938c')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}-src
+ patch -p1 -i "${srcdir}/snes9x-gtk2.24.diff"
+}
+
+build() {
+ cd ${pkgbase}-${pkgver}-src/unix
+ ./configure --prefix=/usr --with-sdd1-decomp --enable-netplay
+ make
+
+ cd ../gtk
+ ./configure --prefix=/usr --with-sdd1-decomp --with-netplay --with-opengl
+ make
+}
+
+package_snes9x() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System"
+ depends=('libpng' 'libxext' 'libsm')
+
+ cd ${pkgbase}-${pkgver}-src/unix
+ install -D -m755 snes9x "${pkgdir}/usr/bin/snes9x"
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_snes9x-gtk() {
+ pkgdesc="A portable Emulator for the Super Nintendo Entertainment System - GTK version"
+ license=('custom' 'LGPL')
+ depends=('sdl' 'libpulse' 'gtk2' 'libxv' 'desktop-file-utils' 'gnome-icon-theme')
+ install=snes9x-gtk.install
+
+ cd ${pkgbase}-${pkgver}-src/gtk
+ make DESTDIR="${pkgdir}" install
+ install -d "${pkgdir}/usr/share/doc/${pkgname}"
+ install -D -m644 ../docs/{snes9x.conf.default,{control-inputs,controls,snapshots}.txt} \
+ "${pkgdir}/usr/share/doc/${pkgname}/"
+ install -D -m644 "${srcdir}/${pkgbase}-${pkgver}-src/docs/snes9x-license.txt" \
+ "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
Deleted: community-x86_64/snes9x-gtk.install
===================================================================
--- community-x86_64/snes9x-gtk.install 2014-03-20 19:08:47 UTC (rev 108000)
+++ community-x86_64/snes9x-gtk.install 2014-03-20 19:09:27 UTC (rev 108001)
@@ -1,12 +0,0 @@
-post_install() {
- update-desktop-database -q
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove () {
- post_install $1
-}
Copied: snes9x/repos/community-x86_64/snes9x-gtk.install (from rev 108000, snes9x/trunk/snes9x-gtk.install)
===================================================================
--- community-x86_64/snes9x-gtk.install (rev 0)
+++ community-x86_64/snes9x-gtk.install 2014-03-20 19:09:27 UTC (rev 108001)
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}
Deleted: community-x86_64/snes9x-gtk2.24.diff.gz
===================================================================
(Binary files differ)
Copied: snes9x/repos/community-x86_64/snes9x-gtk2.24.diff.gz (from rev 108000, snes9x/trunk/snes9x-gtk2.24.diff.gz)
===================================================================
(Binary files differ)
More information about the arch-commits
mailing list