[arch-commits] Commit in wesnoth/trunk (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Tue Mar 24 10:00:01 UTC 2009
Date: Tuesday, March 24, 2009 @ 06:00:01
Author: tpowa
Revision: 31102
upgpkg: wesnoth 1.6-1
Modified:
wesnoth/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-03-24 09:59:52 UTC (rev 31101)
+++ PKGBUILD 2009-03-24 10:00:01 UTC (rev 31102)
@@ -4,13 +4,13 @@
# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=wesnoth
-pkgver=1.4.7
+pkgver=1.6
pkgrel=1
pkgdesc="A turn-based strategy game on a fantasy world"
arch=(i686 x86_64)
license=('GPL')
url="http://www.wesnoth.org/"
-depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost' 'python>=2.6')
+depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis' 'fribidi' 'freetype2' 'gcc-libs' 'boost' 'python>=2.6' 'pango')
install=wesnoth.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
@@ -19,8 +19,5 @@
./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
make || return 1
make DESTDIR=$startdir/pkg install
-# install menu entry
- install -D -m644 icons/wesnoth.desktop $startdir/pkg/usr/share/applications/wesnoth.desktop
- install -D -m644 images/wesnoth-icon.png $startdir/pkg/usr/share/pixmaps/wesnoth-icon.png
}
-md5sums=('fdd341c3d66bf1bea2113c79db852d68')
+md5sums=('ac636a0f0f6e1f346a99a0495e57b1de')
More information about the arch-commits
mailing list