diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -1,9 +1,9 @@ libGL.so.1 libGLEW.so.1.12 libGLU.so.1 -libSDL-1.2.so.0 -libSDL_image-1.2.so.0 -libSDL_mixer-1.2.so.0 +libSDL2-2.0.so.0 +libSDL2_image-2.0.so.0 +libSDL2_mixer-2.0.so.0 libc.so.6 -libmxml.so.1 +libexpat.so.1 libpthread.so.0 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : dreamchess -version : 0.2.1_rc2 -release : 3 +version : 0.3.0 +release : 4 source : - - https://github.com/dreamchess/dreamchess/releases/download/0.2.1-RC2/dreamchess-0.2.1-RC2.tar.gz : a26c7281819c2e84525523d13b076301b3746ff06e484642881a9ebe5138dd94 + - https://github.com/dreamchess/dreamchess/archive/0.3.0.tar.gz : b070a34acf69ed92e523902683d104abb295d78b6f37663f4668e929b9e90470 license : GPL-3.0-or-later component : games.strategy summary : OpenGL Chess Game @@ -11,14 +11,15 @@ Both DreamChess and Dreamer are compatible with the xboard/Winboard chess engine communication protocol. This means that DreamChess can be used with other xboard-compatible chess engines such as crafty and GNU Chess. Similarly, the Dreamer chess engine can be used with other xboard-compatible user interfaces such as XBoard/WinBoard. builddeps : + - pkgconfig(expat) - pkgconfig(gl) - pkgconfig(glew) - - pkgconfig(mxml) - - pkgconfig(SDL_image) - - pkgconfig(SDL_mixer) + - pkgconfig(SDL2_image) + - pkgconfig(SDL2_mixer) setup : | - %configure + %cmake_ninja build : | - %make + %ninja_build install : | - %make_install + %ninja_install + rm -rf $installdir/usr/share/doc diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ dreamchess - Peter O'Connor - peter@solus-project.com + Troy Harvey + harveydev@protonmail.com GPL-3.0-or-later games.strategy @@ -12,7 +12,7 @@ Both DreamChess and Dreamer are compatible with the xboard/Winboard chess engine communication protocol. This means that DreamChess can be used with other xboard-compatible chess engines such as crafty and GNU Chess. Similarly, the Dreamer chess engine can be used with other xboard-compatible user interfaces such as XBoard/WinBoard. - https://solus-project.com/sources/README.Solus + https://getsol.us/sources/README.Solus dreamchess @@ -116,12 +116,12 @@ - - 2018-07-31 - 0.2.1_rc2 + + 2019-03-30 + 0.3.0 Packaging update - Peter O'Connor - peter@solus-project.com + Troy Harvey + harveydev@protonmail.com \ No newline at end of file