[arch-commits] Commit in vice/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Tue Aug 2 21:30:16 UTC 2011
Date: Tuesday, August 2, 2011 @ 17:30:16
Author: giovanni
Revision: 134316
upgpkg: vice 2.3-2
esound is deprecated. rebuild.
Modified:
vice/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-02 21:15:25 UTC (rev 134315)
+++ PKGBUILD 2011-08-02 21:30:16 UTC (rev 134316)
@@ -4,12 +4,12 @@
pkgname=vice
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="A Versatile Commodore Emulator"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.viceteam.org/"
-depends=('esound' 'gcc-libs' 'giflib' 'lame' 'libxrandr' 'libxv' 'libjpeg>=8' 'libpng>=1.4.0' 'libxaw' 'libxxf86vm')
+depends=('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
@@ -20,14 +20,14 @@
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch || return 1
+ patch -Np1 -i ${srcdir}/vice-2.3-x11video.patch
./configure --prefix=/usr \
--enable-fullscreen
- make || return 1
+ make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install || return 1
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list