Page MenuHomeSolus

D2822.id6918.diff
No OneTemporary

D2822.id6918.diff

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 @@
<Source>
<Name>wesnoth</Name>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
- <License>GPL-2.0</License>
+ <License>GPL-2.0-or-later</License>
<PartOf>games.strategy</PartOf>
<Summary xml:lang="en">A turn-based strategy game on a fantasy world</Summary>
<Description xml:lang="en">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 @@
<Path fileType="library">/usr/lib64/tmpfiles.d/wesnothd.conf</Path>
<Path fileType="data">/usr/share/applications/wesnoth.desktop</Path>
<Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/256x256/apps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/512x512/apps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/64x64/apps/wesnoth-icon.png</Path>
<Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/pixmaps/wesnoth-icon.png</Path>
+ <Path fileType="data">/usr/share/metainfo/wesnoth.appdata.xml</Path>
<Path fileType="data">/usr/share/wesnoth</Path>
</Files>
</Package>
<History>
- <Update release="9">
- <Date>2018-04-10</Date>
- <Version>1.13.10</Version>
+ <Update release="10">
+ <Date>2018-04-28</Date>
+ <Version>1.14.0</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Jul 24, 9:17 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5804051
Default Alt Text
D2822.id6918.diff (4 KB)

Event Timeline