[arch-commits] Commit in wesnoth/repos (extra-i686 extra-i686/PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Mon Dec 29 13:40:27 UTC 2008


    Date: Monday, December 29, 2008 @ 08:40:26
  Author: douglas
Revision: 22868

Merged revisions 19522,22867 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/wesnoth/trunk

........
  r19522 | eric | 2008-11-24 23:37:19 -0200 (Seg, 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
........
  r22867 | douglas | 2008-12-29 11:39:46 -0200 (Seg, 29 Dez 2008) | 1 line
  
  upgpkg: wesnoth 1.4.7-1
........

Modified:
  wesnoth/repos/extra-i686/	(properties)
  wesnoth/repos/extra-i686/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


Property changes on: wesnoth/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /wesnoth/trunk:1-19416
   + /wesnoth/trunk:1-22867

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2008-12-29 13:39:46 UTC (rev 22867)
+++ extra-i686/PKGBUILD	2008-12-29 13:40:26 UTC (rev 22868)
@@ -4,7 +4,7 @@
 # Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=wesnoth 
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc="A turn-based strategy game on a fantasy world" 
 arch=(i686 x86_64)
@@ -12,15 +12,15 @@
 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)
 
 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=('9e92234b29f062b3779750ba3cd0a71b')
+md5sums=('fdd341c3d66bf1bea2113c79db852d68')




More information about the arch-commits mailing list