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

Felix Yan fyan at nymeria.archlinux.org
Mon Jul 7 02:59:35 UTC 2014


    Date: Monday, July 7, 2014 @ 04:59:35
  Author: fyan
Revision: 115251

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

Added:
  tuxcmd/repos/community-i686/PKGBUILD
    (from rev 115250, tuxcmd/trunk/PKGBUILD)
  tuxcmd/repos/community-i686/tuxcmd.install
    (from rev 115250, tuxcmd/trunk/tuxcmd.install)
  tuxcmd/repos/community-x86_64/PKGBUILD
    (from rev 115250, tuxcmd/trunk/PKGBUILD)
  tuxcmd/repos/community-x86_64/tuxcmd.install
    (from rev 115250, tuxcmd/trunk/tuxcmd.install)
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                       |   66 ++++++++++++++++++++++++++++++++++++++
 /tuxcmd.install                 |   22 ++++++++++++
 community-i686/PKGBUILD         |   33 -------------------
 community-i686/tuxcmd.install   |   11 ------
 community-x86_64/PKGBUILD       |   33 -------------------
 community-x86_64/tuxcmd.install |   11 ------
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-07 02:59:03 UTC (rev 115250)
+++ community-i686/PKGBUILD	2014-07-07 02:59:35 UTC (rev 115251)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=tuxcmd
-pkgver=0.6.70
-pkgrel=4
-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 115250, tuxcmd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-07 02:59:35 UTC (rev 115251)
@@ -0,0 +1,33 @@
+# $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/
+}

Deleted: community-i686/tuxcmd.install
===================================================================
--- community-i686/tuxcmd.install	2014-07-07 02:59:03 UTC (rev 115250)
+++ community-i686/tuxcmd.install	2014-07-07 02:59:35 UTC (rev 115251)
@@ -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
-}

Copied: tuxcmd/repos/community-i686/tuxcmd.install (from rev 115250, tuxcmd/trunk/tuxcmd.install)
===================================================================
--- community-i686/tuxcmd.install	                        (rev 0)
+++ community-i686/tuxcmd.install	2014-07-07 02:59:35 UTC (rev 115251)
@@ -0,0 +1,11 @@
+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	2014-07-07 02:59:03 UTC (rev 115250)
+++ community-x86_64/PKGBUILD	2014-07-07 02:59:35 UTC (rev 115251)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-
-pkgname=tuxcmd
-pkgver=0.6.70
-pkgrel=4
-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 115250, tuxcmd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-07 02:59:35 UTC (rev 115251)
@@ -0,0 +1,33 @@
+# $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/
+}

Deleted: community-x86_64/tuxcmd.install
===================================================================
--- community-x86_64/tuxcmd.install	2014-07-07 02:59:03 UTC (rev 115250)
+++ community-x86_64/tuxcmd.install	2014-07-07 02:59:35 UTC (rev 115251)
@@ -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
-}

Copied: tuxcmd/repos/community-x86_64/tuxcmd.install (from rev 115250, tuxcmd/trunk/tuxcmd.install)
===================================================================
--- community-x86_64/tuxcmd.install	                        (rev 0)
+++ community-x86_64/tuxcmd.install	2014-07-07 02:59:35 UTC (rev 115251)
@@ -0,0 +1,11 @@
+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