[Lunar-commits] <moonbase> vice: Version bump and adding a BUILD to insert a couple of missing x11 headers.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Jun 22 12:53:53 CEST 2010


commit 80c5fa85a4515ec1085444c1001be7338678e976
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Jun 22 06:53:53 2010 -0400

    vice: Version bump and adding a BUILD to insert a couple of missing x11 headers.
---
 utils/vice/BUILD   |    8 ++++++++
 utils/vice/DETAILS |    8 ++++----
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/utils/vice/BUILD b/utils/vice/BUILD
new file mode 100644
index 0000000..bff76c8
--- /dev/null
+++ b/utils/vice/BUILD
@@ -0,0 +1,8 @@
+(
+
+  sed -i "62i #include <X11/Xmd.h>" src/arch/unix/x11/xaw/x11video.c &&
+  sed -i "63i #include <X11/extensions/shmproto.h>" src/arch/unix/x11/xaw/x11video.c &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/utils/vice/DETAILS b/utils/vice/DETAILS
index 2bbda84..b925e68 100644
--- a/utils/vice/DETAILS
+++ b/utils/vice/DETAILS
@@ -1,11 +1,11 @@
           MODULE=vice
-         VERSION=1.22
+         VERSION=2.2
           SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://www.viceteam.org/online/
-      SOURCE_VFY=sha1:55e0047824f64173539e03ddd2d5ab51cd581fbb
+      SOURCE_URL=http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/
+      SOURCE_VFY=sha1:88ec1f4fefc708957b242805a28ca9b26a3e2738
         WEB_SITE=http://www.viceteam.org
          ENTERED=20071013
-         UPDATED=20071013
+         UPDATED=20100622
            SHORT="8-bit Commodore"
 
 cat << EOF


More information about the Lunar-commits mailing list