summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-04-30 15:12:48 +0200
committerJohannes Dewender2013-04-30 15:29:14 +0200
commit5a71feb7314b07a267a351e13a0ca15a84a348e5 (patch)
treeb08c9919af3faaf641c36113c1c8cffb029c243d
parent6261b72d79bdb5a51b654a41847e413dff2d489a (diff)
downloadaur-5a71feb7314b07a267a351e13a0ca15a84a348e5.tar.gz
holyspirit-svn: try update to sfml 2.0 (final)
The compilation itself works, but starting the game fails. Not sure if that is a problem on my system or a general one.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
l---------convertCoords.patch1
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 303857963d7f..f340b38b04ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = holyspirit-svn
pkgdesc = Action role-playing game (ARPG, like diablo)
pkgver = 2420
- pkgrel = 2
+ pkgrel = 3
url = http://www.holyspirit.fr/
install = holyspirit.install
arch = i686
@@ -19,12 +19,12 @@ pkgbase = holyspirit-svn
source = holyspirit::svn+https://lechemindeladam.svn.sourceforge.net/svnroot/lechemindeladam/trunk
source = holyspirit.sh
source = config_crash.patch
- source = backspace.patch
+ source = convertCoords.patch
source = qt-includes.patch
md5sums = SKIP
md5sums = c2fa4f8768d35c54a95dec924e50c75f
md5sums = c0fd6d1ede2cb6afbcf082aaae0cc60b
- md5sums = 4967f1cd4216d1ec2ff3cfd1941b18df
+ md5sums = 826ad464d28d8359a98105646abc6ebc
md5sums = 97fde790c28fd547be56a8c0d9e2029a
pkgname = holyspirit-svn
diff --git a/PKGBUILD b/PKGBUILD
index 75ffd6b9c8b4..6b9fe595d82f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=holyspirit-svn
pkgver=2420
-pkgrel=2
+pkgrel=3
pkgdesc="Action role-playing game (ARPG, like diablo)"
arch=(i686 x86_64)
url="http://www.holyspirit.fr/"
@@ -14,12 +14,12 @@ provides=('holyspirit')
conflicts=('holyspirit')
install=holyspirit.install
source=('holyspirit::svn+https://lechemindeladam.svn.sourceforge.net/svnroot/lechemindeladam/trunk'
-holyspirit.sh config_crash.patch backspace.patch qt-includes.patch)
+holyspirit.sh config_crash.patch convertCoords.patch qt-includes.patch)
backup=('opt/share/games/holyspirit/configuration.conf' 'opt/share/games/holyspirit/key_mapping.conf')
md5sums=('SKIP'
'c2fa4f8768d35c54a95dec924e50c75f'
'c0fd6d1ede2cb6afbcf082aaae0cc60b'
- '4967f1cd4216d1ec2ff3cfd1941b18df'
+ '826ad464d28d8359a98105646abc6ebc'
'97fde790c28fd547be56a8c0d9e2029a')
pkgver(){
@@ -31,7 +31,7 @@ build() {
# patches
patch -p1 < ../config_crash.patch
- patch -p1 < ../backspace.patch
+ patch -p2 < ../convertCoords.patch
patch -p2 < ../qt-includes.patch
cmake -DSFML_STATIC_LIBRARIES=FALSE \
@@ -42,6 +42,9 @@ build() {
msg "Building the launcher..."
cd Launcher
+ #sed -i -e 's|/usr/share/qt4|/usr/share/qt|g' Makefile
+ #sed -i -e 's|/usr/bin/moc-qt4|/usr/bin/moc|g' Makefile
+ #make INCPATH="-I/usr/share/qt/mkspecs/linux-g++ -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include/QtWebKit -I/usr/include/Qt -I. -I."
make
}
diff --git a/convertCoords.patch b/convertCoords.patch
new file mode 120000
index 000000000000..c08aa6bf9170
--- /dev/null
+++ b/convertCoords.patch
@@ -0,0 +1 @@
+/home/jonnyjd/svn/holyspirit/patches/convertCoords.patch \ No newline at end of file