[arch-commits] Commit in wesnoth/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Tue Nov 25 01:37:40 UTC 2008
Date: Monday, November 24, 2008 @ 20:37:40
Author: eric
Revision: 19523
Merged revisions 19416,19522 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/wesnoth/trunk
........
r19416 | douglas | 2008-11-22 14:27:03 -0500 (Sat, 22 Nov 2008) | 1 line
upgpkg: wesnoth 1.4.6-1
........
r19522 | eric | 2008-11-24 20:37:19 -0500 (Mon, 24 Nov 2008) | 2 lines
upgpkg: wesnoth 1.4.6-1
added --localstatedir=/var config option to have daemon use /var/run instead of /usr/var/run
........
Modified:
wesnoth/repos/extra-x86_64/ (properties)
wesnoth/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: wesnoth/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /wesnoth/trunk:1-17086
+ /wesnoth/trunk:1-19522
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-11-25 01:37:19 UTC (rev 19522)
+++ extra-x86_64/PKGBUILD 2008-11-25 01:37:40 UTC (rev 19523)
@@ -4,23 +4,23 @@
# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=wesnoth
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.4.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')
install=wesnoth.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2)
+md5sums=('9e92234b29f062b3779750ba3cd0a71b')
build() {
cd $startdir/src/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-tools --enable-editor --enable-server
+ ./configure --prefix=/usr --localstatedir=/var --enable-tools --enable-editor --enable-server
make || return 1
- make prefix=$startdir/pkg/usr install
+ 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=('09b7b76d4a4eedf502f38df9d551d827')
More information about the arch-commits
mailing list