[arch-commits] Commit in vice/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sun Feb 5 11:57:31 UTC 2012


    Date: Sunday, February 5, 2012 @ 06:57:30
  Author: ibiru
Revision: 148952

db-move: moved vice from [testing] to [extra] (x86_64)

Added:
  vice/repos/extra-x86_64/PKGBUILD
    (from rev 148654, vice/repos/testing-x86_64/PKGBUILD)
  vice/repos/extra-x86_64/vice-2.3-x11video.patch
    (from rev 148654, vice/repos/testing-x86_64/vice-2.3-x11video.patch)
Deleted:
  vice/repos/extra-x86_64/PKGBUILD
  vice/repos/extra-x86_64/vice-2.3-x11video.patch
  vice/repos/testing-x86_64/

-------------------------+
 PKGBUILD                |   70 +++++++++++++++++++++++-----------------------
 vice-2.3-x11video.patch |   22 +++++++-------
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-05 11:57:28 UTC (rev 148951)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:57:30 UTC (rev 148952)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=vice
-pkgver=2.3
-pkgrel=4
-pkgdesc="A Versatile Commodore Emulator"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.viceteam.org/"
-depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
-         'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
-makedepends=('xorg-font-utils')
-options=('!makeflags')
-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.3-x11video.patch
-  ./configure --prefix=/usr \
-              --with-alsa \
-              --enable-fullscreen
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: vice/repos/extra-x86_64/PKGBUILD (from rev 148654, vice/repos/testing-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-05 11:57:30 UTC (rev 148952)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=vice
+pkgver=2.3
+pkgrel=5
+pkgdesc="A Versatile Commodore Emulator"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.viceteam.org/"
+depends=('alsa-lib' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 
+         'libxv' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+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.3-x11video.patch
+  ./configure --prefix=/usr \
+              --with-alsa \
+              --enable-fullscreen
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/vice-2.3-x11video.patch
===================================================================
--- extra-x86_64/vice-2.3-x11video.patch	2012-02-05 11:57:28 UTC (rev 148951)
+++ extra-x86_64/vice-2.3-x11video.patch	2012-02-05 11:57:30 UTC (rev 148952)
@@ -1,11 +0,0 @@
---- 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>

Copied: vice/repos/extra-x86_64/vice-2.3-x11video.patch (from rev 148654, vice/repos/testing-x86_64/vice-2.3-x11video.patch)
===================================================================
--- extra-x86_64/vice-2.3-x11video.patch	                        (rev 0)
+++ extra-x86_64/vice-2.3-x11video.patch	2012-02-05 11:57:30 UTC (rev 148952)
@@ -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