[arch-commits] Commit in dosbox/repos/community-x86_64 (6 files)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sun Oct 6 16:29:33 UTC 2013


    Date: Sunday, October 6, 2013 @ 18:29:33
  Author: jlichtblau
Revision: 98144

archrelease: copy trunk to community-x86_64

Added:
  dosbox/repos/community-x86_64/PKGBUILD
    (from rev 98143, dosbox/trunk/PKGBUILD)
  dosbox/repos/community-x86_64/dosbox.png
    (from rev 98143, dosbox/trunk/dosbox.png)
  dosbox/repos/community-x86_64/gcc46.patch
    (from rev 98143, dosbox/trunk/gcc46.patch)
Deleted:
  dosbox/repos/community-x86_64/PKGBUILD
  dosbox/repos/community-x86_64/dosbox.png
  dosbox/repos/community-x86_64/gcc46.patch

-------------+
 PKGBUILD    |  102 ++++++++++++++++++++++++++++++----------------------------
 gcc46.patch |   24 ++++++-------
 2 files changed, 66 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-06 16:29:05 UTC (rev 98143)
+++ PKGBUILD	2013-10-06 16:29:33 UTC (rev 98144)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau
-# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
-# Contributor: James Rayner <james at archlinux.org>
-# Contributor: Ben <ben at benmazer.net>
-
-pkgname=dosbox
-pkgver=0.74
-pkgrel=5
-pkgdesc="Emulator with builtin DOS for running DOS Games"
-arch=('i686' 'x86_64')
-url="http://dosbox.sourceforge.net/"
-license=('GPL')
-depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu')
-makedepends=('mesa' 'gendesk')
-source=("http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz"
-	'dosbox.png'
-	'gcc46.patch')
-md5sums=('b9b240fa87104421962d14eee71351e8'
-         '2aac25fc06979e375953fcc36824dc5e'
-         '3fba2e3c7c43290319b2928f40ed30e5')
-
-build(){
-  cd "$srcdir"
-  gendesk
-
-  cd "${pkgname}-${pkgver}"
-  patch -Np1 -i "$srcdir/gcc46.patch"
-  sed -i 's/png_check_sig/png_sig_cmp/' configure 
-  ./configure   --prefix=/usr \
-    --sysconfdir=/etc/dosbox  
-  make 
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install 
-
-
-  # install docs, make does not install them
-  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
-  install -Dm644 docs/README.video "$pkgdir"/usr/share/doc/$pkgname/README.video
-
-  install -Dm644 "${srcdir}/${pkgname}.png" \
-    "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-    "${pkgdir}/usr/share/applications/${pkgname}.desktop"
-}

Copied: dosbox/repos/community-x86_64/PKGBUILD (from rev 98143, dosbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-06 16:29:33 UTC (rev 98144)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jelle van der Waa <jelle at vdwaa.nl>
+# Contributor: James Rayner <james at archlinux.org>
+# Contributor: Ben <ben at benmazer.net>
+
+pkgname=dosbox
+pkgver=0.74
+pkgrel=6
+pkgdesc='Emulator with builtin DOS for running DOS Games'
+arch=('i686' 'x86_64')
+url='http://dosbox.sourceforge.net/'
+license=('GPL')
+depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu')
+makedepends=('mesa-libgl' 'gendesk')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+        dosbox.png
+        gcc46.patch)
+sha256sums=('13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05'
+            '491c42d16fc5ef7ee2eca1b736f7801249d4ca8c0b236a001aec0d3e24504f3b'
+            'f4848d22982b47d1f123ff2c68493460e93aca593ea4a122d69d08625755359c')
+
+prepare() {
+  cd "$srcdir"
+
+  gendesk --pkgname "$pkgname" --pkgdesc "$pkgdesc"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -Np1 -i "$srcdir/gcc46.patch"
+  sed -i 's/png_check_sig/png_sig_cmp/' configure 
+
+  ./configure   --prefix=/usr --sysconfdir=/etc/dosbox  
+  make 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install 
+
+# install docs, make does not install them
+  install -Dm644 README "$pkgdir"/usr/share/doc/$pkgname/README
+  install -Dm644 docs/README.video "$pkgdir"/usr/share/doc/$pkgname/README.video
+
+  install -Dm644 "$srcdir/$pkgname.png" \
+    "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+    "$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: dosbox.png
===================================================================
(Binary files differ)

Copied: dosbox/repos/community-x86_64/dosbox.png (from rev 98143, dosbox/trunk/dosbox.png)
===================================================================
(Binary files differ)

Deleted: gcc46.patch
===================================================================
--- gcc46.patch	2013-10-06 16:29:05 UTC (rev 98143)
+++ gcc46.patch	2013-10-06 16:29:33 UTC (rev 98144)
@@ -1,12 +0,0 @@
-diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
---- dosbox-0.74/include/dos_inc.h	2010-05-10 17:43:54.000000000 +0000
-+++ dosbox-0.74.new//include/dos_inc.h	2011-06-17 20:42:43.982548979 +0000
-@@ -28,6 +28,8 @@
- #include "mem.h"
- #endif
- 
-+#include <stddef.h> //for offsetof
-+
- #ifdef _MSC_VER
- #pragma pack (1)
- #endif

Copied: dosbox/repos/community-x86_64/gcc46.patch (from rev 98143, dosbox/trunk/gcc46.patch)
===================================================================
--- gcc46.patch	                        (rev 0)
+++ gcc46.patch	2013-10-06 16:29:33 UTC (rev 98144)
@@ -0,0 +1,12 @@
+diff -aur dosbox-0.74/include/dos_inc.h dosbox-0.74.new//include/dos_inc.h
+--- dosbox-0.74/include/dos_inc.h	2010-05-10 17:43:54.000000000 +0000
++++ dosbox-0.74.new//include/dos_inc.h	2011-06-17 20:42:43.982548979 +0000
+@@ -28,6 +28,8 @@
+ #include "mem.h"
+ #endif
+ 
++#include <stddef.h> //for offsetof
++
+ #ifdef _MSC_VER
+ #pragma pack (1)
+ #endif




More information about the arch-commits mailing list