[arch-commits] Commit in tuxcmd/repos (6 files)

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


    Date: Sunday, May 1, 2016 @ 13:14:57
  Author: jlichtblau
Revision: 173252

archrelease: copy trunk to community-i686, community-x86_64

Added:
  tuxcmd/repos/community-i686/PKGBUILD
    (from rev 173251, tuxcmd/trunk/PKGBUILD)
  tuxcmd/repos/community-x86_64/PKGBUILD
    (from rev 173251, tuxcmd/trunk/PKGBUILD)
Deleted:
  tuxcmd/repos/community-i686/PKGBUILD
  tuxcmd/repos/community-i686/tuxcmd.install
  tuxcmd/repos/community-x86_64/PKGBUILD
  tuxcmd/repos/community-x86_64/tuxcmd.install

---------------------------------+
 /PKGBUILD                       |   64 ++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD         |   33 -------------------
 community-i686/tuxcmd.install   |   11 ------
 community-x86_64/PKGBUILD       |   33 -------------------
 community-x86_64/tuxcmd.install |   11 ------
 5 files changed, 64 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-05-01 11:14:39 UTC (rev 173251)
+++ community-i686/PKGBUILD	2016-05-01 11:14:57 UTC (rev 173252)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=tuxcmd
-pkgver=0.6.70
-pkgrel=5
-pkgdesc='A GTK2 file manager with two panels'
-arch=('i686' 'x86_64')
-url='http://tuxcmd.sourceforge.net/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
-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")
-md5sums=('52e3bfa7c4118539b4c4b83e335290d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-
-  # remove license and README file
-  rm -rf ${pkgdir}/usr/share/doc/
-}

Copied: tuxcmd/repos/community-i686/PKGBUILD (from rev 173251, tuxcmd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-01 11:14:57 UTC (rev 173252)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=tuxcmd
+pkgver=0.6.70
+pkgrel=6
+pkgdesc='A GTK2 file manager with two panels'
+arch=('i686' 'x86_64')
+url='http://tuxcmd.sourceforge.net/'
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme')
+makedepends=('fpc' 'desktop-file-utils')
+optdepends=('gnome-vfs: support for gvfs'
+            'tuxcmd-modules: modules for tuxcmd')
+options=('!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-dev-$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b9f924766f2b1770f5fddc2b2e79c6778b44606ea05c53c9ffd947436b0e41fb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}"/usr install
+
+# remove license and README file
+  rm -rf "${pkgdir}"/usr/share/doc/
+}

Deleted: community-i686/tuxcmd.install
===================================================================
--- community-i686/tuxcmd.install	2016-05-01 11:14:39 UTC (rev 173251)
+++ community-i686/tuxcmd.install	2016-05-01 11:14:57 UTC (rev 173252)
@@ -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
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-05-01 11:14:39 UTC (rev 173251)
+++ community-x86_64/PKGBUILD	2016-05-01 11:14:57 UTC (rev 173252)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=tuxcmd
-pkgver=0.6.70
-pkgrel=5
-pkgdesc='A GTK2 file manager with two panels'
-arch=('i686' 'x86_64')
-url='http://tuxcmd.sourceforge.net/'
-license=('GPL')
-depends=('gtk2' 'hicolor-icon-theme')
-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")
-md5sums=('52e3bfa7c4118539b4c4b83e335290d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir}/usr install
-
-  # remove license and README file
-  rm -rf ${pkgdir}/usr/share/doc/
-}

Copied: tuxcmd/repos/community-x86_64/PKGBUILD (from rev 173251, tuxcmd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-01 11:14:57 UTC (rev 173252)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=tuxcmd
+pkgver=0.6.70
+pkgrel=6
+pkgdesc='A GTK2 file manager with two panels'
+arch=('i686' 'x86_64')
+url='http://tuxcmd.sourceforge.net/'
+license=('GPL')
+depends=('gtk2' 'hicolor-icon-theme')
+makedepends=('fpc' 'desktop-file-utils')
+optdepends=('gnome-vfs: support for gvfs'
+            'tuxcmd-modules: modules for tuxcmd')
+options=('!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-dev-$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('b9f924766f2b1770f5fddc2b2e79c6778b44606ea05c53c9ffd947436b0e41fb')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}"/usr install
+
+# remove license and README file
+  rm -rf "${pkgdir}"/usr/share/doc/
+}

Deleted: community-x86_64/tuxcmd.install
===================================================================
--- community-x86_64/tuxcmd.install	2016-05-01 11:14:39 UTC (rev 173251)
+++ community-x86_64/tuxcmd.install	2016-05-01 11:14:57 UTC (rev 173252)
@@ -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