[arch-commits] Commit in dolphin-emu (12 files)

Jakob Gruber schuay at nymeria.archlinux.org
Tue Feb 26 20:45:39 UTC 2013


    Date: Tuesday, February 26, 2013 @ 21:45:38
  Author: schuay
Revision: 85035

revert dolphin-emu back to 1:3.5-3

Added:
  dolphin-emu/repos/community-i686/Dolphin_Logo.png
    (from rev 84943, dolphin-emu/repos/community-i686/Dolphin_Logo.png)
  dolphin-emu/repos/community-x86_64/Dolphin_Logo.png
    (from rev 84943, dolphin-emu/repos/community-x86_64/Dolphin_Logo.png)
  dolphin-emu/trunk/Dolphin_Logo.png
    (from rev 84943, dolphin-emu/trunk/Dolphin_Logo.png)
Modified:
  dolphin-emu/repos/community-i686/PKGBUILD	(contents, properties)
  dolphin-emu/repos/community-i686/dolphin-emu.desktop
  dolphin-emu/repos/community-x86_64/PKGBUILD	(contents, properties)
  dolphin-emu/repos/community-x86_64/dolphin-emu.desktop
  dolphin-emu/trunk/PKGBUILD	(contents, properties)
  dolphin-emu/trunk/dolphin-emu.desktop
Deleted:
  dolphin-emu/repos/community-i686/dolphin-emu.xpm
  dolphin-emu/repos/community-x86_64/dolphin-emu.xpm
  dolphin-emu/trunk/dolphin-emu.xpm

--------------------------------------------+
 repos/community-i686/PKGBUILD              |   50 +++++++++++++--------------
 repos/community-i686/dolphin-emu.desktop   |   12 +++---
 repos/community-x86_64/PKGBUILD            |   50 +++++++++++++--------------
 repos/community-x86_64/dolphin-emu.desktop |   12 +++---
 trunk/PKGBUILD                             |   50 +++++++++++++--------------
 trunk/dolphin-emu.desktop                  |   12 +++---
 6 files changed, 96 insertions(+), 90 deletions(-)

Copied: dolphin-emu/repos/community-i686/Dolphin_Logo.png (from rev 84943, dolphin-emu/repos/community-i686/Dolphin_Logo.png)
===================================================================
(Binary files differ)

Modified: repos/community-i686/PKGBUILD
===================================================================
--- repos/community-i686/PKGBUILD	2013-02-26 20:43:54 UTC (rev 85034)
+++ repos/community-i686/PKGBUILD	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,42 +1,42 @@
-# $Id$
-# Maintainer: Jakob Gruber <jakob.gruber at gmail.com>
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jeremy Newton <alexjnewt at gmail.com>
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Jeremy Newton (Mystro256)
 
 pkgname=dolphin-emu
 pkgver=3.5
-pkgrel=4
-pkgdesc="A Gamecube / Wii / Triforce Emulator"
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
 arch=('i686' 'x86_64')
-url="http://dolphin-emu.org"
+url='http://dolphin-emu.org'
 license=('GPL2')
-depends=('bluez' 'ffmpeg' 'glew' 'libao' 'lzo2' 'nvidia-cg-toolkit' 'openal' 'portaudio' 'wxgtk2.9')
-makedepends=('cmake' 'opencl-headers')
-optdepends=('pulseaudio: PulseAudio backend')
-source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip" 'dolphin-emu.desktop' 'dolphin-emu.xpm')
-sha256sums=('b95cb6f487c1f77471c08cfb52bc9844bb2385f0ffd8fb45416b4c5095eb8d9a'
-            '72091740ce202f2570d58d900a4a82230538555a5ac69f9914f5684b54d42ba6'
-            '168640bb280a5dcd2946077768cefb0ac99563e724ca1b9e3399d80939f285d7')
 
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 'lsb-release' 'lzo2' 'mesa' \
+         'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip"
+        'dolphin-emu.desktop'
+        'Dolphin_Logo.png')
+
 build() {
-  cd "${srcdir}"/dolphin-${pkgver}
+  cd "${srcdir}/dolphin-${pkgver}"
 
-# Build
   mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9 -DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.9
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
   make
 }
 
 package() {
-  cd "${srcdir}"/dolphin-${pkgver}/build
+  cd "${srcdir}/dolphin-${pkgver}/build"
 
-# Install
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR=${pkgdir} install
 
-# Desktop file
-  install -dm 755 "${pkgdir}"/usr/share/{applications,pixmaps}
-  install -m 644 "${srcdir}"/dolphin-emu.desktop "${pkgdir}"/usr/share/applications/dolphin-emu.desktop
-  install -m 644 "${srcdir}"/dolphin-emu.xpm "${pkgdir}"/usr/share/pixmaps/dolphin-emu.xpm
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+                 "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" "${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
 }
 
