Date: Friday, April 26, 2019 @ 16:21:51 Author: lcarlier Revision: 454250
archrelease: copy trunk to community-x86_64 Added: openttd/repos/community-x86_64/PKGBUILD (from rev 454249, openttd/trunk/PKGBUILD) Deleted: openttd/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 77 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-04-26 16:21:43 UTC (rev 454249) +++ PKGBUILD 2019-04-26 16:21:51 UTC (rev 454250) @@ -1,38 +0,0 @@ -# Maintainer: Vesa Kaihlavirta <ve...@iki.fi> - -pkgname=openttd -pkgver=1.9.1 -pkgrel=1 -pkgdesc='An engine for running Transport Tycoon Deluxe.' -arch=('x86_64') -url='https://www.openttd.org' -license=('GPL') -depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'xz') -optdepends=('openttd-opengfx: free graphics' - 'openttd-opensfx: free soundset') -source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") -sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5') - -build() { - cd ${pkgname}-${pkgver} - - # http://site.icu-project.org/download/61#TOC-Migration-Issues - CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' - - ./configure \ - --prefix-dir=/usr \ - --binary-name=${pkgname} \ - --binary-dir=bin \ - --data-dir=share/${pkgname} \ - --install-dir="${pkgdir}" \ - --doc-dir=share/doc/${pkgname} \ - --menu-name="OpenTTD" - - make -} - -package() { - cd ${pkgname}-${pkgver} - - make install -} Copied: openttd/repos/community-x86_64/PKGBUILD (from rev 454249, openttd/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-04-26 16:21:51 UTC (rev 454250) @@ -0,0 +1,39 @@ +# Maintainer: Vesa Kaihlavirta <ve...@iki.fi> + +pkgname=openttd +pkgver=1.9.1 +pkgrel=2 +pkgdesc='An engine for running Transport Tycoon Deluxe.' +arch=('x86_64') +url='https://www.openttd.org' +license=('GPL') +depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'xz' 'fluidsynth') +optdepends=('openttd-opengfx: free graphics' + 'openttd-opensfx: free soundset') +source=("https://proxy.binaries.openttd.org/openttd-releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") +sha256sums=('ff8158c1ddffebdb807fea8057c038fce1171e544fe11523e2ea70febe3711e5') + +build() { + cd ${pkgname}-${pkgver} + + # http://site.icu-project.org/download/61#TOC-Migration-Issues + CXXFLAGS+=' -DU_USING_ICU_NAMESPACE=1' + + ./configure \ + --prefix-dir=/usr \ + --binary-name=${pkgname} \ + --binary-dir=bin \ + --data-dir=share/${pkgname} \ + --install-dir="${pkgdir}" \ + --doc-dir=share/doc/${pkgname} \ + --with-fluidsynth \ + --menu-name="OpenTTD" + + make +} + +package() { + cd ${pkgname}-${pkgver} + + make install +}