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

2016-02-19 Thread Balló György
Date: Saturday, February 20, 2016 @ 03:24:30
  Author: bgyorgy
Revision: 162619

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

Added:
  pcmanfm/repos/community-testing-i686/
  pcmanfm/repos/community-testing-i686/PKGBUILD
(from rev 162618, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-i686/git-fixes.patch
(from rev 162618, pcmanfm/trunk/git-fixes.patch)
  pcmanfm/repos/community-testing-i686/pcmanfm.install
(from rev 162618, pcmanfm/trunk/pcmanfm.install)
  pcmanfm/repos/community-testing-x86_64/
  pcmanfm/repos/community-testing-x86_64/PKGBUILD
(from rev 162618, pcmanfm/trunk/PKGBUILD)
  pcmanfm/repos/community-testing-x86_64/git-fixes.patch
(from rev 162618, pcmanfm/trunk/git-fixes.patch)
  pcmanfm/repos/community-testing-x86_64/pcmanfm.install
(from rev 162618, pcmanfm/trunk/pcmanfm.install)

--+
 community-testing-i686/PKGBUILD  |   43 +
 community-testing-i686/git-fixes.patch   |  826 +
 community-testing-i686/pcmanfm.install   |   11 
 community-testing-x86_64/PKGBUILD|   43 +
 community-testing-x86_64/git-fixes.patch |  826 +
 community-testing-x86_64/pcmanfm.install |   11 
 6 files changed, 1760 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 162618:162619 to see the changes.


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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:37:32
  Author: foutrelis
Revision: 120675

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   33 -
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 20:37:13 UTC (rev 120674)
+++ community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.2.2
-pkgrel=3
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('ac0ba2f8e2b4d47014a62ccf43388e0f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 120674, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes'
+'xarchiver: archive management')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-10-14 20:37:13 UTC (rev 120674)
+++ community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 120674, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-14 20:37:13 UTC (rev 120674)
+++ community-x86_64/PKGBUILD   2014-10-14 20:37:32 UTC (rev 120675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 

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

2014-10-14 Thread Evangelos Foutras
Date: Tuesday, October 14, 2014 @ 22:42:52
  Author: foutrelis
Revision: 120676

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   34 --
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
+++ community-i686/PKGBUILD 2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.2.3
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes'
-'xarchiver: archive management')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 120675, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 20:42:52 UTC (rev 120676)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.3
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes'
+'xarchiver: archive management')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('c993402d407b0a3fc076f842ac1bc5c9')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-10-14 20:37:32 UTC (rev 120675)
+++ community-i686/pcmanfm.install  2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 120675, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-10-14 20:42:52 UTC (rev 120676)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-14 20:37:32 UTC (rev 120675)
+++ community-x86_64/PKGBUILD   2014-10-14 20:42:52 UTC (rev 120676)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:
-# 

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

2014-08-26 Thread Felix Yan
Date: Wednesday, August 27, 2014 @ 07:55:20
  Author: fyan
Revision: 117942

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

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

--+
 /PKGBUILD|   64 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-08-27 05:54:38 UTC (rev 117941)