-# vim: ts=2 sw=2 et:
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+         'feed4580c2e6bfbc7f6c67dad861daae'
+         'd15c51f547b4bd47e510faac40bcc9d6')


Property changes on: dolphin-emu/repos/community-i686/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Modified: repos/community-i686/dolphin-emu.desktop
===================================================================
--- repos/community-i686/dolphin-emu.desktop	2013-02-26 20:43:54 UTC (rev 85034)
+++ repos/community-i686/dolphin-emu.desktop	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,9 +1,11 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-Name=Dolphin Emulator
-Comment=A Wii/GameCube Emulator
+Name=Dolphin
+Categories=Game;Emulator;GTK;
+GenericName=GameCube and Wii Emulator
+Comment=An emulator for the GameCube and Wii consoles
+Exec=dolphin-emu
 Icon=dolphin-emu
-Exec=dolphin-emu
-Categories=Game;
-
+StartupNotify=false
+Name[en_US]=Dolphin

Deleted: repos/community-i686/dolphin-emu.xpm
===================================================================
(Binary files differ)

Copied: dolphin-emu/repos/community-x86_64/Dolphin_Logo.png (from rev 84943, dolphin-emu/repos/community-x86_64/Dolphin_Logo.png)
===================================================================
(Binary files differ)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2013-02-26 20:43:54 UTC (rev 85034)
+++ repos/community-x86_64/PKGBUILD	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,42 +1,42 @@
-# $Id$
-# Maintainer: Jakob Gruber <jakob.gruber at gmail.com>
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jeremy Newton <alexjnewt at gmail.com>
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Jeremy Newton (Mystro256)
 
 pkgname=dolphin-emu
 pkgver=3.5
-pkgrel=4
-pkgdesc="A Gamecube / Wii / Triforce Emulator"
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
 arch=('i686' 'x86_64')
-url="http://dolphin-emu.org"
+url='http://dolphin-emu.org'
 license=('GPL2')
-depends=('bluez' 'ffmpeg' 'glew' 'libao' 'lzo2' 'nvidia-cg-toolkit' 'openal' 'portaudio' 'wxgtk2.9')
-makedepends=('cmake' 'opencl-headers')
-optdepends=('pulseaudio: PulseAudio backend')
-source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip" 'dolphin-emu.desktop' 'dolphin-emu.xpm')
-sha256sums=('b95cb6f487c1f77471c08cfb52bc9844bb2385f0ffd8fb45416b4c5095eb8d9a'
-            '72091740ce202f2570d58d900a4a82230538555a5ac69f9914f5684b54d42ba6'
-            '168640bb280a5dcd2946077768cefb0ac99563e724ca1b9e3399d80939f285d7')
 
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 'lsb-release' 'lzo2' 'mesa' \
+         'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip"
+        'dolphin-emu.desktop'
+        'Dolphin_Logo.png')
+
 build() {
-  cd "${srcdir}"/dolphin-${pkgver}
+  cd "${srcdir}/dolphin-${pkgver}"
 
-# Build
   mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9 -DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.9
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
   make
 }
 
 package() {
-  cd "${srcdir}"/dolphin-${pkgver}/build
+  cd "${srcdir}/dolphin-${pkgver}/build"
 
-# Install
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR=${pkgdir} install
 
-# Desktop file
-  install -dm 755 "${pkgdir}"/usr/share/{applications,pixmaps}
-  install -m 644 "${srcdir}"/dolphin-emu.desktop "${pkgdir}"/usr/share/applications/dolphin-emu.desktop
-  install -m 644 "${srcdir}"/dolphin-emu.xpm "${pkgdir}"/usr/share/pixmaps/dolphin-emu.xpm
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+                 "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" "${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
 }
 
-# vim: ts=2 sw=2 et:
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+         'feed4580c2e6bfbc7f6c67dad861daae'
+         'd15c51f547b4bd47e510faac40bcc9d6')


Property changes on: dolphin-emu/repos/community-x86_64/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Modified: repos/community-x86_64/dolphin-emu.desktop
===================================================================
--- repos/community-x86_64/dolphin-emu.desktop	2013-02-26 20:43:54 UTC (rev 85034)
+++ repos/community-x86_64/dolphin-emu.desktop	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,9 +1,11 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-Name=Dolphin Emulator
-Comment=A Wii/GameCube Emulator
+Name=Dolphin
+Categories=Game;Emulator;GTK;
+GenericName=GameCube and Wii Emulator
+Comment=An emulator for the GameCube and Wii consoles
+Exec=dolphin-emu
 Icon=dolphin-emu
-Exec=dolphin-emu
-Categories=Game;
-
+StartupNotify=false
+Name[en_US]=Dolphin

Deleted: repos/community-x86_64/dolphin-emu.xpm
===================================================================
(Binary files differ)

