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

2020-12-12 Thread Felix Yan via arch-commits
Date: Saturday, December 12, 2020 @ 15:41:51
  Author: felixonmars
Revision: 773334

upgpkg: frogatto 1.3.1-34: boost 1.75.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-12 15:39:50 UTC (rev 77)
+++ PKGBUILD2020-12-12 15:41:51 UTC (rev 773334)
@@ -5,7 +5,7 @@
 pkgname=frogatto
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=33
+pkgrel=34
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2020-12-06 Thread Felix Yan via arch-commits
Date: Sunday, December 6, 2020 @ 21:44:25
  Author: felixonmars
Revision: 771209

upgpkg: frogatto 1.3.1-33: boost 1.74.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-06 21:43:20 UTC (rev 771208)
+++ PKGBUILD2020-12-06 21:44:25 UTC (rev 771209)
@@ -5,7 +5,7 @@
 pkgname=frogatto
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=32
+pkgrel=33
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2020-07-27 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, July 28, 2020 @ 02:08:39
  Author: svenstaro
Revision: 665600

upgpkg: frogatto 1.3.1-32

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-28 02:07:15 UTC (rev 665599)
+++ PKGBUILD2020-07-28 02:08:39 UTC (rev 665600)
@@ -1,15 +1,15 @@
-# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Sven-Hendrik Haase 
 # Contributor: Federico CInelli 
 # Contributor: Tom Wambold 
 
-pkgname='frogatto'
+pkgname=frogatto
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=31
+pkgrel=32
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
+depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
 
source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 launcher
@@ -16,11 +16,11 @@
 frogatto.desktop
 fbsd-fixes.patch
 frogatto-boost-1.70.patch)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
- '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58'
- 'f3a4cb8492ce71a9d8895ce9d15b0714'
- 'c7c5a084ac3915a446fc26389a714289')
+sha512sums=('bb1c5e765a456abedd7b80cce99b7be62734a6163c2e2beb9776c6a61eba779a916ea99a3c113be0626a4d238f10dcdf360d26f993f1d9ac4e381d711b27be23'
+
'f10944f8b4c2e2704ceda533d6c6768c653f4c42b8628ffc035122f0f5b02e3dfa600dc251440f2f4245c6d1def309556d39ea11b7aa9b6ff58751d89c00'
+
'7381f54bc8d406c7669bc1d36cd04c30f80d7eec03808ad69156317b811528830ae40a22e48a8a18e2a00e15cd0ee3f8b9a0248c08b2bce30bc8d8f57b5e6038'
+
'10ddc0cdebe1abb4f28b3afd9c1c3b1e887f47262424aa73c2a61d09375aa69287c28e0206041de5bfc2534c498c73710b98432ed538f3b900ec220541f47062'
+
'4c7f3a4bdb0fead85cb4d650761f4b8458a9f3fbe77f6e77d902a261efdae5f35808784f9ea85556b2f01d203dade9ca9224bc46c49fe38d27681e67e88a907a')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -29,7 +29,7 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   sed -i 's/-Werror //' Makefile
   sed -i 's/ccache //g' Makefile
@@ -40,7 +40,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
@@ -49,7 +49,7 @@
   install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
 
   # Make level editor work (FS#37139)
-  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf "$pkgdir"/opt/frogatto/
 }
 
 # vim:set ts=2 sw=2 et:


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

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 18:11:16
  Author: foutrelis
Revision: 621035

glew 2.2.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 18:04:02 UTC (rev 621034)
+++ PKGBUILD2020-04-25 18:11:16 UTC (rev 621035)
@@ -5,7 +5,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=30
+pkgrel=31
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


[arch-commits] Commit in frogatto/trunk (PKGBUILD fbsd-fixes.patch)

2020-04-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, April 25, 2020 @ 17:49:57
  Author: foutrelis
Revision: 621027

Grab fixes from FreeBSD to use newer C++ standard

Added:
  frogatto/trunk/fbsd-fixes.patch
