[arch-commits] Commit in tuxcmd/trunk (PKGBUILD tuxcmd.install)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 11:14:39 UTC 2016


    Date: Sunday, May 1, 2016 @ 13:14:39
  Author: jlichtblau
Revision: 173251

upgpkg: tuxcmd 0.6.70-6 pacman hooks part 1 rebuild

Modified:
  tuxcmd/trunk/PKGBUILD
Deleted:
  tuxcmd/trunk/tuxcmd.install

----------------+
 PKGBUILD       |   15 +++++++--------
 tuxcmd.install |   11 -----------
 2 files changed, 7 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 11:09:40 UTC (rev 173250)
+++ PKGBUILD	2016-05-01 11:14:39 UTC (rev 173251)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 
 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/'
@@ -13,9 +13,8 @@
 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")
-md5sums=('52e3bfa7c4118539b4c4b83e335290d1')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-dev-$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b9f924766f2b1770f5fddc2b2e79c6778b44606ea05c53c9ffd947436b0e41fb')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -26,8 +25,8 @@
 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/
 }

Deleted: tuxcmd.install
===================================================================
--- tuxcmd.install	2016-05-01 11:09:40 UTC (rev 173250)
+++ tuxcmd.install	2016-05-01 11:14:39 UTC (rev 173251)
@@ -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
-}



More information about the arch-commits mailing list