[arch-commits] Commit in scummvm/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Thu Jan 5 12:48:56 UTC 2012


    Date: Thursday, January 5, 2012 @ 07:48:56
  Author: juergen
Revision: 146120

archrelease: copy trunk to extra-x86_64

Added:
  scummvm/repos/extra-x86_64/PKGBUILD
    (from rev 146119, scummvm/trunk/PKGBUILD)
Deleted:
  scummvm/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-01-05 12:48:41 UTC (rev 146119)
+++ PKGBUILD	2012-01-05 12:48:56 UTC (rev 146120)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: juergen <juergen at hoetzel.info>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.scummvm.org/"
-depends=('libmad' 'sdl' 'fluidsynth')
-makedepends=('libmpeg2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('87e5076e93bfa762f1c5d7f45b41d4e2')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --backend=sdl --disable-debug \
-    --enable-mpeg2 --with-mpeg2-prefix=/usr \
-    --with-flac-prefix=/usr \
-    --with-fluidsynth-prefix=/usr \
-    --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  install -Dm755 scummvm "${pkgdir}"/usr/bin/scummvm
-  install -Dm644 dists/scummvm.6 "${pkgdir}"/usr/share/man/man6/scummvm.6
-  # fixes FS#9118 
-  install -Dm644 dists/${pkgname}.desktop \
-	"${pkgdir}"/usr/share/applications/${pkgname}.desktop
-  install -Dm644  icons/scummvm.xpm \
-	"${pkgdir}"/usr/share/pixmaps/scummvm.xpm
-
-  install -Dm644 gui/themes/scummmodern.zip "${pkgdir}"/usr/share/scummvm/scummmodern.zip
-}

Copied: scummvm/repos/extra-x86_64/PKGBUILD (from rev 146119, scummvm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-01-05 12:48:56 UTC (rev 146120)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.4.0
+pkgrel=2
+pkgdesc="A 'virtual machine' for several classic graphical point-and-click adventure games."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.scummvm.org/"
+depends=('libmad' 'sdl' 'fluidsynth')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('361000b78ebf0d0f449e98238d677be1')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --backend=sdl --disable-debug \
+    --with-flac-prefix=/usr \
+    --with-fluidsynth-prefix=/usr \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  install -Dm755 scummvm "${pkgdir}"/usr/bin/scummvm
+  install -Dm644 dists/scummvm.6 "${pkgdir}"/usr/share/man/man6/scummvm.6
+  # fixes FS#9118 
+  install -Dm644 dists/${pkgname}.desktop \
+	"${pkgdir}"/usr/share/applications/${pkgname}.desktop
+  install -Dm644  icons/scummvm.xpm \
+	"${pkgdir}"/usr/share/pixmaps/scummvm.xpm
+
+  install -Dm644 gui/themes/scummmodern.zip "${pkgdir}"/usr/share/scummvm/scummmodern.zip
+}




More information about the arch-commits mailing list