diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-03 12:36:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-03 12:36:10 +0000 |
commit | 3a34e95f5341701f5ee658b004e8f0242d0f9f11 (patch) | |
tree | d287da9267166b71f4aa4913bfae905bcce765cb /games | |
parent | 960984234734f27615802a08eaa16fe04718577e (diff) | |
download | pkgsrc-3a34e95f5341701f5ee658b004e8f0242d0f9f11.tar.gz |
Update to openttd-data-0.5.2, provided by Leonardo Taccari in PR 50014.
Changes:
OpenGFX 0.5.2 (12 Apr 2015)
---------------------------
- Add: [Makefile] target 'bananas' (closes #6877, #6848)
- Fix: [Makefile] Add dependency generation for pnml->nml
- Fix: [Makefile] dependencies, esp. wrt. HG revision numbers getting compiled into files
- Fix: Alignment of GUI icons that have different sizes in 1x and 2x zoom
- Fix: 2x GUI sprite for purchase land was attached to the viewport sprite instead of to the GUI sprite (commit:ba02a90fab52) (issue FS#6267)
- Fix: Do not crop the default-window-size icon (issue FS#6258)
OpenGFX 0.5.2-RC1 (16 Feb 2015)
-------------------------------
- Add: 2x GUI zoom sprites
- Add: the all black ground sprites introduced in OpenTTD r26869
- Add: Translations for Africans, Italian, Latin and Lithuanian
- Update: Translation for English (US)
- Change: [Makefile] Make sure that mercurial output is not changed by user presets
- Codechange: [Makefile] Simplify a few pointless programme definitions
- Fix: [Makefile] No need to query the whereabouts of required programmes when we make no use of that anyway (issue #5759)
OpenGFX 0.5.1 (10 May 2014)
---------------------------
- Change/Fix (425e3a719210): [Makefile] Re-introduce target 'clean-gfx' and have 'clean' remove the gimp script files (blathijs)
- Change: [Makefile] No point to bundle .hgtags .hgignore and .devzone files with source bundles
- Change: [Makefile] Use a temporary filename for custom_tags.txt and only update it, if the results would differ from the existing one
- Change: [Makefile] Cache custom_tags.txt and don't always re-build it
- Add: [Makefile] musa.ini for upload to bananas
- Fix (425e3a719210): [Makefile] Install into the baseset dir, not the NewGRF dir
- Fix (425e3a719210): create md5sum file for distribution and local check with the same rule (blathijs)
- Fix (425e3a719210): Reinstate the possibility to (not) install documentation and to choose a separate install dir for them
- Fix: [Makefile] Use the same variable name for changelog, readme and license files (blathijs)
- Fix 510292759967: [Makefile] Don't fail to build from fresh clones
- Fix afdd36f69c4c: [Makefile] Don't remove used scripts
- Fix: [Makefile] More woes with custom_tags.txt and installation (blathijs)
- Cleanup: Remove unused files from script dir
- Cleanup: Remove more unused files
Diffstat (limited to 'games')
-rw-r--r-- | games/openttd-data/Makefile | 6 | ||||
-rw-r--r-- | games/openttd-data/distinfo | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games/openttd-data/Makefile b/games/openttd-data/Makefile index cdadea09d55..3fee2289b1e 100644 --- a/games/openttd-data/Makefile +++ b/games/openttd-data/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2014/12/20 21:53:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.6 2015/07/03 12:36:10 wiz Exp $ -GFXVER= 0.5.0 +GFXVER= 0.5.2 PKGNAME= openttd-data-${GFXVER} CATEGORIES= games x11 MASTER_SITES= http://binaries.openttd.org/extra @@ -22,6 +22,8 @@ NO_CONFIGURE= yes INSTALLATION_DIRS= share/openttd/data INSTALLATION_DIRS+= share/openttd/gm +USE_TOOLS+= tar + post-extract: cd ${WRKDIR} && tar xvf opengfx-${GFXVER}.tar diff --git a/games/openttd-data/distinfo b/games/openttd-data/distinfo index 963de5903b6..ab0f5eab8ea 100644 --- a/games/openttd-data/distinfo +++ b/games/openttd-data/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2014/12/20 21:53:11 ryoon Exp $ +$NetBSD: distinfo,v 1.5 2015/07/03 12:36:10 wiz Exp $ -SHA1 (opengfx-0.5.0-all.zip) = 963e5e8052a286af269b2837cf3741c3d6c746eb -RMD160 (opengfx-0.5.0-all.zip) = beb468ec34277ec6e3e8ead4ed860683e06c4081 -Size (opengfx-0.5.0-all.zip) = 3468612 bytes +SHA1 (opengfx-0.5.2-all.zip) = 1c25d2d4d906924725146e214910f14036820eb2 +RMD160 (opengfx-0.5.2-all.zip) = 4e6628c873fa2ca555cb473e445584be303d9d43 +Size (opengfx-0.5.2-all.zip) = 3547661 bytes SHA1 (openmsx-0.3.1-all.zip) = e9c4203923bb9c974ac67886bd00b7090658b961 RMD160 (openmsx-0.3.1-all.zip) = 8eff246e89e44f63ca480e9acef94a1da5fa81d2 Size (openmsx-0.3.1-all.zip) = 136981 bytes |