[arch-commits] Commit in vice/trunk (3 files)

Giovanni Scafora giovanni at archlinux.org
Sun Feb 27 17:55:35 UTC 2011


    Date: Sunday, February 27, 2011 @ 12:55:34
  Author: giovanni
Revision: 111554

upgpkg: vice 2.3-1
upstream release

Added:
  vice/trunk/vice-2.3-x11video.patch
Modified:
  vice/trunk/PKGBUILD
Deleted:
  vice/trunk/vice-2.2-x11video.patch

-------------------------+
 PKGBUILD                |   20 +++++++++++++-------
 vice-2.2-x11video.patch |   11 -----------
 vice-2.3-x11video.patch |   11 +++++++++++
 3 files changed, 24 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-27 17:44:23 UTC (rev 111553)
+++ PKGBUILD	2011-02-27 17:55:34 UTC (rev 111554)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=vice
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="A Versatile Commodore Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -12,16 +12,22 @@
 depends=('esound' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg>=8' 'libpng>=1.4.0' 'libxaw' 'libxxf86vm')
 makedepends=('xorg-font-utils')
 options=('!makeflags')
-source=(http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz
-        vice-2.2-x11video.patch)
-md5sums=('6737f540806205384e9129026898b0a1'
-         'cd9fe1e8b302160d2ece7166f6f3ddb8')
+source=(http://downloads.sourceforge.net/project/vice-emu/releases/${pkgname}-${pkgver}.tar.gz
+        vice-2.3-x11video.patch)
+md5sums=('b48d137874daad50c087a0686cbdde34'
+         '088292ce9efe785edfb2b0c7c670785e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/vice-2.2-x11video.patch || return 1
+
+  patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch || return 1
   ./configure --prefix=/usr \
               --enable-fullscreen
   make || return 1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
   make DESTDIR="${pkgdir}" install || return 1
 }

Deleted: vice-2.2-x11video.patch
===================================================================
--- vice-2.2-x11video.patch	2011-02-27 17:44:23 UTC (rev 111553)
+++ vice-2.2-x11video.patch	2011-02-27 17:55:34 UTC (rev 111554)
@@ -1,11 +0,0 @@
---- a/src/arch/unix/x11/xaw/x11video.c	2009-10-21 18:46:45.000000000 +0200
-+++ b/src/arch/unix/x11/xaw/x11video.c	2010-01-06 19:57:35.000000000 +0100
-@@ -59,6 +59,8 @@
- #include <X11/Xutil.h>
- #include <X11/Intrinsic.h>
- #include <X11/cursorfont.h>
-+#include <X11/Xmd.h>
-+#include <X11/extensions/shmproto.h>
- 
- #include <stdio.h>
- #include <stdlib.h>

Added: vice-2.3-x11video.patch
===================================================================
--- vice-2.3-x11video.patch	                        (rev 0)
+++ vice-2.3-x11video.patch	2011-02-27 17:55:34 UTC (rev 111554)
@@ -0,0 +1,11 @@
+--- a/src/arch/unix/x11/xaw/x11video.c	2011-01-18 23:59:00.000000000 +0100
++++ b/src/arch/unix/x11/xaw/x11video.c	2011-02-27 18:40:52.000000000 +0100
+@@ -60,6 +60,8 @@
+ #include <X11/Xutil.h>
+ #include <X11/Intrinsic.h>
+ #include <X11/cursorfont.h>
++#include <X11/Xmd.h>
++#include <X11/extensions/shmproto.h>
+ 
+ #include <stdio.h>
+ #include <stdlib.h>




More information about the arch-commits mailing list