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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 29 18:13:03 UTC 2014


    Date: Tuesday, July 29, 2014 @ 20:13:03
  Author: bpiotrowski
Revision: 116547

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

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

----------------------------------+
 /PKGBUILD                        |   72 +++++++++++++++++++++++++++++++++++++
 /spacefm.install                 |   28 ++++++++++++++
 community-i686/PKGBUILD          |   37 -------------------
 community-i686/spacefm.install   |   14 -------
 community-x86_64/PKGBUILD        |   37 -------------------
 community-x86_64/spacefm.install |   14 -------
 6 files changed, 100 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-29 18:12:51 UTC (rev 116546)
+++ community-i686/PKGBUILD	2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat <the.ridikulus.rat at gmail.com>
-
-pkgname=spacefm
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
-         'systemd' 'bash')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-            'wget: plugin download'
-            'gksu: perform as root functionality'
-            'udevil: mount as non-root user and mount networks'
-            'udisks: mount as non-root user'
-            'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('daeee7dcccea33d6258a0a9d783470c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-pixmaps \
-    --with-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 116546, spacefm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat <the.ridikulus.rat at gmail.com>
+
+pkgname=spacefm
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+         'systemd' 'bash')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+            'wget: plugin download'
+            'gksu: perform as root functionality'
+            'udevil: mount as non-root user and mount networks'
+            'udisks: mount as non-root user'
+            'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-i686/spacefm.install
===================================================================
--- community-i686/spacefm.install	2014-07-29 18:12:51 UTC (rev 116546)
+++ community-i686/spacefm.install	2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: spacefm/repos/community-i686/spacefm.install (from rev 116546, spacefm/trunk/spacefm.install)
===================================================================
--- community-i686/spacefm.install	                        (rev 0)
+++ community-i686/spacefm.install	2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-29 18:12:51 UTC (rev 116546)
+++ community-x86_64/PKGBUILD	2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat <the.ridikulus.rat at gmail.com>
-
-pkgname=spacefm
-pkgver=0.9.4
-pkgrel=1
-pkgdesc='Multi-panel tabbed file manager'
-arch=('i686' 'x86_64')
-url='http://ignorantguru.github.com/spacefm/'
-license=('GPL3')
-install=$pkgname.install
-depends=('gtk3' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
-         'systemd' 'bash')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-            'wget: plugin download'
-            'gksu: perform as root functionality'
-            'udevil: mount as non-root user and mount networks'
-            'udisks: mount as non-root user'
-            'udisks2: mount as non-root user')
-source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
-md5sums=('daeee7dcccea33d6258a0a9d783470c4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-    --disable-pixmaps \
-    --with-gtk3
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: spacefm/repos/community-x86_64/PKGBUILD (from rev 116546, spacefm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat <the.ridikulus.rat at gmail.com>
+
+pkgname=spacefm
+pkgver=0.9.4
+pkgrel=2
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+install=$pkgname.install
+depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification'
+         'systemd' 'bash')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+            'wget: plugin download'
+            'gksu: perform as root functionality'
+            'udevil: mount as non-root user and mount networks'
+            'udisks: mount as non-root user'
+            'udisks2: mount as non-root user')
+source=(https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/spacefm.install
===================================================================
--- community-x86_64/spacefm.install	2014-07-29 18:12:51 UTC (rev 116546)
+++ community-x86_64/spacefm.install	2014-07-29 18:13:03 UTC (rev 116547)
@@ -1,14 +0,0 @@
-post_install() {
-  update-mime-database /usr/share/mime > /dev/null
-  update-desktop-database -q
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-  [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: spacefm/repos/community-x86_64/spacefm.install (from rev 116546, spacefm/trunk/spacefm.install)
===================================================================
--- community-x86_64/spacefm.install	                        (rev 0)
+++ community-x86_64/spacefm.install	2014-07-29 18:13:03 UTC (rev 116547)
@@ -0,0 +1,14 @@
+post_install() {
+  update-mime-database /usr/share/mime > /dev/null
+  update-desktop-database -q
+  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+  [[ -d /usr/share/icons/Faenza ]] && gtk-update-icon-cache -q -t -f /usr/share/icons/Faenza
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list