[arch-commits] CVS update of extra/x11/rox (PKGBUILD selection-crash.patch)

Tobias Kieslich tobias at archlinux.org
Mon Jun 11 23:29:14 UTC 2007


    Date: Monday, June 11, 2007 @ 19:29:14
  Author: tobias
    Path: /home/cvs-extra/extra/x11/rox

Modified: PKGBUILD (1.22 -> 1.23)
 Removed: selection-crash.patch (1.1)

openbox obconf rox cinepaint perl-event -> updates
ufraw -> rebuld with exiv2 patch
dvdrip -> add postinstall message about ogmtools


-----------------------+
 PKGBUILD              |    7 ++-
 selection-crash.patch |   87 ------------------------------------------------
 2 files changed, 4 insertions(+), 90 deletions(-)


Index: extra/x11/rox/PKGBUILD
diff -u extra/x11/rox/PKGBUILD:1.22 extra/x11/rox/PKGBUILD:1.23
--- extra/x11/rox/PKGBUILD:1.22	Mon Feb 26 17:22:48 2007
+++ extra/x11/rox/PKGBUILD	Mon Jun 11 19:29:13 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.22 2007/02/26 22:22:48 tobias Exp $
+# $Id: PKGBUILD,v 1.23 2007/06/11 23:29:13 tobias Exp $
 # Maintainer: tobias <tobias at archlinux.org>
 # Contributor: Jochem Kossen <j.kossen at home.nl>
 
 pkgname=rox
 _appname=${pkgname}-filer
-pkgver=2.6
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A small and fast file manager which can optionally manage the desktop background and panels."
 arch=(i686 x86_64)
@@ -13,7 +13,8 @@
 makedepends=('librsvg')
 source=(http://dl.sourceforge.net/sourceforge/${pkgname}/${_appname}-${pkgver}.tar.bz2 \
         ${pkgname}.desktop ${pkgname}.svg)
-md5sums=('fe4fca077e05257772f2eeaf5be38379' '80e7a90e9d58375b25494fbdc01a05bd'\
+md5sums=('e7f7b0b8afbbdf3132ff3af043ee213c'
+         '80e7a90e9d58375b25494fbdc01a05bd'
          '658c8648b51e215558e13e6afb2b5c76')
 
 build() {
Index: extra/x11/rox/selection-crash.patch
diff -u extra/x11/rox/selection-crash.patch:1.1 extra/x11/rox/selection-crash.patch:removed
--- extra/x11/rox/selection-crash.patch:1.1	Sat Dec 17 11:10:02 2005
+++ extra/x11/rox/selection-crash.patch	Mon Jun 11 19:29:14 2007
@@ -1,87 +0,0 @@
-? .swo
-? .swp
-? ROX-Filer
-? ROX-Filer.dbg
-? build
-? Help/.Changes.swp
-? src/.view_details.c.swp
-? src/Docs/Manual-2.4-fr.xml.bz2
-Index: Help/Changes
-===================================================================
-RCS file: /cvsroot/rox/rox/ROX-Filer/Help/Changes,v
-retrieving revision 1.1075
-diff -u -r1.1075 Changes
---- Help/Changes	13 Dec 2005 20:11:30 -0000	1.1075
-+++ Help/Changes	15 Dec 2005 18:39:12 -0000
-@@ -2,6 +2,12 @@
- 			A RISC OS-like filer for X
- 			by Thomas Leonard
- 
-+15-Dec-2005
-+~~~~~~~~~~~
-+Bugfix: Changing the display style crashes the filer with GTK >= 2.8.9 because
-+	it sends a selection changed event before the view has finished
-+	initialising (Thomas Leonard; reported by Tobias Kieslich).
-+
- 13-Dec-2005 (Release 2.4)
- ~~~~~~~~~~~
- Updated Chinese translations (Babyfai Cheung).
-Index: src/filer.c
-===================================================================
-RCS file: /cvsroot/rox/rox/ROX-Filer/src/filer.c,v
-retrieving revision 1.371
-diff -u -r1.371 filer.c
---- src/filer.c	13 Nov 2005 11:24:41 -0000	1.371
-+++ src/filer.c	15 Dec 2005 18:39:13 -0000
-@@ -765,6 +765,8 @@
-  */
- void filer_selection_changed(FilerWindow *filer_window, gint time)
- {
-+	g_return_if_fail(filer_window != NULL);
-+
- 	toolbar_update_info(filer_window);
- 
- 	if (window_with_primary == filer_window)
-Index: src/toolbar.c
-===================================================================
-RCS file: /cvsroot/rox/rox/ROX-Filer/src/toolbar.c,v
-retrieving revision 1.82
-diff -u -r1.82 toolbar.c
---- src/toolbar.c	1 Aug 2005 07:10:20 -0000	1.82
-+++ src/toolbar.c	15 Dec 2005 18:39:13 -0000
-@@ -184,6 +184,8 @@
- 	ViewIface	*view;
- 	int		n_selected;
- 
-+	g_return_if_fail(filer_window != NULL);
-+
- 	if (o_toolbar.int_value == TOOLBAR_NONE || !o_toolbar_info.int_value)
- 		return;		/* Not showing info */
- 
-Index: src/view_details.c
-===================================================================
-RCS file: /cvsroot/rox/rox/ROX-Filer/src/view_details.c,v
-retrieving revision 1.46
-diff -u -r1.46 view_details.c
---- src/view_details.c	23 Mar 2005 19:16:55 -0000	1.46
-+++ src/view_details.c	15 Dec 2005 18:39:13 -0000
-@@ -990,14 +990,17 @@
- 				GTK_SELECTION_MULTIPLE);
- 	gtk_tree_selection_set_select_function(view_details->selection,
- 			test_can_change_selection, view_details, NULL);
--	g_signal_connect(view_details->selection, "changed",
--			G_CALLBACK(selection_changed), view_details);
- 
- 	/* Sorting */
- 	view_details->sort_fn = NULL;
- 	sortable_list = GTK_TREE_SORTABLE(object);
- 
- 	gtk_tree_view_set_model(treeview, GTK_TREE_MODEL(view_details));
-+	/* Do this after set_model, because that can generate this
-+	 * signal...
-+	 */
-+	g_signal_connect(view_details->selection, "changed",
-+			G_CALLBACK(selection_changed), view_details);
- 
- 	/* Icon */
- 	cell = cell_icon_new(view_details);




More information about the arch-commits mailing list