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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Wed Feb 19 10:35:09 UTC 2014


    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 <barthalion at gmail.com>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at 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 <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.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 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <barthalion at gmail.com>
-# Contributor: Unknown47 <unknown47r at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Juergen Hoetzel <juergen at 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-x86_64/PKGBUILD (from rev 105924, pcmanfm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-19 10:35:08 UTC (rev 105925)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:  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.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-x86_64/pcmanfm.install
===================================================================
--- community-x86_64/pcmanfm.install	2014-02-19 10:34:58 UTC (rev 105924)
+++ community-x86_64/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-x86_64/pcmanfm.install (from rev 105924, pcmanfm/trunk/pcmanfm.install)
===================================================================
--- community-x86_64/pcmanfm.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list