[arch-commits] Commit in spacefm/repos (7 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Oct 16 15:57:18 UTC 2014
Date: Thursday, October 16, 2014 @ 17:57:17
Author: bpiotrowski
Revision: 120829
archrelease: copy trunk to community-i686, community-x86_64
Added:
spacefm/repos/community-i686/PKGBUILD
(from rev 120828, spacefm/trunk/PKGBUILD)
spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
(from rev 120828, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
spacefm/repos/community-i686/spacefm.install
(from rev 120828, 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 | 43 +++++++++++++++++++++++++
/spacefm.install | 14 ++++++++
community-i686/PKGBUILD | 36 --------------------
community-i686/spacefm-0.9.4-glib-2.41.patch | 25 ++++++++++++++
community-i686/spacefm.install | 14 --------
community-x86_64/PKGBUILD | 43 -------------------------
community-x86_64/spacefm.install | 14 --------
7 files changed, 82 insertions(+), 107 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-10-16 15:48:44 UTC (rev 120828)
+++ community-i686/PKGBUILD 2014-10-16 15:57:17 UTC (rev 120829)
@@ -1,36 +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=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
-}
Copied: spacefm/repos/community-i686/PKGBUILD (from rev 120828, spacefm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-16 15:57:17 UTC (rev 120829)
@@ -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
+}
Copied: spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch (from rev 120828, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
===================================================================
--- community-i686/spacefm-0.9.4-glib-2.41.patch (rev 0)
+++ community-i686/spacefm-0.9.4-glib-2.41.patch 2014-10-16 15:57:17 UTC (rev 120829)
@@ -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 );
+
Deleted: community-i686/spacefm.install
===================================================================
--- community-i686/spacefm.install 2014-10-16 15:48:44 UTC (rev 120828)
+++ community-i686/spacefm.install 2014-10-16 15:57:17 UTC (rev 120829)
@@ -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 120828, spacefm/trunk/spacefm.install)
===================================================================
--- community-i686/spacefm.install (rev 0)
+++ community-i686/spacefm.install 2014-10-16 15:57:17 UTC (rev 120829)
@@ -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-10-16 15:48:44 UTC (rev 120828)
+++ community-x86_64/PKGBUILD 2014-10-16 15:57:17 UTC (rev 120829)
@@ -1,43 +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=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: community-x86_64/spacefm.install
===================================================================
--- community-x86_64/spacefm.install 2014-10-16 15:48:44 UTC (rev 120828)
+++ community-x86_64/spacefm.install 2014-10-16 15:57:17 UTC (rev 120829)
@@ -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
-}
More information about the arch-commits
mailing list