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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 14 02:33:15 UTC 2016


    Date: Sunday, August 14, 2016 @ 02:33:15
  Author: svenstaro
Revision: 186728

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

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

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ----------------------
 community-x86_64/PKGBUILD |   30 ----------------------
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-14 02:33:10 UTC (rev 186727)
+++ community-i686/PKGBUILD	2016-08-14 02:33:15 UTC (rev 186728)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen <juergen at archlinux.org>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.8.0
-pkgrel=1
-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=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
-         'libgl' 'glu')
-makedepends=('mesa')
-source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
-md5sums=('9a9f130d1b03bd8d15a19dde15560a82')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
-    --enable-release \
-    --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-i686/PKGBUILD (from rev 186727, scummvm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-14 02:33:15 UTC (rev 186728)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
+# Maintainer: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.8.1
+pkgrel=1
+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=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
+         'libgl' 'glu')
+makedepends=('mesa')
+source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
+md5sums=('47cb3915b22f979c0478486bf1cadb7b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --disable-debug \
+    --enable-release \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-14 02:33:10 UTC (rev 186727)
+++ community-x86_64/PKGBUILD	2016-08-14 02:33:15 UTC (rev 186728)
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
-# Maintainer: juergen <juergen at archlinux.org>
-# Contributor: Manolis Tzanidakis, Petter Gundersen
-
-pkgname=scummvm
-pkgver=1.8.0
-pkgrel=1
-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=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
-         'libgl' 'glu')
-makedepends=('mesa')
-source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
-md5sums=('9a9f130d1b03bd8d15a19dde15560a82')
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  ./configure --disable-debug \
-    --enable-release \
-    --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
-}

Copied: scummvm/repos/community-x86_64/PKGBUILD (from rev 186727, scummvm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-14 02:33:15 UTC (rev 186728)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 160945 2012-06-07 12:04:14Z juergen $
+# Maintainer: juergen <juergen at archlinux.org>
+# Contributor: Manolis Tzanidakis, Petter Gundersen
+
+pkgname=scummvm
+pkgver=1.8.1
+pkgrel=1
+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=('libpng' 'libtheora' 'sdl' 'fluidsynth' 'flac' 'faad2' 'libvorbis' 'libmad' 'freetype2'
+         'libgl' 'glu')
+makedepends=('mesa')
+source=(http://scummvm.org/frs/scummvm/${pkgver}/scummvm-${pkgver}.tar.xz)
+md5sums=('47cb3915b22f979c0478486bf1cadb7b')
+
+build() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  ./configure --disable-debug \
+    --enable-release \
+    --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 dists/${pkgname}.desktop "${pkgdir}"/usr/share/applications/${pkgname}.desktop
+}



More information about the arch-commits mailing list