[arch-commits] Commit in vice/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Belanger
eric at archlinux.org
Mon Aug 4 04:39:48 UTC 2008
Date: Monday, August 4, 2008 @ 00:39:48
Author: eric
Revision: 7780
Merged revisions 2-7779 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/vice/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r7736 | kevin | 2008-08-03 14:51:36 -0400 (Sun, 03 Aug 2008) | 1 line
upgpkg: vice 2.0-1
........
r7779 | eric | 2008-08-04 00:39:35 -0400 (Mon, 04 Aug 2008) | 2 lines
upgpkg: vice 2.0-1
added missing libxaw and libxxf86vm depends, added missing xorg-font-utils makedepends, disabled SMP build
........
Modified:
vice/repos/extra-x86_64/ (properties)
vice/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Property changes on: vice/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /vice/trunk:1
+ /vice/trunk:1-7779
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-08-04 04:39:35 UTC (rev 7779)
+++ extra-x86_64/PKGBUILD 2008-08-04 04:39:48 UTC (rev 7780)
@@ -3,20 +3,22 @@
# Maintainer: Kevin Piche <kevin at archlinux.org>
pkgname=vice
-pkgver=1.22
+pkgver=2.0
pkgrel=1
pkgdesc="A Versatile Commodore Emulator"
arch=(i686 x86_64)
license=('GPL')
url="http://www.viceteam.org/"
-source=(ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz)
-depends=('esd' 'gcc' 'libjpeg' 'libpng' 'libungif' 'libxaw' 'libxv'
- 'libxxf86dga' 'libxxf86vm' 'readline')
-md5sums=('33204acbb74bafb12594d39b55888626')
+depends=('esd' 'gcc-libs' 'giflib' 'lame' 'libgl' 'libjpeg' 'libpng' 'libxaw' 'libxxf86vm')
+makedepends=('xorg-font-utils')
+options=('!makeflags')
+source=(http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/$pkgname-$pkgver.tar.gz)
+md5sums=('e4af3962469cb2279429718946528f1d')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --enable-fullscreen
make || return 1
make DESTDIR=$startdir/pkg install
+ rm $startdir/pkg/usr/share/info/dir
}
More information about the arch-commits
mailing list