Date: Tuesday, October 22, 2013 @ 19:56:30
  Author: bpiotrowski
Revision: 99024

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

Added:
  spacefm/repos/community-i686/PKGBUILD
    (from rev 99023, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-i686/spacefm.install
    (from rev 99023, spacefm/trunk/spacefm.install)
  spacefm/repos/community-x86_64/PKGBUILD
    (from rev 99023, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm.install
    (from rev 99023, 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                        |   74 +++++++++++++++++++++++++++++++++++++
 /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, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2013-10-22 17:56:03 UTC (rev 99023)
+++ community-i686/PKGBUILD     2013-10-22 17:56:30 UTC (rev 99024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat <the.ridikulus....@gmail.com>
-
-pkgname=spacefm
-pkgver=0.8.7
-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' 
'udev')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-                       'eject: eject media'
-            '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://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947')
-
-build() {
-       cd $srcdir/$pkgname-$pkgver
-       ./configure --prefix=/usr \
-                               --disable-pixmaps \
-                               --with-gtk3
-       make
-}
-
-package() {
-       cd $srcdir/$pkgname-$pkgver
-       make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-i686/PKGBUILD (from rev 99023, 
spacefm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-10-22 17:56:30 UTC (rev 99024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat <the.ridikulus....@gmail.com>
+
+pkgname=spacefm
+pkgver=0.9.0
+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' 
'udev')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+                       'eject: eject media'
+            '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)
+sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
+
+build() {
+       cd $srcdir/$pkgname-$pkgver
+       ./configure --prefix=/usr \
+                               --disable-pixmaps \
+                               --with-gtk3
+       make
+}
+
+package() {
+       cd $srcdir/$pkgname-$pkgver
+       make DESTDIR=$pkgdir install
+}

Deleted: community-i686/spacefm.install
===================================================================
--- community-i686/spacefm.install      2013-10-22 17:56:03 UTC (rev 99023)
+++ community-i686/spacefm.install      2013-10-22 17:56:30 UTC (rev 99024)
@@ -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 99023, 
spacefm/trunk/spacefm.install)
===================================================================
--- community-i686/spacefm.install                              (rev 0)
+++ community-i686/spacefm.install      2013-10-22 17:56:30 UTC (rev 99024)
@@ -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   2013-10-22 17:56:03 UTC (rev 99023)
+++ community-x86_64/PKGBUILD   2013-10-22 17:56:30 UTC (rev 99024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
-# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
-# Contributor: ridikulus_rat <the.ridikulus....@gmail.com>
-
-pkgname=spacefm
-pkgver=0.8.7
-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' 
'udev')
-makedepends=('intltool' 'gettext')
-optdepends=('lsof: device processes'
-                       'eject: eject media'
-            '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://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('3e48f276df4505b69d24fbeb4b5a869cf316503e2395bef467a29a5207b23947')
-
-build() {
-       cd $srcdir/$pkgname-$pkgver
-       ./configure --prefix=/usr \
-                               --disable-pixmaps \
-                               --with-gtk3
-       make
-}
-
-package() {
-       cd $srcdir/$pkgname-$pkgver
-       make DESTDIR=$pkgdir install
-}

Copied: spacefm/repos/community-x86_64/PKGBUILD (from rev 99023, 
spacefm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-10-22 17:56:30 UTC (rev 99024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski <nos...@bpiotrowski.pl>
+# Contributor: IgnorantGuru 
http://igurublog.wordpress.com/contact-ignorantguru/
+# Contributor: ridikulus_rat <the.ridikulus....@gmail.com>
+
+pkgname=spacefm
+pkgver=0.9.0
+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' 
'udev')
+makedepends=('intltool' 'gettext')
+optdepends=('lsof: device processes'
+                       'eject: eject media'
+            '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)
+sha256sums=('cca3fcfecd148dca165a71bb14c66c8b29ae7a488a98b9e9662ae4b686b2c01b')
+
+build() {
+       cd $srcdir/$pkgname-$pkgver
+       ./configure --prefix=/usr \
+                               --disable-pixmaps \
+                               --with-gtk3
+       make
+}
+
+package() {
+       cd $srcdir/$pkgname-$pkgver
+       make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/spacefm.install
===================================================================
--- community-x86_64/spacefm.install    2013-10-22 17:56:03 UTC (rev 99023)
+++ community-x86_64/spacefm.install    2013-10-22 17:56:30 UTC (rev 99024)
@@ -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 99023, 
spacefm/trunk/spacefm.install)
===================================================================
--- community-x86_64/spacefm.install                            (rev 0)
+++ community-x86_64/spacefm.install    2013-10-22 17:56:30 UTC (rev 99024)
@@ -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
+}

Reply via email to