[arch-commits] Commit in spacefm/repos/community-x86_64 (4 files)

Eric Bélanger eric at archlinux.org
Fri Oct 17 17:01:23 UTC 2014


    Date: Friday, October 17, 2014 @ 19:01:22
  Author: eric
Revision: 120913

archrelease: copy trunk to community-x86_64

Added:
  spacefm/repos/community-x86_64/PKGBUILD
    (from rev 120912, spacefm/trunk/PKGBUILD)
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
    (from rev 120912, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
  spacefm/repos/community-x86_64/spacefm.install
    (from rev 120912, spacefm/trunk/spacefm.install)
Deleted:
  spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch

-------------------------------+
 PKGBUILD                      |   43 ++++++++++++++++++++++++++++++++++
 spacefm-0.9.4-glib-2.41.patch |   50 ++++++++++++++++++++--------------------
 spacefm.install               |   14 +++++++++++
 3 files changed, 82 insertions(+), 25 deletions(-)

Copied: spacefm/repos/community-x86_64/PKGBUILD (from rev 120912, spacefm/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-10-17 17:01:22 UTC (rev 120913)
@@ -0,0 +1,43 @@
+# $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=3
+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
+        spacefm-0.9.4-glib-2.41.patch)
+md5sums=('daeee7dcccea33d6258a0a9d783470c4'
+         '1ec85afcb4fc881a8e876b3cf60c7028')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../spacefm-0.9.4-glib-2.41.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --disable-pixmaps
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: spacefm-0.9.4-glib-2.41.patch
===================================================================
--- spacefm-0.9.4-glib-2.41.patch	2014-10-17 16:25:19 UTC (rev 120912)
+++ spacefm-0.9.4-glib-2.41.patch	2014-10-17 17:01:22 UTC (rev 120913)
@@ -1,25 +0,0 @@
-diff --git a/src/main.c b/src/main.c
-index a7307fb..af5dc5a 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -1349,7 +1349,9 @@ int main ( int argc, char *argv[] )
-                 vfs_file_monitor_clean();
-                 return ret == -1 ? 0 : ret;
-             }
-+            GDK_THREADS_ENTER();
-             gtk_main();
-+            GDK_THREADS_LEAVE();
-             vfs_file_monitor_clean();
-             return 0;
-         }
-@@ -1509,8 +1511,10 @@ int main ( int argc, char *argv[] )
-     run = handle_parsed_commandline_args();
-     app_settings.load_saved_tabs = TRUE;
- 
-+    GDK_THREADS_ENTER();
-     if( run )   /* run the main loop */
-         gtk_main();
-+    GDK_THREADS_LEAVE();
- 
-     main_window_event( NULL, NULL, "evt_exit", 0, 0, NULL, 0, 0, 0, FALSE );
- 

Copied: spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch (from rev 120912, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
===================================================================
--- spacefm-0.9.4-glib-2.41.patch	                        (rev 0)
+++ spacefm-0.9.4-glib-2.41.patch	2014-10-17 17:01:22 UTC (rev 120913)
@@ -0,0 +1,25 @@
+diff --git a/src/main.c b/src/main.c
+index a7307fb..af5dc5a 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -1349,7 +1349,9 @@ int main ( int argc, char *argv[] )
+                 vfs_file_monitor_clean();
+                 return ret == -1 ? 0 : ret;
+             }
++            GDK_THREADS_ENTER();
+             gtk_main();
++            GDK_THREADS_LEAVE();
+             vfs_file_monitor_clean();
+             return 0;
+         }
+@@ -1509,8 +1511,10 @@ int main ( int argc, char *argv[] )
+     run = handle_parsed_commandline_args();
+     app_settings.load_saved_tabs = TRUE;
+ 
++    GDK_THREADS_ENTER();
+     if( run )   /* run the main loop */
+         gtk_main();
++    GDK_THREADS_LEAVE();
+ 
+     main_window_event( NULL, NULL, "evt_exit", 0, 0, NULL, 0, 0, 0, FALSE );
+ 

Copied: spacefm/repos/community-x86_64/spacefm.install (from rev 120912, spacefm/trunk/spacefm.install)
===================================================================
--- spacefm.install	                        (rev 0)
+++ spacefm.install	2014-10-17 17:01:22 UTC (rev 120913)
@@ -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