[arch-commits] Commit in spacefm/repos (10 files)
Christian Hesse
eworm at archlinux.org
Thu Apr 28 09:15:52 UTC 2016
Date: Thursday, April 28, 2016 @ 11:15:51
Author: eworm
Revision: 172396
archrelease: copy trunk to community-i686, community-x86_64
Added:
spacefm/repos/community-i686/PKGBUILD
(from rev 172395, spacefm/trunk/PKGBUILD)
spacefm/repos/community-i686/spacefm-0.9.4-glib-2.41.patch
(from rev 172395, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
spacefm/repos/community-x86_64/PKGBUILD
(from rev 172395, spacefm/trunk/PKGBUILD)
spacefm/repos/community-x86_64/spacefm-0.9.4-glib-2.41.patch
(from rev 172395, spacefm/trunk/spacefm-0.9.4-glib-2.41.patch)
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 | 66 +++++++++++++++++++++++
/spacefm-0.9.4-glib-2.41.patch | 50 +++++++++++++++++
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 ----
8 files changed, 116 insertions(+), 146 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-i686/PKGBUILD 2016-04-28 09:15:51 UTC (rev 172396)
@@ -1,34 +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=1.0.5
-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=('634763f4d3886a00088e06a4295982b2')
-
-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 172395, spacefm/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-28 09:15:51 UTC (rev 172396)
@@ -0,0 +1,33 @@
+# $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=1.0.5
+pkgrel=2
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+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=('634763f4d3886a00088e06a4295982b2')
+
+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 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-i686/spacefm-0.9.4-glib-2.41.patch 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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 172395, 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 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-i686/spacefm.install 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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
-}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-x86_64/PKGBUILD 2016-04-28 09:15:51 UTC (rev 172396)
@@ -1,34 +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=1.0.5
-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=('634763f4d3886a00088e06a4295982b2')
-
-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 172395, spacefm/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-04-28 09:15:51 UTC (rev 172396)
@@ -0,0 +1,33 @@
+# $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=1.0.5
+pkgrel=2
+pkgdesc='Multi-panel tabbed file manager'
+arch=('i686' 'x86_64')
+url='http://ignorantguru.github.com/spacefm/'
+license=('GPL3')
+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=('634763f4d3886a00088e06a4295982b2')
+
+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 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-x86_64/spacefm-0.9.4-glib-2.41.patch 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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 172395, 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 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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 2016-04-28 09:15:47 UTC (rev 172395)
+++ community-x86_64/spacefm.install 2016-04-28 09:15:51 UTC (rev 172396)
@@ -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