+++ community-i686/PKGBUILD 2014-08-27 05:55:20 UTC (rev 117942)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('66e634aff37dbc6d7204570df041152f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 117941, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-08-27 05:55:20 UTC (rev 117942)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('ac0ba2f8e2b4d47014a62ccf43388e0f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-08-27 05:54:38 UTC (rev 117941)
+++ community-i686/pcmanfm.install  2014-08-27 05:55:20 UTC (rev 117942)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 117941, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-08-27 05:55:20 UTC (rev 117942)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-08-27 05:54:38 UTC (rev 117941)
+++ community-x86_64/PKGBUILD   2014-08-27 05:55:20 UTC (rev 117942)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez 

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

2014-07-08 Thread Bartłomiej Piotrowski
Date: Tuesday, July 8, 2014 @ 20:27:38
  Author: bpiotrowski
Revision: 115328

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

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

--+
 /PKGBUILD|   64 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   32 --
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-08 18:27:35 UTC (rev 115327)
+++ community-i686/PKGBUILD 2014-07-08 18:27:38 UTC (rev 115328)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.2.0
-pkgrel=2
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
-'udisks: alternative for mounting volumes')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('11d59a492c9802866279a6e7e2b3f49e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 115327, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-08 18:27:38 UTC (rev 115328)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('66e634aff37dbc6d7204570df041152f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-07-08 18:27:35 UTC (rev 115327)
+++ community-i686/pcmanfm.install  2014-07-08 18:27:38 UTC (rev 115328)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 115327, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-07-08 18:27:38 UTC (rev 115328)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-08 18:27:35 UTC (rev 115327)
+++ community-x86_64/PKGBUILD   2014-07-08 18:27:38 UTC (rev 115328)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez 

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

2014-05-12 Thread Balló György
Date: Monday, May 12, 2014 @ 21:35:38
  Author: bgyorgy
Revision: 111066

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

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

--+
 /PKGBUILD|   64 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   34 ---
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   34 ---
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 86 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-12 19:35:31 UTC (rev 111065)
+++ community-i686/PKGBUILD 2014-05-12 19:35:38 UTC (rev 111066)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('11d59a492c9802866279a6e7e2b3f49e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|x-directory/normal|inode/directory|' -i \
-$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 111065, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-12 19:35:38 UTC (rev 111066)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote 
filesystems'
+'udisks: alternative for mounting volumes')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('11d59a492c9802866279a6e7e2b3f49e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-05-12 19:35:31 UTC (rev 111065)
+++ community-i686/pcmanfm.install  2014-05-12 19:35:38 UTC (rev 111066)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 111065, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-05-12 19:35:38 UTC (rev 111066)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-12 19:35:31 UTC (rev 111065)
+++ community-x86_64/PKGBUILD   2014-05-12 19:35:38 UTC (rev 111066)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: 

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

2014-02-19 Thread Bartłomiej Piotrowski
Date: Wednesday, February 19, 2014 @ 11:35:08
  Author: bpiotrowski
Revision: 105925

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   34 --
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-19 10:34:58 UTC (rev 105924)
+++ community-i686/PKGBUILD 2014-02-19 10:35:08 UTC (rev 105925)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.1.2
-pkgrel=2
-pkgdesc=An extremely fast and lightweight file manager
-arch=('i686' 'x86_64')
-url=http://pcmanfm.sourceforge.net/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 105924, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-19 10:35:08 UTC (rev 105925)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.2.0
+pkgrel=1
+pkgdesc='Extremely fast and lightweight file manager'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('11d59a492c9802866279a6e7e2b3f49e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+
+  sed -e 's|x-directory/normal|inode/directory|' -i \
+$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2014-02-19 10:34:58 UTC (rev 105924)
+++ community-i686/pcmanfm.install  2014-02-19 10:35:08 UTC (rev 105925)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 105924, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2014-02-19 10:35:08 UTC (rev 105925)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-19 10:34:58 UTC (rev 105924)
+++ community-x86_64/PKGBUILD   2014-02-19 10:35:08 UTC (rev 105925)
@@ -1,34 +0,0 @@

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

2013-09-10 Thread Bartłomiej Piotrowski
Date: Tuesday, September 10, 2013 @ 16:32:02
  Author: bpiotrowski
Revision: 97022

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

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

--+
 /PKGBUILD|   68 +
 /pcmanfm.install |   22 +++
 community-i686/PKGBUILD  |   33 -
 community-i686/pcmanfm.install   |   11 -
 community-x86_64/PKGBUILD|   33 -
 community-x86_64/pcmanfm.install |   11 -
 6 files changed, 90 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-09-10 14:31:51 UTC (rev 97021)
+++ community-i686/PKGBUILD 2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.1.2
-pkgrel=1
-pkgdesc=An extremely fast and lightweight file manager
-arch=('i686' 'x86_64')
-url=http://pcmanfm.sourceforge.net/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool' 'pkgconfig')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 97021, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-09-10 14:32:02 UTC (rev 97022)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.1.2
+pkgrel=2
+pkgdesc=An extremely fast and lightweight file manager
+arch=('i686' 'x86_64')
+url=http://pcmanfm.sourceforge.net/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
+md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --sysconfdir=/etc --prefix=/usr 
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2013-09-10 14:31:51 UTC (rev 97021)
+++ community-i686/pcmanfm.install  2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 97021, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2013-09-10 14:32:02 UTC (rev 97022)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-09-10 14:31:51 UTC (rev 97021)
+++ community-x86_64/PKGBUILD   2013-09-10 14:32:02 UTC (rev 97022)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# 

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

2013-08-12 Thread Bartłomiej Piotrowski
Date: Monday, August 12, 2013 @ 21:57:14
  Author: bpiotrowski
Revision: 95467

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

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

--+
 /PKGBUILD|   66 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   33 --
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-12 19:56:58 UTC (rev 95466)
+++ community-i686/PKGBUILD 2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.1.1
-pkgrel=1
-pkgdesc=An extremely fast and lightweight file manager
-arch=('i686' 'x86_64')
-url=http://pcmanfm.sourceforge.net/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool' 'pkgconfig')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('853ef5e3eba6bf36e15985bfe3170456')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 95466, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-12 19:57:14 UTC (rev 95467)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.1.2
+pkgrel=1
+pkgdesc=An extremely fast and lightweight file manager
+arch=('i686' 'x86_64')
+url=http://pcmanfm.sourceforge.net/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool' 'pkgconfig')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
+md5sums=('41104699e653ff2b0a9a9e80a257d6a2')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --sysconfdir=/etc --prefix=/usr 
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2013-08-12 19:56:58 UTC (rev 95466)
+++ community-i686/pcmanfm.install  2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 95466, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2013-08-12 19:57:14 UTC (rev 95467)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-08-12 19:56:58 UTC (rev 95466)
+++ community-x86_64/PKGBUILD   2013-08-12 19:57:14 UTC (rev 95467)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez 

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

2013-07-22 Thread Bartłomiej Piotrowski
Date: Monday, July 22, 2013 @ 22:03:04
  Author: bpiotrowski
Revision: 94411

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

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

--+
 /PKGBUILD|   66 +
 /pcmanfm.install |   22 
 community-i686/PKGBUILD  |   33 --
 community-i686/pcmanfm.install   |   11 --
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/pcmanfm.install |   11 --
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-22 20:02:51 UTC (rev 94410)
+++ community-i686/PKGBUILD 2013-07-22 20:03:04 UTC (rev 94411)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Juergen Hoetzel juer...@archlinux.org
-
-pkgname=pcmanfm
-pkgver=1.1.0
-pkgrel=1
-pkgdesc=An extremely fast and lightweight file manager
-arch=('i686' 'x86_64')
-url=http://pcmanfm.sourceforge.net/;
-license=('GPL')
-groups=('lxde')
-depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
-makedepends=('intltool' 'pkgconfig')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
-md5sums=('af0cff78690e658f3c06ceabf27bc71a')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-
-  ./configure --sysconfdir=/etc --prefix=/usr 
-  make LDFLAGS+=' -lm'
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install 
-
-  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
-}

Copied: pcmanfm/repos/community-i686/PKGBUILD (from rev 94410, 
pcmanfm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-22 20:03:04 UTC (rev 94411)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
+# Contributor: Unknown47 unknown...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Juergen Hoetzel juer...@archlinux.org
+
+pkgname=pcmanfm
+pkgver=1.1.1
+pkgrel=1
+pkgdesc=An extremely fast and lightweight file manager
+arch=('i686' 'x86_64')
+url=http://pcmanfm.sourceforge.net/;
+license=('GPL')
+groups=('lxde')
+depends=('gtk2' 'desktop-file-utils' 'libfm' 'lxmenu-data')
+makedepends=('intltool' 'pkgconfig')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.gz)
+md5sums=('853ef5e3eba6bf36e15985bfe3170456')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --sysconfdir=/etc --prefix=/usr 
+  make LDFLAGS+=' -lm'
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install 
+
+  sed -e 's|x-directory/normal|inode/directory|' -i 
$pkgdir/usr/share/applications/pcmanfm.desktop
+}

Deleted: community-i686/pcmanfm.install
===
--- community-i686/pcmanfm.install  2013-07-22 20:02:51 UTC (rev 94410)
+++ community-i686/pcmanfm.install  2013-07-22 20:03:04 UTC (rev 94411)
@@ -1,11 +0,0 @@
-post_install() {
-update-desktop-database -q
-}
-
-post_upgrade() {
-update-desktop-database -q
-}
-
-post_remove() {
-update-desktop-database -q
-}

Copied: pcmanfm/repos/community-i686/pcmanfm.install (from rev 94410, 
pcmanfm/trunk/pcmanfm.install)
===
--- community-i686/pcmanfm.install  (rev 0)
+++ community-i686/pcmanfm.install  2013-07-22 20:03:04 UTC (rev 94411)
@@ -0,0 +1,11 @@
+post_install() {
+update-desktop-database -q
+}
+
+post_upgrade() {
+update-desktop-database -q
+}
+
+post_remove() {
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-07-22 20:02:51 UTC (rev 94410)
+++ community-x86_64/PKGBUILD   2013-07-22 20:03:04 UTC (rev 94411)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski barthal...@gmail.com
-# Contributor: Unknown47 unknown...@gmail.com
-# Contributor: Angel Velasquez