diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -24,7 +24,6 @@ libm.so.6 libpango-1.0.so.0 libpangocairo-1.0.so.0 -libpng15.so.15 libpthread.so.0 libstdc++.so.6 libvorbisfile.so.3 diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,32 +1,32 @@ name : wesnoth -version : 1.13.10 -release : 9 +version : 1.14.0 +release : 10 source : - - https://github.com/wesnoth/wesnoth/archive/1.13.10.tar.gz : 8617cdb2a7bb474ad041bc53748b96c98c37ecf0254f8c00ceced7f0d18c0fe0 -license : GPL-2.0 + - https://github.com/wesnoth/wesnoth/archive/1.14.0.tar.gz : 873b2f51d633d139b5319d166d14b556bac6ecff4b75cbc70b8172b757206173 +license : GPL-2.0-or-later component : games.strategy summary : A turn-based strategy game on a fantasy world description: | The Battle for Wesnoth is a Free, turn-based tactical strategy game with a high fantasy theme, featuring both single-player, and online/hotseat multiplayer combat. Fight a desperate battle to reclaim the throne of Wesnoth, or take hand in any number of other adventures. builddeps : - - libboost-devel + - pkgconfig(SDL2_image) + - pkgconfig(SDL2_mixer) + - pkgconfig(SDL2_net) + - pkgconfig(SDL2_ttf) - pkgconfig(cairo) - pkgconfig(fribidi) - pkgconfig(lua-5.1) - pkgconfig(pangocairo) - pkgconfig(python2) - pkgconfig(sdl2) - - pkgconfig(SDL2_image) - - pkgconfig(SDL2_mixer) - - pkgconfig(SDL2_net) - - pkgconfig(SDL2_ttf) - pkgconfig(vorbis) + - libboost-devel setup : | - %cmake . -DCMAKE_BUILD_TYPE=Release -DENABLE_OMP=ON -DMANDIR=/usr/share/man + %cmake_ninja -DCMAKE_BUILD_TYPE=Release -DENABLE_OMP=ON -DMANDIR=/usr/share/man build : | - %make + %ninja_build install : | - %make_install - install -D -m 00644 $pkgfiles/wesnothd.service $installdir/%libdir%/systemd/system/wesnothd.service - install -m00644 -D $pkgfiles/wesnothd.tmpfiles $installdir/%libdir%/tmpfiles.d/wesnothd.conf + %ninja_install + install -D -m00644 $pkgfiles/wesnothd.service $installdir/%libdir%/systemd/system/wesnothd.service + install -D -m00644 $pkgfiles/wesnothd.tmpfiles $installdir/%libdir%/tmpfiles.d/wesnothd.conf rm -rf $installdir/var diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,10 +2,10 @@ wesnoth - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net - GPL-2.0 + GPL-2.0-or-later games.strategy A turn-based strategy game on a fantasy world The Battle for Wesnoth is a Free, turn-based tactical strategy game with a high fantasy theme, featuring both single-player, and online/hotseat multiplayer combat. Fight a desperate battle to reclaim the throne of Wesnoth, or take hand in any number of other adventures. @@ -24,18 +24,24 @@ /usr/lib64/tmpfiles.d/wesnothd.conf /usr/share/applications/wesnoth.desktop /usr/share/doc + /usr/share/icons/hicolor/128x128/apps/wesnoth-icon.png + /usr/share/icons/hicolor/16x16/apps/wesnoth-icon.png + /usr/share/icons/hicolor/256x256/apps/wesnoth-icon.png + /usr/share/icons/hicolor/32x32/apps/wesnoth-icon.png + /usr/share/icons/hicolor/512x512/apps/wesnoth-icon.png + /usr/share/icons/hicolor/64x64/apps/wesnoth-icon.png /usr/share/man - /usr/share/pixmaps/wesnoth-icon.png + /usr/share/metainfo/wesnoth.appdata.xml /usr/share/wesnoth - - 2018-04-10 - 1.13.10 + + 2018-04-28 + 1.14.0 Packaging update - Joey Riches - josephriches@gmail.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file