community/tuxcmd to 0.6.70-6

This commit is contained in:
Kevin Mihelich 2016-05-01 14:39:00 +00:00
parent 93599fac09
commit c4e14c502a
2 changed files with 8 additions and 20 deletions

View file

@ -1,12 +1,12 @@
# $Id$
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Maintainer: Jaroslav Lichtblau <svetlemodry@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - patch and libgcc hack to fix ARM FTBFS
pkgname=tuxcmd
pkgver=0.6.70
pkgrel=5
pkgrel=6
pkgdesc='A GTK2 file manager with two panels'
arch=('i686' 'x86_64')
url='http://tuxcmd.sourceforge.net/'
@ -16,11 +16,10 @@ makedepends=('fpc' 'desktop-file-utils')
optdepends=('gnome-vfs: support for gvfs'
'tuxcmd-modules: modules for tuxcmd')
options=('!docs' '!emptydirs')
install=${pkgname}.install
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-dev-${pkgver}/${pkgname}-${pkgver}.tar.bz2"
source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-dev-$pkgver/$pkgname-$pkgver.tar.bz2
'tuxcmd-arm-gcc_s.so-linking.patch')
md5sums=('52e3bfa7c4118539b4c4b83e335290d1'
'abee41cc4c60f19655e81a27f1a60d4e')
sha256sums=('b9f924766f2b1770f5fddc2b2e79c6778b44606ea05c53c9ffd947436b0e41fb'
'8587f2258c12e0632458a3f86ecf6aaa5f9850979f33fd6e7d746353c2f87314')
prepare() {
cd ${pkgname}-${pkgver}
@ -37,8 +36,8 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make DESTDIR=${pkgdir}/usr install
make DESTDIR="${pkgdir}"/usr install
# remove license and README file
rm -rf ${pkgdir}/usr/share/doc/
# remove license and README file
rm -rf "${pkgdir}"/usr/share/doc/
}

View file

@ -1,11 +0,0 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}