Copied: dolphin-emu/trunk/Dolphin_Logo.png (from rev 84943, dolphin-emu/trunk/Dolphin_Logo.png)
===================================================================
(Binary files differ)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2013-02-26 20:43:54 UTC (rev 85034)
+++ trunk/PKGBUILD	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,42 +1,42 @@
-# $Id$
-# Maintainer: Jakob Gruber <jakob.gruber at gmail.com>
-# Maintainer: Maxime Gauduin <alucryd at gmail.com>
-# Contributor: Jeremy Newton <alexjnewt at gmail.com>
+# Maintainer: schuay <jakob.gruber at gmail.com>
+# Contributor: Jeremy Newton (Mystro256)
 
 pkgname=dolphin-emu
 pkgver=3.5
-pkgrel=4
-pkgdesc="A Gamecube / Wii / Triforce Emulator"
+pkgrel=3
+epoch=1
+pkgdesc='A Gamecube / Wii / Triforce Emulator'
 arch=('i686' 'x86_64')
-url="http://dolphin-emu.org"
+url='http://dolphin-emu.org'
 license=('GPL2')
-depends=('bluez' 'ffmpeg' 'glew' 'libao' 'lzo2' 'nvidia-cg-toolkit' 'openal' 'portaudio' 'wxgtk2.9')
-makedepends=('cmake' 'opencl-headers')
-optdepends=('pulseaudio: PulseAudio backend')
-source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip" 'dolphin-emu.desktop' 'dolphin-emu.xpm')
-sha256sums=('b95cb6f487c1f77471c08cfb52bc9844bb2385f0ffd8fb45416b4c5095eb8d9a'
-            '72091740ce202f2570d58d900a4a82230538555a5ac69f9914f5684b54d42ba6'
-            '168640bb280a5dcd2946077768cefb0ac99563e724ca1b9e3399d80939f285d7')
 
+makedepends=('cmake' 'glproto' 'opencl-headers')
+depends=('bluez' 'ffmpeg' 'glew' 'libao' 'libgl' 'libxxf86vm' 'lsb-release' 'lzo2' 'mesa' \
+         'nvidia-cg-toolkit' 'openal' 'portaudio' 'sdl' 'wxgtk2.9')
+optdepends=('pulseaudio')
+
+source=("http://dolphin-emu.googlecode.com/files/dolphin-${pkgver}-src.zip"
+        'dolphin-emu.desktop'
+        'Dolphin_Logo.png')
+
 build() {
-  cd "${srcdir}"/dolphin-${pkgver}
+  cd "${srcdir}/dolphin-${pkgver}"
 
-# Build
   mkdir build && cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9 -DwxWidgets_wxrc_EXECUTABLE=/usr/bin/wxrc-2.9
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-2.9
   make
 }
 
 package() {
-  cd "${srcdir}"/dolphin-${pkgver}/build
+  cd "${srcdir}/dolphin-${pkgver}/build"
 
-# Install
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR=${pkgdir} install
 
-# Desktop file
-  install -dm 755 "${pkgdir}"/usr/share/{applications,pixmaps}
-  install -m 644 "${srcdir}"/dolphin-emu.desktop "${pkgdir}"/usr/share/applications/dolphin-emu.desktop
-  install -m 644 "${srcdir}"/dolphin-emu.xpm "${pkgdir}"/usr/share/pixmaps/dolphin-emu.xpm
+  install -Dm644 "${srcdir}/dolphin-emu.desktop" \
+                 "${pkgdir}/usr/share/applications/dolphin-emu.desktop"
+  install -Dm644 "${srcdir}/Dolphin_Logo.png" "${pkgdir}/usr/share/pixmaps/dolphin-emu.png"
 }
 
-# vim: ts=2 sw=2 et:
+md5sums=('4d0429f1e10f0862256e0b4c4e2f44a3'
+         'feed4580c2e6bfbc7f6c67dad861daae'
+         'd15c51f547b4bd47e510faac40bcc9d6')


Property changes on: dolphin-emu/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Modified: trunk/dolphin-emu.desktop
===================================================================
--- trunk/dolphin-emu.desktop	2013-02-26 20:43:54 UTC (rev 85034)
+++ trunk/dolphin-emu.desktop	2013-02-26 20:45:38 UTC (rev 85035)
@@ -1,9 +1,11 @@
 [Desktop Entry]
 Version=1.0
 Type=Application
-Name=Dolphin Emulator
-Comment=A Wii/GameCube Emulator
+Name=Dolphin
+Categories=Game;Emulator;GTK;
+GenericName=GameCube and Wii Emulator
+Comment=An emulator for the GameCube and Wii consoles
+Exec=dolphin-emu
 Icon=dolphin-emu
-Exec=dolphin-emu
-Categories=Game;
-
+StartupNotify=false
+Name[en_US]=Dolphin

Deleted: trunk/dolphin-emu.xpm
===================================================================
(Binary files differ)




More information about the arch-commits mailing list