Date: Thursday, October 16, 2014 @ 17:48:44 Author: bpiotrowski Revision: 120828
archrelease: copy trunk to community-x86_64 Added: spacefm/repos/community-x86_64/PKGBUILD (from rev 120827, spacefm/trunk/PKGBUILD) spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch (from rev 120827, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch) spacefm/repos/community-x86_64/spacefm.install (from rev 120827, spacefm/trunk/spacefm.install) Deleted: spacefm/repos/community-x86_64/PKGBUILD spacefm/repos/community-x86_64/spacefm.install -------------------------------+ PKGBUILD | 79 +++++++++++++++++++++------------------- spacefm-0.9.4-glib-2.41.patch | 25 ++++++++++++ spacefm.install | 28 +++++++------- 3 files changed, 82 insertions(+), 50 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-10-16 15:48:31 UTC (rev 120827) +++ PKGBUILD 2014-10-16 15:48:44 UTC (rev 120828) @@ -1,36 +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.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-x86_64/PKGBUILD (from rev 120827, spacefm/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-10-16 15:48:44 UTC (rev 120828) @@ -0,0 +1,43 @@ +# $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.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-x86_64/spacefm-0.9.4-glib-2.41.patch (from rev 120827, 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-16 15:48:44 UTC (rev 120828) @@ -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: spacefm.install =================================================================== --- spacefm.install 2014-10-16 15:48:31 UTC (rev 120827) +++ spacefm.install 2014-10-16 15:48:44 UTC (rev 120828) @@ -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 120827, spacefm/trunk/spacefm.install) =================================================================== --- spacefm.install (rev 0) +++ spacefm.install 2014-10-16 15:48:44 UTC (rev 120828) @@ -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 +}