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

Giovanni Scafora giovanni at archlinux.org
Wed Jan 6 19:53:38 UTC 2010


    Date: Wednesday, January 6, 2010 @ 14:53:37
  Author: giovanni
Revision: 62288

upgpkg: vice 2.2-1
    upstream release

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

-------------------------+
 PKGBUILD                |   17 ++++++++---------
 vice-2.1-gcc44.patch    |   11 -----------
 vice-2.2-x11video.patch |   11 +++++++++++
 3 files changed, 19 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-06 19:41:45 UTC (rev 62287)
+++ PKGBUILD	2010-01-06 19:53:37 UTC (rev 62288)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=vice
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc="A Versatile Commodore Emulator"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -13,16 +13,15 @@
 makedepends=('xorg-font-utils')
 options=('!makeflags')
 source=(http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz
-        vice-2.1-gcc44.patch)
-md5sums=('a4cca1aad12e12ac7f37d6c85310ade8'
-         '579590831e1403f566e4bfc44bcd9f5e')
+        vice-2.2-x11video.patch)
+md5sums=('6737f540806205384e9129026898b0a1'
+         'cd9fe1e8b302160d2ece7166f6f3ddb8')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np0 -i ${srcdir}/vice-2.1-gcc44.patch || return 1
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i ${srcdir}/vice-2.2-x11video.patch || return 1
   ./configure --prefix=/usr \
               --enable-fullscreen
   make || return 1
-  make DESTDIR=${pkgdir} install
-  rm -rf ${pkgdir}/usr/share/info/dir
+  make DESTDIR="${pkgdir}" install || return 1
 }

Deleted: vice-2.1-gcc44.patch
===================================================================
--- vice-2.1-gcc44.patch	2010-01-06 19:41:45 UTC (rev 62287)
+++ vice-2.1-gcc44.patch	2010-01-06 19:53:37 UTC (rev 62288)
@@ -1,11 +0,0 @@
---- src/arch/unix/joy.c
-+++ src/arch/unix/joy.c
-@@ -124,7 +124,7 @@
- #define JS_DATA_TYPE joystick
- #define JS_RETURN    sizeof(struct joystick)
- int     use_old_api=1;
--#elif
-+#else
- #error Unknown Joystick
- #endif
- 

Added: vice-2.2-x11video.patch
===================================================================
--- vice-2.2-x11video.patch	                        (rev 0)
+++ vice-2.2-x11video.patch	2010-01-06 19:53:37 UTC (rev 62288)
@@ -0,0 +1,11 @@
+--- 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>




More information about the arch-commits mailing list