[arch-commits] Commit in openttd/repos/community-x86_64 (PKGBUILD PKGBUILD)
Laurent Carlier
lcarlier at archlinux.org
Sat Apr 18 06:52:31 UTC 2020
Date: Saturday, April 18, 2020 @ 06:52:31
Author: lcarlier
Revision: 616031
archrelease: copy trunk to community-x86_64
Added:
openttd/repos/community-x86_64/PKGBUILD
(from rev 616030, openttd/trunk/PKGBUILD)
Deleted:
openttd/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 78 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 39 insertions(+), 39 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-18 06:52:25 UTC (rev 616030)
+++ PKGBUILD 2020-04-18 06:52:31 UTC (rev 616031)
@@ -1,39 +0,0 @@
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-
-pkgname=openttd
-pkgver=1.9.3
-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=('1988e17f5b6f4b8f423c849ef1c579c21f678722ae4440f87b27a5fea6385846')
-
-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
-}
Copied: openttd/repos/community-x86_64/PKGBUILD (from rev 616030, openttd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-18 06:52:31 UTC (rev 616031)
@@ -0,0 +1,39 @@
+# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
+
+pkgname=openttd
+pkgver=1.10.0
+pkgrel=1
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('x86_64')
+url='https://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl2' '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=('1ba21aac9a1de98b23f80fee952b4b9c5e2d3cc4ac187f5203730826b3f0e253')
+
+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
+}
More information about the arch-commits
mailing list