[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 08:20:22
  Author: eworm
Revision: 514335

upgpkg: gemrb 0.8.5-2

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 08:17:26 UTC (rev 514334)
+++ PKGBUILD2019-10-09 08:20:22 UTC (rev 514335)
@@ -1,7 +1,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
 pkgver=0.8.5
-pkgrel=1
+pkgrel=2
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('x86_64')
 url="http://www.gemrb.org/;


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2017-11-29 Thread Lukas Jirkovsky via arch-commits
Date: Wednesday, November 29, 2017 @ 17:47:02
  Author: stativ
Revision: 270740

upgpkg: gemrb 0.8.5-1

update to 0.8.5

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |   28 
 1 file changed, 12 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 17:22:12 UTC (rev 270739)
+++ PKGBUILD2017-11-29 17:47:02 UTC (rev 270740)
@@ -1,32 +1,28 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
-pkgver=0.8.4
-pkgrel=2
+pkgver=0.8.5
+pkgrel=1
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('x86_64')
 url="http://www.gemrb.org/;
 license=('GPL')
-depends=('python2' 'openal' 'sdl_mixer' 'hicolor-icon-theme')
-# optionally it is possible to build vlc plugin too
-# for future reference: there is also and experimental SDL2/OpenGL renderer
+depends=('python2' 'sdl2' 'sdl2_mixer' 'openal' 'hicolor-icon-theme' 'libpng' 
'freetype2')
 makedepends=('cmake')
 install=gemrb.install
-source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('3820d39e2480e8f5afccbe5c8d6058b9')
+source=("https://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
+sha1sums=('703a13ebce32acc1b0afb3296c3d2b445e2fbaab')
 
+prepare() {
+  mkdir -p "$srcdir/build"
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  if [ ! -d "$srcdir/build" ] ; then
-mkdir "$srcdir/build"
-  fi
   cd "$srcdir/build"
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../$pkgname-$pkgver
-
+  cmake ../$pkgname-$pkgver \
+  -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release
   make
 }
 


[arch-commits] Commit in gemrb/trunk (PKGBUILD gemrb.install)

2016-05-13 Thread Antonio Rojas
Date: Friday, May 13, 2016 @ 22:32:55
  Author: arojas
Revision: 175254

Hooks

Modified:
  gemrb/trunk/PKGBUILD
  gemrb/trunk/gemrb.install

---+
 PKGBUILD  |2 +-
 gemrb.install |3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-13 20:30:10 UTC (rev 175253)
+++ PKGBUILD2016-05-13 20:32:55 UTC (rev 175254)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('i686' 'x86_64')
 url="http://www.gemrb.org/;

Modified: gemrb.install
===
--- gemrb.install   2016-05-13 20:30:10 UTC (rev 175253)
+++ gemrb.install   2016-05-13 20:32:55 UTC (rev 175254)
@@ -9,12 +9,9 @@
4. Now You can start the game by executing "gemrb" at the command line 
prompt
 
 EOF
-
-  gtk-update-icon-cache -f /usr/share/icons/hicolor/
 }
 
 post_remove() {
   echo "Don't forget to remove game data files."
-  gtk-update-icon-cache -f /usr/share/icons/hicolor/
 }
 


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2016-03-29 Thread Lukas Jirkovsky
Date: Tuesday, March 29, 2016 @ 23:10:29
  Author: stativ
Revision: 168828

upgpkg: gemrb 0.8.4-1

update to 0.8.4

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-29 20:58:22 UTC (rev 168827)
+++ PKGBUILD2016-03-29 21:10:29 UTC (rev 168828)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('i686' 'x86_64')
 url="http://www.gemrb.org/;
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 install=gemrb.install
 
source=("http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('c5798e118425adcae4a45ec5b1ab77a5')
+md5sums=('3820d39e2480e8f5afccbe5c8d6058b9')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2015-12-06 Thread Bartłomiej Piotrowski
Date: Sunday, December 6, 2015 @ 22:20:25
  Author: bpiotrowski
Revision: 149238

C++11 ABI rebuild

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:17:39 UTC (rev 149237)
+++ PKGBUILD2015-12-06 21:20:25 UTC (rev 149238)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky 
 pkgname=gemrb
 pkgver=0.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate"
 arch=('i686' 'x86_64')
 url="http://www.gemrb.org/;


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2015-08-06 Thread Lukas Jirkovsky
Date: Thursday, August 6, 2015 @ 18:58:45
  Author: stativ
Revision: 138030

upgpkg: gemrb 0.8.3-1

update to 0.8.3

Modified:
  gemrb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-06 16:47:26 UTC (rev 138029)
+++ PKGBUILD2015-08-06 16:58:45 UTC (rev 138030)
@@ -1,21 +1,19 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
 license=('GPL')
-depends=('python2' 'openal' 'libpng' 'sdl_mixer' 'freetype2')
+depends=('python2' 'openal' 'sdl_mixer' 'hicolor-icon-theme')
 # optionally it is possible to build vlc plugin too
 # for future reference: there is also and experimental SDL2/OpenGL renderer
 makedepends=('cmake')
-# i686 build breaks because of the stack protector
-[ $CARCH==i686 ]  options=('!buildflags')
 install=gemrb.install
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74')
+md5sums=('c5798e118425adcae4a45ec5b1ab77a5')
 
 build() {
   cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2015-02-23 Thread Lukas Jirkovsky
Date: Monday, February 23, 2015 @ 22:30:32
  Author: stativ
Revision: 128154

upgpkg: gemrb 0.8.2-1

update to 0.8.2

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-02-23 21:20:21 UTC (rev 128153)
+++ PKGBUILD2015-02-23 21:30:32 UTC (rev 128154)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 [ $CARCH==i686 ]  options=('!buildflags')
 install=gemrb.install
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('5e7d727f336caf91657375595982c063')
+md5sums=('5ed52dda83f8cc4e1e2f2acdeae65d74')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -29,10 +29,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 ../$pkgname-$pkgver
 
-  # fix the dirs not being properly set by cmake (bug #269)
-  echo '#define PLUGINDIR /usr/lib/gemrb/plugins
-  #define SYSCONFDIR /etc/gemrb'  config.h
-
   make
 }
 


[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2014-06-22 Thread Lukas Jirkovsky
Date: Sunday, June 22, 2014 @ 20:54:15
  Author: stativ
Revision: 113430

gemrb: Prepare for the 0.8.1 release.

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-22 16:37:51 UTC (rev 113429)
+++ PKGBUILD2014-06-22 18:54:15 UTC (rev 113430)
@@ -1,18 +1,19 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.8.0.1
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
 license=('GPL')
-depends=('python2' 'openal' 'libpng' 'sdl_mixer')
+depends=('python2' 'openal' 'libpng' 'sdl_mixer' 'freetype2')
 # optionally it is possible to build vlc plugin too
+# for future reference: there is also and experimental SDL2/OpenGL renderer
 makedepends=('cmake')
 install=gemrb.install
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('fdb97cc031cf969938952ce2c79b25fc')
+md5sums=('5e7d727f336caf91657375595982c063')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
@@ -22,7 +23,14 @@
   fi
   cd $srcdir/build
 
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../$pkgname-$pkgver
+
+  # fix the dirs not being properly set by cmake (bug #269)
+  echo '#define PLUGINDIR /usr/lib/gemrb/plugins
+  #define SYSCONFDIR /etc/gemrb'  config.h
+
   make
 }
 



[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2014-06-22 Thread Lukas Jirkovsky
Date: Sunday, June 22, 2014 @ 21:07:04
  Author: stativ
Revision: 113431

upgpkg: gemrb 0.8.1-1

update to 0.8.1

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2014-06-22 18:54:15 UTC (rev 113430)
+++ PKGBUILD2014-06-22 19:07:04 UTC (rev 113431)
@@ -11,6 +11,8 @@
 # optionally it is possible to build vlc plugin too
 # for future reference: there is also and experimental SDL2/OpenGL renderer
 makedepends=('cmake')
+# i686 build breaks because of the stack protector
+[ $CARCH==i686 ]  options=('!buildflags')
 install=gemrb.install
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
 md5sums=('5e7d727f336caf91657375595982c063')



[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2013-05-27 Thread Bartłomiej Piotrowski
Date: Monday, May 27, 2013 @ 10:10:37
  Author: bpiotrowski
Revision: 91753

upgpkg: gemrb 0.8.0.1-1

- upstream release

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-05-27 05:43:03 UTC (rev 91752)
+++ PKGBUILD2013-05-27 08:10:37 UTC (rev 91753)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.0.1
+pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
@@ -13,7 +13,7 @@
 install=gemrb.install
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('dc0306d4d301726ac449225313285ea1')
+md5sums=('fdb97cc031cf969938952ce2c79b25fc')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:46:48
  Author: bpiotrowski
Revision: 89423

upgpkg: gemrb 0.8.0-1

- upstream release

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:34:53 UTC (rev 89422)
+++ PKGBUILD2013-04-29 11:46:48 UTC (rev 89423)
@@ -1,8 +1,8 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
-pkgver=0.7.2
-pkgrel=2
+pkgver=0.8.0
+pkgrel=1
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;
@@ -13,7 +13,7 @@
 install=gemrb.install
 options=('!libtool')
 
source=(http://downloads.sourceforge.net/sourceforge/gemrb/$pkgname-$pkgver.tar.gz;)
-md5sums=('4260fcd42f42ce9232668b202b320b29')
+md5sums=('dc0306d4d301726ac449225313285ea1')
 
 build() {
   cd $srcdir/$pkgname-$pkgver



[arch-commits] Commit in gemrb/trunk (PKGBUILD)

2013-04-29 Thread Bartłomiej Piotrowski
Date: Monday, April 29, 2013 @ 13:52:17
  Author: bpiotrowski
Revision: 89427

upgpkg: gemrb 0.8.0-2

- rebuild against libpng 1.6

Modified:
  gemrb/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-04-29 11:47:38 UTC (rev 89426)
+++ PKGBUILD2013-04-29 11:52:17 UTC (rev 89427)
@@ -2,7 +2,7 @@
 # Maintainer: Lukas Jirkovsky l.jirkov...@gmail.com
 pkgname=gemrb
 pkgver=0.8.0
-pkgrel=1
+pkgrel=2
 pkgdesc=OSS implementation of Bioware's Infinity Engine which supports eg. 
Baldur's Gate
 arch=('i686' 'x86_64')
 url=http://www.gemrb.org/;