From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- community-staging/openttd/PKGBUILD | 39 ------------------------------- community-staging/openttd/openttd.install | 17 -------------- 2 files changed, 56 deletions(-) delete mode 100644 community-staging/openttd/PKGBUILD delete mode 100644 community-staging/openttd/openttd.install (limited to 'community-staging/openttd') diff --git a/community-staging/openttd/PKGBUILD b/community-staging/openttd/PKGBUILD deleted file mode 100644 index 2e3f137a5..000000000 --- a/community-staging/openttd/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 68788 2012-04-01 22:22:11Z lcarlier $ -# Maintainer: Vesa Kaihlavirta - -pkgname=openttd -pkgver=1.2.0rc4 -_realpkgver=1.2.0-RC4 -pkgrel=1 -pkgdesc='An engine for running Transport Tycoon Deluxe.' -arch=('i686' 'x86_64') -url='http://www.openttd.org' -license=('GPL') -depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop-file-utils' 'xz') -install=openttd.install -optdepends=('openttd-opengfx: free graphics' - 'openttd-opensfx: free soundset') -source=("http://binaries.openttd.org/releases/${_realpkgver}/${pkgname}-${_realpkgver}-source.tar.xz") -md5sums=('b8692deb951dc3a88c321a9e4b254dd2') - -build() { - cd ${pkgname}-${_realpkgver} - - ./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" \ - --personal-dir=.${pkgname} - - make -} - -package() { - cd ${pkgname}-${_realpkgver} - - make install -} diff --git a/community-staging/openttd/openttd.install b/community-staging/openttd/openttd.install deleted file mode 100644 index 85b22a1c5..000000000 --- a/community-staging/openttd/openttd.install +++ /dev/null @@ -1,17 +0,0 @@ -post_install() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 - update-desktop-database > /dev/null 2>&1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - update-desktop-database > /dev/null 2>&1 -} - -post_remove() { - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor > /dev/null 2>&1 - update-desktop-database > /dev/null 2>&1 -} -- cgit v1.2.3-54-g00ecf