Modified:
  frogatto/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++--
 fbsd-fixes.patch |  113 +
 2 files changed, 118 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-25 17:42:00 UTC (rev 621026)
+++ PKGBUILD2020-04-25 17:49:57 UTC (rev 621027)
@@ -14,14 +14,17 @@
 
source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 launcher
 frogatto.desktop
+fbsd-fixes.patch
 frogatto-boost-1.70.patch)
 md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58'
+ 'f3a4cb8492ce71a9d8895ce9d15b0714'
  'c7c5a084ac3915a446fc26389a714289')
 
 prepare() {
   cd $pkgname-$pkgver
+  patch -p1 -i ../fbsd-fixes.patch
   patch -p0 -i ../frogatto-boost-1.70.patch # Fix build with boost 1.70 
(freebsd)
 }
 
@@ -28,15 +31,12 @@
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  sed -i 's/-Werror //' Makefile
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
   sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
   sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
-  sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
-  sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
-  sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
-  sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
+  make game server
 }
 
 package() {

Added: fbsd-fixes.patch
===
--- fbsd-fixes.patch(rev 0)
+++ fbsd-fixes.patch2020-04-25 17:49:57 UTC (rev 621027)
@@ -0,0 +1,113 @@
+diff -upr frogatto-1.3.1.orig/Makefile frogatto-1.3.1/Makefile
+--- frogatto-1.3.1.orig/Makefile   2012-12-09 00:36:13.0 +0200
 frogatto-1.3.1/Makefile2020-04-25 20:36:32.066907199 +0300
+@@ -22,7 +22,7 @@
+ # found in PATH), this option has no effect.
+ #
+ 
+-OPTIMIZE=yes
++OPTIMIZE=no
+ CCACHE?=ccache
+ USE_CCACHE?=$(shell which $(CCACHE) 2>&1 > /dev/null && echo yes)
+ ifneq ($(USE_CCACHE),yes)
+@@ -34,7 +34,7 @@ BASE_CXXFLAGS += -O2
+ endif
+ 
+ # Initial compiler options, used before CXXFLAGS and CPPFLAGS.
+-BASE_CXXFLAGS += -g -fno-inline-functions -fthreadsafe-statics 
-Wnon-virtual-dtor -Werror -Wignored-qualifiers -Wformat -Wswitch
++BASE_CXXFLAGS += -fno-inline-functions -fthreadsafe-statics 
-Wnon-virtual-dtor -Werror -Wformat -Wswitch -Wno-narrowing
+ 
+ # Compiler include options, used after CXXFLAGS and CPPFLAGS.
+ INC := $(shell pkg-config --cflags x11 sdl glu glew SDL_image libpng zlib)
+@@ -60,7 +60,7 @@ game: $(objects)
+   $(CCACHE) $(CXX) \
+   $(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) $(INC) \
+   $(objects) -o game \
+-  $(LIBS) -lboost_regex-mt -lboost_system-mt -lpthread 
-fthreadsafe-statics
++  $(LIBS) -lboost_regex -lboost_system -lpthread 
-fthreadsafe-statics
+ 
+ # pull in dependency info for *existing* .o files
+ -include $(objects:.o=.d)
+@@ -69,7 +69,7 @@ server: $(server_objects)
+   $(CCACHE) $(CXX) \
+   $(BASE_CXXFLAGS) $(LDFLAGS) $(CXXFLAGS) $(CPPFLAGS) \
+   $(server_objects) -o server \
+-  $(LIBS) -lboost_regex-mt -lboost_system-mt -lboost_thread-mt 
-lboost_iostreams-mt
++  $(LIBS) -lboost_regex -lboost_system -lboost_thread 
-lboost_iostreams
+ 
+ clean:
+   rm -f *.o *.d game
+diff -upr frogatto-1.3.1.orig/src/code_editor_dialog.cpp 
frogatto-1.3.1/src/code_editor_dialog.cpp
+--- frogatto-1.3.1.orig/src/code_editor_dialog.cpp 2012-12-09 
00:36:13.0 +0200
 frogatto-1.3.1/src/code_editor_dialog.cpp  2020-04-25 20:37:25.271352863 
+0300
+@@ -55,7 +55,7 @@ void code_editor_dialog::init()
+ 
+   //std::cerr << "CED: " << x() << "," << y() << "; " << width() << "," 
<< height() << std::endl;
+   drag_widget* dragger = new drag_widget(x(), y(), width(), height(),
+-  drag_widget::DRAG_HORIZONTAL, NULL, 
++  drag_widget::DRAG_HORIZONTAL, [](int, int){}, 
+   boost::bind(&code_editor_dialog::on_drag_end, this, _1, _2), 
+   boost::bind(&code_editor_dialog::on_drag, this, _1, _2));
+ 
+diff -upr frogatto-1.3.1.orig/src/filesystem.cpp 
frogatto-1.3.1/src/filesystem.cpp
+--- frogatto-1.3.1.orig/src/filesystem.cpp 2012-12-09 00:36:13.0 
+0200
 frogatto-1.3.1/src/filesystem.cpp  2020-04-25 20:37:30.291458013 +0300
+@@ -405,8 +405,14 @@ void get_files_in_dir(const std::string&
+   }
+ #else
+   struct stat st;
++  std::string dir

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

2020-01-27 Thread Felix Yan via arch-commits
Date: Tuesday, January 28, 2020 @ 03:55:17
  Author: felixonmars
Revision: 557168

boost 1.72.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-28 03:54:50 UTC (rev 557167)
+++ PKGBUILD2020-01-28 03:55:17 UTC (rev 557168)
@@ -5,7 +5,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=29
+pkgrel=30
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2019-09-13 Thread Evangelos Foutras via arch-commits
Date: Friday, September 13, 2019 @ 12:42:54
  Author: foutrelis
Revision: 510318

boost 1.71.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 12:40:10 UTC (rev 510317)
+++ PKGBUILD2019-09-13 12:42:54 UTC (rev 510318)
@@ -5,7 +5,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=28
+pkgrel=29
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


[arch-commits] Commit in frogatto/trunk (PKGBUILD frogatto-boost-1.70.patch)

2019-09-13 Thread Antonio Rojas via arch-commits
Date: Friday, September 13, 2019 @ 12:10:34
  Author: arojas
Revision: 510309

Fix build with boost 1.70

Added:
  frogatto/trunk/frogatto-boost-1.70.patch
Modified:
  frogatto/trunk/PKGBUILD

---+
 PKGBUILD  |   11 +--
 frogatto-boost-1.70.patch |   37 +
 2 files changed, 46 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-13 12:02:44 UTC (rev 510308)
+++ PKGBUILD2019-09-13 12:10:34 UTC (rev 510309)
@@ -13,11 +13,18 @@
 makedepends=('mesa' 'boost')
 
source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 launcher
-frogatto.desktop)
+frogatto.desktop
+frogatto-boost-1.70.patch)
 md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
