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

Balló György bgyorgy at archlinux.org
Tue Jul 12 23:04:09 UTC 2016


    Date: Tuesday, July 12, 2016 @ 23:04:08
  Author: bgyorgy
Revision: 182807

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

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

----------------------------------+
 /PKGBUILD                        |   70 +++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD          |   36 -------------------
 community-i686/pcmanfm.install   |   11 -----
 community-x86_64/PKGBUILD        |   36 -------------------
 community-x86_64/pcmanfm.install |   11 -----
 5 files changed, 70 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-12 23:04:03 UTC (rev 182806)
+++ community-i686/PKGBUILD	2016-07-12 23:04:08 UTC (rev 182807)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# 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-gtk3
-_pkgname=pcmanfm
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde-gtk3')
-depends=('desktop-file-utils' 'libfm-gtk3' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote filesystems'
-            'udisks: alternative for mounting volumes'
-            'xarchiver: archive management')
-conflicts=($_pkgname)
-install=$_pkgname.install
-source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
-md5sums=('19764c2f59653724c8713e0064fa6829')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm-gtk3/repos/community-i686/PKGBUILD (from rev 182806, pcmanfm-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-12 23:04:08 UTC (rev 182807)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# 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-gtk3
+_pkgname=pcmanfm
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde-gtk3')
+depends=('libfm-gtk3' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote filesystems'
+            'udisks: alternative for mounting volumes'
+            'xarchiver: archive management')
+conflicts=($_pkgname)
+source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
+md5sums=('19764c2f59653724c8713e0064fa6829')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/pcmanfm.install
===================================================================
--- community-i686/pcmanfm.install	2016-07-12 23:04:03 UTC (rev 182806)
+++ community-i686/pcmanfm.install	2016-07-12 23:04:08 UTC (rev 182807)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-12 23:04:03 UTC (rev 182806)
+++ community-x86_64/PKGBUILD	2016-07-12 23:04:08 UTC (rev 182807)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# 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-gtk3
-_pkgname=pcmanfm
-pkgver=1.2.4
-pkgrel=1
-pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
-arch=('i686' 'x86_64')
-url='http://pcmanfm.sourceforge.net/'
-license=('GPL')
-groups=('lxde-gtk3')
-depends=('desktop-file-utils' 'libfm-gtk3' 'lxmenu-data')
-makedepends=('intltool')
-optdepends=('gvfs: for trash support, mounting with udisks and remote filesystems'
-            'udisks: alternative for mounting volumes'
-            'xarchiver: archive management')
-conflicts=($_pkgname)
-install=$_pkgname.install
-source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
-md5sums=('19764c2f59653724c8713e0064fa6829')
-
-build() {
-  cd $_pkgname-$pkgver
-  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: pcmanfm-gtk3/repos/community-x86_64/PKGBUILD (from rev 182806, pcmanfm-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-12 23:04:08 UTC (rev 182807)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# 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-gtk3
+_pkgname=pcmanfm
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='Extremely fast and lightweight file manager (GTK+ 3 version)'
+arch=('i686' 'x86_64')
+url='http://pcmanfm.sourceforge.net/'
+license=('GPL')
+groups=('lxde-gtk3')
+depends=('libfm-gtk3' 'lxmenu-data')
+makedepends=('intltool')
+optdepends=('gvfs: for trash support, mounting with udisks and remote filesystems'
+            'udisks: alternative for mounting volumes'
+            'xarchiver: archive management')
+conflicts=($_pkgname)
+source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.xz)
+md5sums=('19764c2f59653724c8713e0064fa6829')
+
+build() {
+  cd $_pkgname-$pkgver
+  ./configure --sysconfdir=/etc --prefix=/usr --with-gtk=3
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/pcmanfm.install
===================================================================
--- community-x86_64/pcmanfm.install	2016-07-12 23:04:03 UTC (rev 182806)
+++ community-x86_64/pcmanfm.install	2016-07-12 23:04:08 UTC (rev 182807)
@@ -1,11 +0,0 @@
-post_install() {
-    update-desktop-database -q
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list