rpms/vagalume/F-10 vagalume-0.7.1-border_width.patch, NONE, 1.1 vagalume.spec, 1.4, 1.5

Michel Salim salimma at rpmfusion.org
Wed May 6 02:08:33 CEST 2009


Author: salimma

Update of /cvs/free/rpms/vagalume/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5390/F-10

Modified Files:
	vagalume.spec 
Added Files:
	vagalume-0.7.1-border_width.patch 
Log Message:
* Tue May  5 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.1-2
- Fix border width (upstream bug #4041)


vagalume-0.7.1-border_width.patch:

--- NEW FILE vagalume-0.7.1-border_width.patch ---
--- trunk/src/vgl-main-window.c	2009/04/29 22:47:55	527
+++ trunk/src/vgl-main-window.c	2009/05/01 12:44:11	528
@@ -1036,12 +1036,13 @@
         priv->progressbar_text = g_string_sized_new(30);
         g_string_assign(priv->progressbar_text, " ");
         /* Window */
-#ifndef USE_HILDON_WINDOW
+#ifdef USE_HILDON_WINDOW
+        gtk_container_set_border_width(GTK_CONTAINER(win), 2);
+#else
         gtk_window_set_default_size(win, 500, -1);
 #endif
         gtk_window_add_accel_group(win, accel);
         gtk_window_set_icon_from_file(win, APP_ICON, NULL);
-        gtk_container_set_border_width(GTK_CONTAINER(win), 2);
         /* Boxes */
         vbox = GTK_BOX(gtk_vbox_new(FALSE, 5));
         centralbox = GTK_BOX(gtk_hbox_new(FALSE, 5));


Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/F-10/vagalume.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vagalume.spec	26 Mar 2009 21:56:56 -0000	1.4
+++ vagalume.spec	6 May 2009 00:08:03 -0000	1.5
@@ -1,12 +1,13 @@
 Name:           vagalume
 Version:        0.7.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Last.fm client for GNOME and Maemo
 
 Group:          Applications/Multimedia
 License:        GPLv3
 URL:            http://vagalume.igalia.com/
 Source0:        http://vagalume.igalia.com/files/source/vagalume_%{version}.orig.tar.gz
+Patch0:         %{name}-0.7.1-border_width.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gstreamer-devel gtk2-devel libxml2-devel
@@ -45,6 +46,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}.orig
+%patch0 -p1 -b .border_width
 
 
 %build
@@ -91,6 +93,9 @@
 
 
 %changelog
+* Tue May  5 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.1-2
+- Fix border width (upstream bug #4041)
+
 * Tue Mar 24 2009 Michel Salim <salimma at fedoraproject.org> - 0.7.1-1
 - Update to 0.7.1
 



More information about the rpmfusion-commits mailing list