Date: Monday, October 19, 2015 @ 00:23:32 Author: arojas Revision: 144345
archrelease: copy trunk to community-i686, community-x86_64 Added: spacefm/repos/community-i686/PKGBUILD (from rev 144343, spacefm/trunk/PKGBUILD) spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch (from rev 144343, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch) spacefm/repos/community-i686/spacefm.install (from rev 144343, spacefm/trunk/spacefm.install) spacefm/repos/community-x86_64/PKGBUILD (from rev 144343, spacefm/trunk/PKGBUILD) spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch (from rev 144343, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch) spacefm/repos/community-x86_64/spacefm.install (from rev 144343, spacefm/trunk/spacefm.install) Deleted: spacefm/repos/community-i686/PKGBUILD spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch spacefm/repos/community-i686/spacefm.install spacefm/repos/community-x86_64/PKGBUILD spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch spacefm/repos/community-x86_64/spacefm.install ------------------------------------------------+ /PKGBUILD | 68 +++++++++++++++++++++++ /spacefm-0.9.4-glib-2.41.patch | 50 ++++++++++++++++ /spacefm.install | 28 +++++++++ community-i686/PKGBUILD | 34 ----------- community-i686/spacefm-0.9.4-glib-2.41.patch | 25 -------- community-i686/spacefm.install | 14 ---- community-x86_64/PKGBUILD | 34 ----------- community-x86_64/spacefm-0.9.4-glib-2.41.patch | 25 -------- community-x86_64/spacefm.install | 14 ---- 9 files changed, 146 insertions(+), 146 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2015-10-18 22:23:28 UTC (rev 144344) +++ community-i686/PKGBUILD 2015-10-18 22:23:32 UTC (rev 144345) @@ -1,34 +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=1.0.3 -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' 'desktop-file-utils' 'startup-notification' 'ffmpegthumbnailer') -makedepends=('intltool' 'gettext') -optdepends=('lsof: device processes' - 'wget: plugin download' - 'gksu: perform as root functionality' - 'udevil: mount as non-root user and mount networks' - 'udisks2: mount as non-root user') -source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) -md5sums=('000e26dc414443f934e3838610cb6174') - -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 144343, spacefm/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2015-10-18 22:23:32 UTC (rev 144345) @@ -0,0 +1,34 @@ +# $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=1.0.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' 'desktop-file-utils' 'startup-notification' 'ffmpegthumbnailer') +makedepends=('intltool' 'gettext') +optdepends=('lsof: device processes' + 'wget: plugin download' + 'gksu: perform as root functionality' + 'udevil: mount as non-root user and mount networks' + 'udisks2: mount as non-root user') +source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) +md5sums=('a51a8fab15483ef05a093841783a53f3') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --disable-pixmaps + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-i686/spacefm-0.9.4-glib-2.41.patch =================================================================== --- community-i686/spacefm-0.9.4-glib-2.41.patch 2015-10-18 22:23:28 UTC (rev 144344) +++ community-i686/spacefm-0.9.4-glib-2.41.patch 2015-10-18 22:23:32 UTC (rev 144345) @@ -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-i686/spacefm-0.9.4-glib-2.41.patch (from rev 144343, 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 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 2015-10-18 22:23:28 UTC (rev 144344) +++ community-i686/spacefm.install 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 144343, spacefm/trunk/spacefm.install) =================================================================== --- community-i686/spacefm.install (rev 0) +++ community-i686/spacefm.install 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 2015-10-18 22:23:28 UTC (rev 144344) +++ community-x86_64/PKGBUILD 2015-10-18 22:23:32 UTC (rev 144345) @@ -1,34 +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=1.0.3 -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' 'desktop-file-utils' 'startup-notification' 'ffmpegthumbnailer') -makedepends=('intltool' 'gettext') -optdepends=('lsof: device processes' - 'wget: plugin download' - 'gksu: perform as root functionality' - 'udevil: mount as non-root user and mount networks' - 'udisks2: mount as non-root user') -source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) -md5sums=('000e26dc414443f934e3838610cb6174') - -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 144343, spacefm/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2015-10-18 22:23:32 UTC (rev 144345) @@ -0,0 +1,34 @@ +# $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=1.0.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' 'desktop-file-utils' 'startup-notification' 'ffmpegthumbnailer') +makedepends=('intltool' 'gettext') +optdepends=('lsof: device processes' + 'wget: plugin download' + 'gksu: perform as root functionality' + 'udevil: mount as non-root user and mount networks' + 'udisks2: mount as non-root user') +source=($pkgname-$pkgver.tar.gz::https://github.com/IgnorantGuru/spacefm/archive/$pkgver.tar.gz) +md5sums=('a51a8fab15483ef05a093841783a53f3') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr \ + --disable-pixmaps + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: community-x86_64/spacefm-0.9.4-glib-2.41.patch =================================================================== --- community-x86_64/spacefm-0.9.4-glib-2.41.patch 2015-10-18 22:23:28 UTC (rev 144344) +++ community-x86_64/spacefm-0.9.4-glib-2.41.patch 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 144343, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch) =================================================================== --- community-x86_64/spacefm-0.9.4-glib-2.41.patch (rev 0) +++ community-x86_64/spacefm-0.9.4-glib-2.41.patch 2015-10-18 22:23:32 UTC (rev 144345) @@ -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-x86_64/spacefm.install =================================================================== --- community-x86_64/spacefm.install 2015-10-18 22:23:28 UTC (rev 144344) +++ community-x86_64/spacefm.install 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 144343, spacefm/trunk/spacefm.install) =================================================================== --- community-x86_64/spacefm.install (rev 0) +++ community-x86_64/spacefm.install 2015-10-18 22:23:32 UTC (rev 144345) @@ -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 +}