You are not logged in.

#1 2006-12-24 11:26:23

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Wesnoth 1.2

For all you people who love this game and couldn't await their christmas release, here is a working PKGBUILD for the 1.2 version. I just modified a few things in the 1.0.2 PKGBUILD. Aware that I am a noob creating packages on archlinux smile

# $Id: PKGBUILD,v 1.22 2006/02/02 04:59:14 simo Exp $
# Maintainer: Tobias Powalowski <tpowa>
#Contributor: Jacobo Arvelo <unix4all> 
pkgname=wesnoth 
pkgver=1.2
pkgrel=2
pkgdesc="A turn-based strategy game on a fantasy world" 
url="http://www.wesnoth.org/" 
depends=('sdl_ttf' 'sdl_net' 'sdl_mixer' 'sdl_image' 'libvorbis')
#source=(http://www.wesnoth.org/files/$pkgname-$pkgver.tar.gz) 
install=wesnoth.install
source=(http://heanet.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) 


build() { 
  cd $startdir/src/$pkgname-$pkgver 
  ./configure --prefix=/usr --enable-tools --enable-editor --enable-server 
  make || return 1 
  make prefix=$startdir/pkg/usr 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=('722a459282abe6d04dbe228d031c088e')

Merry Christmas!


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

#2 2006-12-24 12:46:14

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Wesnoth 1.2

Wow, you change the pkgver and pkgrel?  Wow, that saved me, like, 7 seconds!  Thanks.

Offline

#3 2006-12-24 12:54:36

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: Wesnoth 1.2

why you don't flag the package to infrom the maintainer about the new release?

Offline

#4 2006-12-24 14:07:50

STiAT
Member
From: Vienna, Austria
Registered: 2004-12-23
Posts: 606

Re: Wesnoth 1.2

dtw wrote:

Wow, you change the pkgver and pkgrel?  Wow, that saved me, like, 7 seconds!  Thanks.

Before we had aur, it was all about this.
Anyway, i think you could have been friendlier on this, instead of posting this ironic post, one with the suggestion tpowa made.

// STi


Ability is nothing without opportunity.

Offline

#5 2006-12-24 14:54:54

tpowa
Developer
From: Lauingen , Germany
Registered: 2004-04-05
Posts: 2,322

Re: Wesnoth 1.2

me is the maintainer it'll appear soon on the servers

Offline

#6 2006-12-24 18:43:39

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Re: Wesnoth 1.2

tpowa wrote:

why you don't flag the package to infrom the maintainer about the new release?

Didn't knew about that flagging...sry...just wanted to play the latest version and thought someone else might be interested smile


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

#7 2006-12-24 18:44:40

freigeist
Member
From: Cologne, Germany
Registered: 2006-07-14
Posts: 191

Re: Wesnoth 1.2

dtw wrote:

Wow, you change the pkgver and pkgrel?  Wow, that saved me, like, 7 seconds!  Thanks.

Don't forget the md5sums smile And remember that not everyone is as experienced as you may be...


Elfenbeinturm.cc
a metaphysical space of solitude and sanctity: http://www.elfenbeinturm.cc

Offline

Board footer

Powered by FluxBB