Date: Saturday, April 29, 2017 @ 16:50:48 Author: lcarlier Revision: 226297
upgpkg: warzone2100 3.2.3-1 upstream update 3.2.3 Modified: warzone2100/trunk/PKGBUILD Deleted: warzone2100/trunk/warzone2100.appdata.xml -------------------------+ PKGBUILD | 18 +++--------------- warzone2100.appdata.xml | 23 ----------------------- 2 files changed, 3 insertions(+), 38 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-29 16:49:21 UTC (rev 226296) +++ PKGBUILD 2017-04-29 16:50:48 UTC (rev 226297) @@ -3,7 +3,7 @@ # Contributor: Angelo Theodorou <[email protected]> pkgname=warzone2100 -pkgver=3.2.2 +pkgver=3.2.3 pkgrel=1 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net/" @@ -11,24 +11,12 @@ license=('GPL') depends=('sdl2' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt5-script' 'xorg-xrandr') makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') -source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz" - warzone2100.appdata.xml https://github.com/Warzone2100/warzone2100/commit/3509cccd.patch) -md5sums=('6cb1cdf382f824d61fcce6fddee67fa7' - '103a57b73af180a1ff7301250cbdcf5d' - '91247c61e33fa7bed81deac49f60a982') +source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('fcab9e860203e7dacda6ee60384da490a9d44aeafc07aa31ff25f9c548be7582') -prepare() { - cd $pkgname-$pkgver - # fix build - patch -p1 -i ../3509cccd.patch -} - build() { cd ${pkgname}-${pkgver} - # Add missing file from the tarball - cp ${srcdir}/warzone2100.appdata.xml icons/ - ./configure --prefix=/usr --with-distributor="ArchLinux" make Deleted: warzone2100.appdata.xml =================================================================== --- warzone2100.appdata.xml 2017-04-29 16:49:21 UTC (rev 226296) +++ warzone2100.appdata.xml 2017-04-29 16:50:48 UTC (rev 226297) @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<application> - <id type="desktop">warzone2100.desktop</id> - <metadata_license>CC0-1.0</metadata_license> - <license>GPL-2.0+</license> - <summary>Real-Time-Strategy War Game</summary> - <name>Warzone 2100</name> - <description> - <p> - In Warzone 2100, you command the forces of The Project in a battle to rebuild the world after mankind has almost been destroyed by nuclear missiles. - </p> - <p> - The game offers campaign, multi-player, and single-player skirmish modes. An extensive tech tree with over 400 different technologies, combined with the unit design system, allows for a wide variety of possible units and tactics. - </p> - <p> - Warzone 2100 was originally developed as a commercial game by Pumpkin Studios and published in 1999, and was released as open source by them in 2004, for the community to continue working on it. - </p> - </description> - <url type="homepage">https://wz2100.net/</url> - <screenshots> - <screenshot type="default">https://wz2100.net/static/img/wz2100-CAM_3A50.png</screenshot> - </screenshots> -</application>
