summaryrefslogtreecommitdiff
path: root/community/tuxcmd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
committerroot <root@rshg054.dnsready.net>2012-03-16 00:01:21 +0000
commitcd326e60e1e54ebe83bd700850b313c69f419eef (patch)
treeb15df594ae07c150fff4a55c0d1a01885b232dd0 /community/tuxcmd
parent14635ca5380a480450a66c3fcc29992d29a2bd8e (diff)
Fri Mar 16 00:01:21 UTC 2012
Diffstat (limited to 'community/tuxcmd')
-rw-r--r--community/tuxcmd/PKGBUILD7
-rw-r--r--community/tuxcmd/tuxcmd.install5
2 files changed, 7 insertions, 5 deletions
diff --git a/community/tuxcmd/PKGBUILD b/community/tuxcmd/PKGBUILD
index 488cddc44..5eefb36b3 100644
--- a/community/tuxcmd/PKGBUILD
+++ b/community/tuxcmd/PKGBUILD
@@ -1,11 +1,14 @@
+# $Id: PKGBUILD 67802 2012-03-14 13:31:15Z giovanni $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
pkgname=tuxcmd
pkgver=0.6.70
-pkgrel=3
+pkgrel=4
pkgdesc='A GTK2 file manager with two panels'
arch=('i686' 'x86_64')
url='http://tuxcmd.sourceforge.net/'
license=('GPL')
-depends=('gtk2')
+depends=('gtk2' 'hicolor-icon-theme')
makedepends=('fpc' 'desktop-file-utils')
optdepends=('gnome-vfs: support for gvfs'
'tuxcmd-modules: modules for tuxcmd')
diff --git a/community/tuxcmd/tuxcmd.install b/community/tuxcmd/tuxcmd.install
index f3cb9db7c..6507863a5 100644
--- a/community/tuxcmd/tuxcmd.install
+++ b/community/tuxcmd/tuxcmd.install
@@ -3,10 +3,9 @@ post_install() {
}
post_upgrade() {
- post_install $1
+ post_install
}
post_remove() {
- post_install $1
+ post_install
}
-