[arch-commits] Commit in pcmanfm/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Oct 14 20:37:32 UTC 2014
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 <bpiotrowski at archlinux.org>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at 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 <bpiotrowski at archlinux.org>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at 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 <bpiotrowski at archlinux.org>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at 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-x86_64/PKGBUILD (from rev 120674, pcmanfm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-10-14 20:37:32 UTC (rev 120675)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Unknown47 <unknown47r at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Juergen Hoetzel <juergen at 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-x86_64/pcmanfm.install
===================================================================
--- community-x86_64/pcmanfm.install 2014-10-14 20:37:13 UTC (rev 120674)
+++ community-x86_64/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-x86_64/pcmanfm.install (from rev 120674, pcmanfm/trunk/pcmanfm.install)
===================================================================
--- community-x86_64/pcmanfm.install (rev 0)
+++ community-x86_64/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
+}
More information about the arch-commits
mailing list