From a100c3ed3ab86e02467ae2bf7ca601e3406e54c9 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 28 Apr 2016 19:46:04 -0300 Subject: abuse: remove install file and add armv7h support --- libre/abuse/PKGBUILD | 13 ++++++------- libre/abuse/abuse.install | 13 ------------- 2 files changed, 6 insertions(+), 20 deletions(-) delete mode 100644 libre/abuse/abuse.install diff --git a/libre/abuse/PKGBUILD b/libre/abuse/PKGBUILD index d23a60f60..2c378030d 100644 --- a/libre/abuse/PKGBUILD +++ b/libre/abuse/PKGBUILD @@ -1,6 +1,6 @@ -# $Id: PKGBUILD 149050 2015-12-06 18:42:59Z bluewind $ -# Maintainer (Arch): Alexander Rødseth -# Contributor (Arch): Lukas Fleischer +# $Id: PKGBUILD 172455 2016-04-28 20:48:42Z arodseth $ +# Maintainer (Arch): Alexander F Rødseth +# Contributor (Arch): Lukas Fleischer # Contributor (Arch): jlvsimoes # Contributor (Arch): kevin # Contributor: André Silva @@ -9,16 +9,15 @@ pkgname=abuse _pkgname=$pkgname-libre pkgver=0.8 -pkgrel=5.parabola1 +pkgrel=6.parabola1 pkgdesc='Side-scroller action game that pits you against ruthless alien killers, without nonfree claudio support' -arch=('x86_64' 'i686') -url="http://$pkgname.zoy.org/" +arch=('x86_64' 'i686' 'armv7h') +url='http://abuse.zoy.org/' license=('GPL' 'custom') replaces=($_pkgname) conflicts=($_pkgname) depends=('gcc-libs' 'libgl' 'sdl_mixer' 'glu' 'desktop-file-utils') makedepends=('gendesk' 'mesa-libgl' 'glu') -install="$pkgname.install" mksource=("http://$pkgname.zoy.org/raw-attachment/wiki/download/$pkgname-$pkgver.tar.gz" 'non-claudio.patch') source=("https://repo.parabola.nu/other/$_pkgname/$_pkgname-$pkgver.tar.gz" diff --git a/libre/abuse/abuse.install b/libre/abuse/abuse.install deleted file mode 100644 index ad97d7bab..000000000 --- a/libre/abuse/abuse.install +++ /dev/null @@ -1,13 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: -- cgit v1.2.3-54-g00ecf