[arch-commits] CVS update of extra/games/xmoto (ChangeLog PKGBUILD)

Travis Willard travis at archlinux.org
Sat Feb 16 21:39:59 UTC 2008


    Date: Saturday, February 16, 2008 @ 16:39:59
  Author: travis
    Path: /home/cvs-extra/extra/games/xmoto

Modified: ChangeLog (1.1 -> 1.2) PKGBUILD (1.12 -> 1.13)

Damn, forgot to fix /usr/man path.


-----------+
 ChangeLog |    7 ++++++-
 PKGBUILD  |    6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)


Index: extra/games/xmoto/ChangeLog
diff -u extra/games/xmoto/ChangeLog:1.1 extra/games/xmoto/ChangeLog:1.2
--- extra/games/xmoto/ChangeLog:1.1	Sat Feb 16 14:42:17 2008
+++ extra/games/xmoto/ChangeLog	Sat Feb 16 16:39:59 2008
@@ -1,5 +1,10 @@
 2008-02-16 Travis Willard <travis at archlinux.org>
 
-	* 0.4.1
+	* 0.4.1-2
+	Moved manpages to /usr/share/man for FHS
+
+2008-02-16 Travis Willard <travis at archlinux.org>
+
+	* 0.4.1-1
 	Added ChangeLog
 	New upstream release.
Index: extra/games/xmoto/PKGBUILD
diff -u extra/games/xmoto/PKGBUILD:1.12 extra/games/xmoto/PKGBUILD:1.13
--- extra/games/xmoto/PKGBUILD:1.12	Sat Feb 16 14:42:17 2008
+++ extra/games/xmoto/PKGBUILD	Sat Feb 16 16:39:59 2008
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.12 2008/02/16 19:42:17 travis Exp $
+# $Id: PKGBUILD,v 1.13 2008/02/16 21:39:59 travis Exp $
 # Maintainer: Travis Willard <travisw at wmpub.ca> 
 # Contributor: Denis (dtonator at gmail.com)
 
 pkgname=xmoto
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A challenging 2D motocross platform game, where physics play an important role."
 arch=('i686' 'x86_64')
 url="http://xmoto.tuxfamily.org"
@@ -19,7 +19,7 @@
   cd $startdir/src/xmoto-$pkgver
   ./configure --prefix=/usr
   make || return 1
-  make DESTDIR=$startdir/pkg mangdir=/usr/man/man6 install
+  make DESTDIR=$startdir/pkg mangdir=/usr/share/man/man6 install
 
   #install desktop file
   install -Dm0644 $startdir/src/xmoto-${pkgver}/extra/xmoto.desktop $startdir/pkg/usr/share/applications/xmoto.desktop




More information about the arch-commits mailing list