- 'e31563b04748a39292a59aaad633ff58')
+ 'e31563b04748a39292a59aaad633ff58'
+ 'c7c5a084ac3915a446fc26389a714289')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../frogatto-boost-1.70.patch # Fix build with boost 1.70 
(freebsd)
+}
+
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 

Added: frogatto-boost-1.70.patch
===
--- frogatto-boost-1.70.patch   (rev 0)
+++ frogatto-boost-1.70.patch   2019-09-13 12:10:34 UTC (rev 510309)
@@ -0,0 +1,37 @@
+rc/http_server.cpp:34:46: error: no member named 'get_io_service' in
+  'boost::asio::basic_socket_acceptor'
+socket_ptr socket(new tcp::socket(acceptor_.get_io_service()));
+  ~ ^
+src/server.cpp:40:47: error: no member named 'get_io_service' in
+  'boost::asio::basic_socket_acceptor'
+socket_ptr socket(new tcp::socket(acceptor_.get_io_service()));
+  ~ ^
+
+--- src/http_server.cpp.orig   2012-12-08 22:36:13 UTC
 src/http_server.cpp
+@@ -31,7 +31,11 @@ web_server::web_server(boost::asio::io_service& io_ser
+ 
+ void web_server::start_accept()
+ {
++#if BOOST_VERSION < 107000
+   socket_ptr socket(new tcp::socket(acceptor_.get_io_service()));
++#else
++  socket_ptr socket(new tcp::socket(acceptor_.get_executor()));
++#endif
+   acceptor_.async_accept(*socket, boost::bind(&web_server::handle_accept, 
this, socket, boost::asio::placeholders::error));
+ 
+ }
+--- src/server.cpp.orig2012-12-08 22:36:13 UTC
 src/server.cpp
+@@ -37,7 +37,11 @@ class server (public)
+ private:
+   void start_accept()
+   {
++#if BOOST_VERSION < 107000
+   socket_ptr socket(new tcp::socket(acceptor_.get_io_service()));
++#else
++  socket_ptr socket(new tcp::socket(acceptor_.get_executor()));
++#endif
+   acceptor_.async_accept(*socket, 
boost::bind(&server::handle_accept, this, socket, 
boost::asio::placeholders::error));
+   }
+ 


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

2019-01-15 Thread Felix Yan via arch-commits
Date: Tuesday, January 15, 2019 @ 09:13:07
  Author: felixonmars
Revision: 423217

boost 1.69.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-15 09:03:51 UTC (rev 423216)
+++ PKGBUILD2019-01-15 09:13:07 UTC (rev 423217)
@@ -5,7 +5,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=27
+pkgrel=28
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2018-09-17 Thread Evangelos Foutras via arch-commits
Date: Tuesday, September 18, 2018 @ 02:10:58
  Author: foutrelis
Revision: 382847

boost 1.68.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-18 00:57:47 UTC (rev 382846)
+++ PKGBUILD2018-09-18 02:10:58 UTC (rev 382847)
@@ -5,7 +5,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=26
+pkgrel=27
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2018-05-30 Thread Evangelos Foutras via arch-commits
Date: Thursday, May 31, 2018 @ 02:56:42
  Author: foutrelis
Revision: 333955

boost 1.67.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-31 02:56:35 UTC (rev 333954)
+++ PKGBUILD2018-05-31 02:56:42 UTC (rev 333955)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=25
+pkgrel=26
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2017-12-28 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, December 29, 2017 @ 02:18:12
  Author: svenstaro
Revision: 276765

upgpkg: frogatto 1.3.1-25

boost 1.66.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-12-29 02:13:52 UTC (rev 276764)
+++ PKGBUILD2017-12-29 02:18:12 UTC (rev 276765)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('x86_64')
 pkgver=1.3.1
-pkgrel=24
+pkgrel=25
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2017-09-12 Thread Bartłomiej Piotrowski
Date: Tuesday, September 12, 2017 @ 15:40:10
  Author: bpiotrowski
Revision: 257144

1.3.1-24: rebuild against boost 1.65.1

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-09-12 15:39:49 UTC (rev 257143)
+++ PKGBUILD2017-09-12 15:40:10 UTC (rev 257144)
@@ -6,21 +6,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=23
+pkgrel=24
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
-source=("$pkgname::git+https://github.com/frogatto/frogatto.git#tag=$pkgver";
+source=("$pkgname-$pkgver.tgz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 launcher
 frogatto.desktop)
-md5sums=('SKIP'
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -34,7 +34,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"


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

2017-08-03 Thread Felix Yan
Date: Thursday, August 3, 2017 @ 21:32:52
  Author: felixonmars
Revision: 247978

GLEW 2.1.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-03 21:32:15 UTC (rev 247977)
+++ PKGBUILD2017-08-03 21:32:52 UTC (rev 247978)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=22
+pkgrel=23
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2017-05-20 Thread Antonio Rojas
Date: Saturday, May 20, 2017 @ 22:47:42
  Author: arojas
Revision: 228812

boost 1.64 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-20 19:03:03 UTC (rev 228811)
+++ PKGBUILD2017-05-20 22:47:42 UTC (rev 228812)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2017-01-01 Thread Bartłomiej Piotrowski
Date: Monday, January 2, 2017 @ 07:38:16
  Author: bpiotrowski
Revision: 204165

upgpkg: frogatto 1.3.1-21

rebuild against boost 1.63.0

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-02 07:19:16 UTC (rev 204164)
+++ PKGBUILD2017-01-02 07:38:16 UTC (rev 204165)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=20
+pkgrel=21
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2016-10-08 Thread Bartłomiej Piotrowski
Date: Saturday, October 8, 2016 @ 17:41:56
  Author: bpiotrowski
Revision: 191654

upgpkg: frogatto 1.3.1-20

rebuild against boost 1.62.0

Added:
  frogatto/trunk/launcher
(from rev 191653, frogatto/trunk/frogatto)
Modified:
  frogatto/trunk/PKGBUILD
Deleted:
  frogatto/trunk/frogatto

--+
 PKGBUILD |   12 ++--
 frogatto |3 ---
 launcher |3 +++
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-08 14:30:23 UTC (rev 191653)
+++ PKGBUILD2016-10-08 17:41:56 UTC (rev 191654)
@@ -6,14 +6,14 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=19
+pkgrel=20
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa' 'boost')
-source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
-frogatto
+source=("$pkgname::git+https://github.com/frogatto/frogatto.git#tag=$pkgver";
+launcher
 frogatto.desktop)
 md5sums=('SKIP'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
@@ -20,7 +20,7 @@
  'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -34,12 +34,12 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname"
 
   install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
   install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
   install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
-  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 755 "$srcdir/launcher" "$pkgdir/usr/bin/frogatto"
   install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
 
   # Make level editor work (FS#37139)

Deleted: frogatto
===
--- frogatto2016-10-08 14:30:23 UTC (rev 191653)
+++ frogatto2016-10-08 17:41:56 UTC (rev 191654)
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd /opt/frogatto
-exec /opt/frogatto/game $*

Copied: frogatto/trunk/launcher (from rev 191653, frogatto/trunk/frogatto)
===
--- launcher(rev 0)
+++ launcher2016-10-08 17:41:56 UTC (rev 191654)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /opt/frogatto
+exec /opt/frogatto/game $*


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

2016-08-22 Thread Sven-Hendrik Haase
Date: Monday, August 22, 2016 @ 08:39:31
  Author: svenstaro
Revision: 187280

upgpkg: frogatto 1.3.1-19

boost 1.61 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-22 08:29:59 UTC (rev 187279)
+++ PKGBUILD2016-08-22 08:39:31 UTC (rev 187280)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=18
+pkgrel=19
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2016-08-02 Thread Andreas Radke
Date: Tuesday, August 2, 2016 @ 19:27:12
  Author: andyrtr
Revision: 184885

upgpkg: frogatto 1.3.1-18

poppler rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 19:16:32 UTC (rev 184884)
+++ PKGBUILD2016-08-02 19:27:12 UTC (rev 184885)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=17
+pkgrel=18
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2016-05-12 Thread Bartłomiej Piotrowski
Date: Thursday, May 12, 2016 @ 18:13:26
  Author: bpiotrowski
Revision: 175057

boost 1.60.0-5 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:07:47 UTC (rev 175056)
+++ PKGBUILD2016-05-12 16:13:26 UTC (rev 175057)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=16
+pkgrel=17
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 17:56:46
  Author: arojas
Revision: 175045

Use C++98

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 15:56:16 UTC (rev 175044)
+++ PKGBUILD2016-05-12 15:56:46 UTC (rev 175045)
@@ -30,7 +30,7 @@
   sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
   sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile
   sed -i 's/-lboost_iostreams-mt/-lboost_iostreams/g' Makefile
-  make game server
+  CXXFLAGS="$CXXFLAGS -std=gnu++98" make game server
 }
 
 package() {


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

2015-12-21 Thread Bartłomiej Piotrowski
Date: Monday, December 21, 2015 @ 19:58:22
  Author: bpiotrowski
Revision: 154035

boost 1.60.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-21 18:58:17 UTC (rev 154034)
+++ PKGBUILD2015-12-21 18:58:22 UTC (rev 154035)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=15
+pkgrel=16
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2015-12-06 Thread Evangelos Foutras
Date: Sunday, December 6, 2015 @ 22:28:48
  Author: foutrelis
Revision: 149245

C++11 ABI rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-06 21:22:25 UTC (rev 149244)
+++ PKGBUILD2015-12-06 21:28:48 UTC (rev 149245)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=14
+pkgrel=15
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2015-10-15 Thread Evangelos Foutras
Date: Thursday, October 15, 2015 @ 14:24:42
  Author: foutrelis
Revision: 144142

boost 1.59.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-15 12:23:23 UTC (rev 144141)
+++ PKGBUILD2015-10-15 12:24:42 UTC (rev 144142)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=13
+pkgrel=14
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2015-09-28 Thread Evangelos Foutras
Date: Tuesday, September 29, 2015 @ 07:14:34
  Author: foutrelis
Revision: 142185

poppler 0.36.0 / glew 1.13.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-29 04:59:06 UTC (rev 142184)
+++ PKGBUILD2015-09-29 05:14:34 UTC (rev 142185)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=12
+pkgrel=13
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2015-04-22 Thread Sven-Hendrik Haase
Date: Wednesday, April 22, 2015 @ 23:49:59
  Author: svenstaro
Revision: 132010

upgpkg: frogatto 1.3.1-12

boost 1.58.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-22 21:43:30 UTC (rev 132009)
+++ PKGBUILD2015-04-22 21:49:59 UTC (rev 132010)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=11
+pkgrel=12
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2015-01-31 Thread Evangelos Foutras
Date: Sunday, February 1, 2015 @ 00:29:19
  Author: foutrelis
Revision: 126883

upgpkg: frogatto 1.3.1-11

GLEW 1.12 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-31 23:28:58 UTC (rev 126882)
+++ PKGBUILD2015-01-31 23:29:19 UTC (rev 126883)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=10
+pkgrel=11
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2014-11-04 Thread Evangelos Foutras
Date: Wednesday, November 5, 2014 @ 02:37:50
  Author: foutrelis
Revision: 121905

upgpkg: frogatto 1.3.1-10

boost 1.57.0 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-11-05 01:37:48 UTC (rev 121904)
+++ PKGBUILD2014-11-05 01:37:50 UTC (rev 121905)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=9
+pkgrel=10
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')


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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:57:33
  Author: fyan
Revision: 117618

upgpkg: frogatto 1.3.1-9

glew 1.11 rebuild + boost 1.56.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:56:33 UTC (rev 117617)
+++ PKGBUILD2014-08-19 09:57:33 UTC (rev 117618)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=8
+pkgrel=9
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



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

2014-08-19 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 11:25:27
  Author: fyan
Revision: 117611

upgpkg: frogatto 1.3.1-8

glew 1.11 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-19 09:10:25 UTC (rev 117610)
+++ PKGBUILD2014-08-19 09:25:27 UTC (rev 117611)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



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

2014-08-11 Thread Felix Yan
Date: Tuesday, August 12, 2014 @ 02:59:34
  Author: fyan
Revision: 117222

upgpkg: frogatto 1.3.1-7

boost 1.56.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-12 00:51:36 UTC (rev 117221)
+++ PKGBUILD2014-08-12 00:59:34 UTC (rev 117222)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=6
+pkgrel=7
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



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

2013-11-30 Thread Jelle van der Waa
Date: Saturday, November 30, 2013 @ 20:29:50
  Author: jelle
Revision: 101764

upgpkg: frogatto 1.3.1-6

boost 1.55.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-30 18:58:47 UTC (rev 101763)
+++ PKGBUILD2013-11-30 19:29:50 UTC (rev 101764)
@@ -6,12 +6,12 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
-makedepends=('mesa-libgl' 'boost')
+makedepends=('mesa' 'boost')
 
source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
 frogatto
 frogatto.desktop)



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

2013-09-30 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 07:19:31
  Author: svenstaro
Revision: 97913

upgpkg: frogatto 1.3.1-5

Fix FS#37139

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-10-01 04:25:41 UTC (rev 97912)
+++ PKGBUILD2013-10-01 05:19:31 UTC (rev 97913)
@@ -6,11 +6,11 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
-depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data' 'ttf-ubuntu-font-family')
 makedepends=('mesa-libgl' 'boost')
 
source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
 frogatto
@@ -41,6 +41,9 @@
   install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
   install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
   install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
+
+  # Make level editor work (FS#37139)
+  ln -s /usr/share/fonts/TTF/UbuntuMono-R.ttf ${pkgdir}/opt/frogatto/
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-07-27 Thread Sven-Hendrik Haase
Date: Saturday, July 27, 2013 @ 12:53:12
  Author: svenstaro
Revision: 94570

upgpkg: frogatto 1.3.1-4

glew 1.10.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-27 10:53:09 UTC (rev 94569)
+++ PKGBUILD2013-07-27 10:53:12 UTC (rev 94570)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



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

2013-07-10 Thread Sven-Hendrik Haase
Date: Thursday, July 11, 2013 @ 02:19:13
  Author: svenstaro
Revision: 93835

upgpkg: frogatto 1.3.1-3

boost 1.54.0 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-10 20:12:36 UTC (rev 93834)
+++ PKGBUILD2013-07-11 00:19:13 UTC (rev 93835)
@@ -6,16 +6,16 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
-depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
+depends=('git' 'glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 
'boost-libs' 'frogatto-data')
 makedepends=('mesa-libgl' 'boost')
-source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
+source=("$pkgname-$pkgver::git+https://github.com/frogatto/frogatto.git#tag=1.3.1";
 frogatto
 frogatto.desktop)
-md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
+md5sums=('SKIP'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 



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

2013-04-28 Thread Sven-Hendrik Haase
Date: Sunday, April 28, 2013 @ 21:36:13
  Author: svenstaro
Revision: 89353

upgpkg: frogatto 1.3.1-2

libpng 1.6 rebuild

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-28 19:23:31 UTC (rev 89352)
+++ PKGBUILD2013-04-28 19:36:13 UTC (rev 89353)
@@ -6,7 +6,7 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 19:44:55
  Author: cinelli
Revision: 87274

Boost 1.53 rebuild.

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 16:17:43 UTC (rev 87273)
+++ PKGBUILD2013-03-29 18:44:55 UTC (rev 87274)
@@ -25,6 +25,7 @@
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
   sed -i 's/\.io_service/\.get_io_service/g' src/server.cpp
+  sed -i 's/\%lu\\n/\%zu\\n/g' src/server.cpp
   sed -i 's/-lboost_regex-mt/-lboost_regex/g' Makefile
   sed -i 's/-lboost_system-mt/-lboost_system/g' Makefile
   sed -i 's/-lboost_thread-mt/-lboost_thread/g' Makefile



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

2013-03-29 Thread Federico Cinelli
Date: Friday, March 29, 2013 @ 16:06:40
  Author: cinelli
Revision: 87272

updated pkg 

Modified:
  frogatto/trunk/PKGBUILD

--+
 PKGBUILD |   16 +++-
 1 file changed, 7 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 13:58:18 UTC (rev 87271)
+++ PKGBUILD2013-03-29 15:06:40 UTC (rev 87272)
@@ -1,5 +1,6 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase 
+# Contributor: Federico CInelli 
 # Contributor: Tom Wambold 
 
 pkgname='frogatto'
@@ -10,7 +11,7 @@
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
-makedepends=('mesa' 'boost')
+makedepends=('mesa-libgl' 'boost')
 
source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 frogatto
 frogatto.desktop)
@@ -34,14 +35,11 @@
 package() {
   cd "$srcdir/$pkgname-$pkgver"
 
-  install -D -m755 game $pkgdir/opt/frogatto/game
-  install -D -m755 server $pkgdir/opt/frogatto/server
-
-  install -D -m644 src/LICENSE $pkgdir/usr/share/licenses/frogatto/LICENSE
-
-  cd $srcdir
-  install -DT -m755 frogatto $pkgdir/usr/bin/frogatto
-  install -D -m644 frogatto.desktop 
$pkgdir/usr/share/applications/frogatto.desktop
+  install -Dm 755 "game" "$pkgdir/opt/frogatto/game"
+  install -Dm 755 "server" "$pkgdir/opt/frogatto/server"
+  install -Dm 644 "src/LICENSE" "$pkgdir/usr/share/licenses/frogatto/LICENSE"
+  install -Dm 755 "$srcdir/frogatto" "$pkgdir/usr/bin/frogatto"
+  install -Dm 644 "$srcdir/frogatto.desktop" 
"$pkgdir/usr/share/applications/frogatto.desktop"
 }
 
 # vim:set ts=2 sw=2 et:



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

2013-03-29 Thread Jelle van der Waa
Date: Friday, March 29, 2013 @ 11:38:09
  Author: jelle
Revision: 87260

update to 1.3.1

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-29 09:42:40 UTC (rev 87259)
+++ PKGBUILD2013-03-29 10:38:09 UTC (rev 87260)
@@ -4,8 +4,8 @@
 
 pkgname='frogatto'
 arch=('i686' 'x86_64')
-pkgver=1.2
-pkgrel=8
+pkgver=1.3.1
+pkgrel=1
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
@@ -14,7 +14,7 @@
 
source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 frogatto
 frogatto.desktop)
-md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
+md5sums=('f3206fbe1395ea2878092fbd4ed2c591'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 



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

2013-01-27 Thread Bartłomiej Piotrowski
Date: Sunday, January 27, 2013 @ 10:25:11
  Author: bpiotrowski
Revision: 83054

upgpkg: frogatto 1.2-8

rebuild against boost 1.52.0

Modified:
  frogatto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-01-26 23:43:48 UTC (rev 83053)
+++ PKGBUILD2013-01-27 09:25:11 UTC (rev 83054)
@@ -5,21 +5,21 @@
 pkgname='frogatto'
 arch=('i686' 'x86_64')
 pkgver=1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="An old-school 2d platformer game, starring a certain quixotic frog"
 url="http://www.frogatto.com";
 license=('GPL')
 depends=('glew' 'sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'libpng' 'boost-libs' 
'frogatto-data')
 makedepends=('mesa' 'boost')
-source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/tarball/$pkgver";
+source=("frogatto-$pkgver.tar.gz::https://github.com/frogatto/frogatto/archive/$pkgver.tar.gz";
 frogatto
 frogatto.desktop)
-md5sums=('b60924f384e04728eb6e76cdd48ab8f9'
+md5sums=('57da96f06a28b064ff5d9c988cb4bdfe'
  '9ed2c9ea59e95fe3c0b3ad49e58f8890'
  'e31563b04748a39292a59aaad633ff58')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgname"*
+  cd "$srcdir/$pkgname-$pkgver"
 
   sed -i 's/ccache //g' Makefile
   sed -i 's/-lprofiler//g' Makefile
@@ -32,7 +32,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgname"*
+  cd "$srcdir/$pkgname-$pkgver"
 
   install -D -m755 game $pkgdir/opt/frogatto/game
   install -D -m755 server $pkgdir/opt/frogatto/server