[arch-commits] Commit in bochs/repos (4 files)

Kyle Keen kkeen at archlinux.org
Mon Oct 6 21:29:48 UTC 2014


    Date: Monday, October 6, 2014 @ 23:29:48
  Author: kkeen
Revision: 120308

archrelease: copy trunk to community-i686, community-x86_64

Added:
  bochs/repos/community-i686/PKGBUILD
    (from rev 120307, bochs/trunk/PKGBUILD)
  bochs/repos/community-x86_64/PKGBUILD
    (from rev 120307, bochs/trunk/PKGBUILD)
Deleted:
  bochs/repos/community-i686/PKGBUILD
  bochs/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |  102 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   55 -----------------------
 community-x86_64/PKGBUILD |   55 -----------------------
 3 files changed, 102 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-06 21:28:47 UTC (rev 120307)
+++ community-i686/PKGBUILD	2014-10-06 21:29:48 UTC (rev 120308)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=bochs
-pkgver=2.6.6
-pkgrel=1
-pkgdesc="A portable x86 PC emulation software package"
-arch=('i686' 'x86_64')
-url="http://bochs.sourceforge.net/"
-license=('LGPL')
-depends=('gcc-libs' 'libxrandr')
-#makedepends=('sdl')
-#optdepends=('sdl: debuggers')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f5c8483bc478381dd5979f6b3972d44e')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-
-    # typos in 2.6.5
-    #sed -i 's/Bx3DNowOpcode\[i->modRMForm.Ib/&\[0\]/' cpu/fetchdecode{,64}.cc
-
-    # todo, figure out why debuggers won't build (FS#38274)
-    ./configure \
-        --prefix=/usr \
-        --without-wx \
-        --with-x11 \
-        --disable-docbook \
-        --enable-cpu-level=6 \
-        --enable-fpu \
-        --enable-3dnow \
-        --enable-disasm \
-        --enable-smp \
-        --enable-x86-64 \
-        --enable-avx \
-        --enable-long-phy-address \
-        --enable-disasm \
-        --enable-pcidev \
-        --enable-usb
-        #--with-sdl
-        #--enable-debugger
-        #--enable-x86-debugger
-        #--enable-all-optimizations
-        #--enable-plugins
-    #sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
-}

Copied: bochs/repos/community-i686/PKGBUILD (from rev 120307, bochs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-06 21:29:48 UTC (rev 120308)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=bochs
+pkgver=2.6.6
+pkgrel=2
+pkgdesc="A portable x86 PC emulation software package, including GUI debugger"
+arch=('i686' 'x86_64')
+url="http://bochs.sourceforge.net/"
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f5c8483bc478381dd5979f6b3972d44e')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+
+    ./configure \
+        --prefix=/usr \
+        --without-wx \
+        --with-x11 \
+        --with-x \
+        --with-term \
+        --disable-docbook \
+        --enable-cpu-level=6 \
+        --enable-fpu \
+        --enable-3dnow \
+        --enable-disasm \
+        --enable-smp \
+        --enable-x86-64 \
+        --enable-avx \
+        --enable-long-phy-address \
+        --enable-disasm \
+        --enable-pcidev \
+        --enable-usb \
+        --enable-debugger
+        #--with-sdl
+        #--enable-x86-debugger
+        #--enable-all-optimizations
+        #--enable-plugins
+    sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
+    make -j 1
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-06 21:28:47 UTC (rev 120307)
+++ community-x86_64/PKGBUILD	2014-10-06 21:29:48 UTC (rev 120308)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-
-pkgname=bochs
-pkgver=2.6.6
-pkgrel=1
-pkgdesc="A portable x86 PC emulation software package"
-arch=('i686' 'x86_64')
-url="http://bochs.sourceforge.net/"
-license=('LGPL')
-depends=('gcc-libs' 'libxrandr')
-#makedepends=('sdl')
-#optdepends=('sdl: debuggers')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f5c8483bc478381dd5979f6b3972d44e')
-
-build() {
-    cd "$srcdir/$pkgname-$pkgver"
-
-    # typos in 2.6.5
-    #sed -i 's/Bx3DNowOpcode\[i->modRMForm.Ib/&\[0\]/' cpu/fetchdecode{,64}.cc
-
-    # todo, figure out why debuggers won't build (FS#38274)
-    ./configure \
-        --prefix=/usr \
-        --without-wx \
-        --with-x11 \
-        --disable-docbook \
-        --enable-cpu-level=6 \
-        --enable-fpu \
-        --enable-3dnow \
-        --enable-disasm \
-        --enable-smp \
-        --enable-x86-64 \
-        --enable-avx \
-        --enable-long-phy-address \
-        --enable-disasm \
-        --enable-pcidev \
-        --enable-usb
-        #--with-sdl
-        #--enable-debugger
-        #--enable-x86-debugger
-        #--enable-all-optimizations
-        #--enable-plugins
-    #sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
-    make
-}
-
-package() {
-    cd "$srcdir/$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
-}

Copied: bochs/repos/community-x86_64/PKGBUILD (from rev 120307, bochs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-06 21:29:48 UTC (rev 120308)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+
+pkgname=bochs
+pkgver=2.6.6
+pkgrel=2
+pkgdesc="A portable x86 PC emulation software package, including GUI debugger"
+arch=('i686' 'x86_64')
+url="http://bochs.sourceforge.net/"
+license=('LGPL')
+depends=('gcc-libs' 'libxrandr' 'libxpm' 'gtk2')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('f5c8483bc478381dd5979f6b3972d44e')
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver"
+
+    ./configure \
+        --prefix=/usr \
+        --without-wx \
+        --with-x11 \
+        --with-x \
+        --with-term \
+        --disable-docbook \
+        --enable-cpu-level=6 \
+        --enable-fpu \
+        --enable-3dnow \
+        --enable-disasm \
+        --enable-smp \
+        --enable-x86-64 \
+        --enable-avx \
+        --enable-long-phy-address \
+        --enable-disasm \
+        --enable-pcidev \
+        --enable-usb \
+        --enable-debugger
+        #--with-sdl
+        #--enable-x86-debugger
+        #--enable-all-optimizations
+        #--enable-plugins
+    sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile
+    make -j 1
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+    install -Dm644 .bochsrc "$pkgdir/etc/bochsrc-sample.txt"
+}



More information about the arch-commits mailing list