Accepting request 91072 from home:dimstar:GNOME:Next
Pushing current Gnome 3.3 work to G:F... some work might be lumpy... OBS-URL: https://build.opensuse.org/request/show/91072 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=66
This commit is contained in:
committed by
Git OBS Bridge
parent
481c151367
commit
54db8cb342
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e2c56a4a471589e15d4c30b69c7ef12d284564f0b44f93df3b62629040fb4bd0
|
|
||||||
size 17415622
|
|
3
gtk+-3.3.2.tar.bz2
Normal file
3
gtk+-3.3.2.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b77720327cc8a6f91145da0a27f1b13f7f2777dcc2d8e6f2b25ed45765ca5b2d
|
||||||
|
size 17397770
|
@@ -17,7 +17,7 @@ Index: gtk/gtkmodules.c
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- gtk/gtkmodules.c.orig
|
--- gtk/gtkmodules.c.orig
|
||||||
+++ gtk/gtkmodules.c
|
+++ gtk/gtkmodules.c
|
||||||
@@ -58,6 +58,7 @@ get_module_path (void)
|
@@ -60,6 +60,7 @@ get_module_path (void)
|
||||||
gchar *home_gtk_dir = NULL;
|
gchar *home_gtk_dir = NULL;
|
||||||
gchar *module_path;
|
gchar *module_path;
|
||||||
gchar *default_dir;
|
gchar *default_dir;
|
||||||
@@ -25,7 +25,7 @@ Index: gtk/gtkmodules.c
|
|||||||
static gchar **result = NULL;
|
static gchar **result = NULL;
|
||||||
|
|
||||||
if (result)
|
if (result)
|
||||||
@@ -71,25 +72,32 @@ get_module_path (void)
|
@@ -73,25 +74,32 @@ get_module_path (void)
|
||||||
exe_prefix = g_getenv ("GTK_EXE_PREFIX");
|
exe_prefix = g_getenv ("GTK_EXE_PREFIX");
|
||||||
|
|
||||||
if (exe_prefix)
|
if (exe_prefix)
|
||||||
@@ -35,7 +35,7 @@ Index: gtk/gtkmodules.c
|
|||||||
+ }
|
+ }
|
||||||
else
|
else
|
||||||
+ {
|
+ {
|
||||||
default_dir = g_build_filename (GTK_LIBDIR, "gtk-3.0", NULL);
|
default_dir = g_build_filename (_gtk_get_libdir (), "gtk-3.0", NULL);
|
||||||
+ local_dir = g_build_filename ("/usr/local", SUSE_HACK_LIB, "gtk-3.0", NULL);
|
+ local_dir = g_build_filename ("/usr/local", SUSE_HACK_LIB, "gtk-3.0", NULL);
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@ Index: gtk/Makefile.in
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- gtk/Makefile.in.orig
|
--- gtk/Makefile.in.orig
|
||||||
+++ gtk/Makefile.in
|
+++ gtk/Makefile.in
|
||||||
@@ -926,8 +926,10 @@ DIST_SUBDIRS = theme-bits tests
|
@@ -806,8 +806,10 @@ SUBDIRS = a11y . tests
|
||||||
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi
|
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi
|
||||||
@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups
|
@HAVE_CUPS_TRUE@@HAVE_PAPI_CUPS_FALSE@GTK_PRINT_BACKENDS = file,cups
|
||||||
@HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups
|
@HAVE_PAPI_CUPS_TRUE@GTK_PRINT_BACKENDS = file,papi,cups
|
||||||
|
26
gtk3.changes
26
gtk3.changes
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 29 09:03:57 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
+ GtkCellRendererAccel can show virtual modifiers
|
||||||
|
+ Theming improvements:
|
||||||
|
- CSS: 'transparent' can be used a color
|
||||||
|
- Improved notebook tab rendering
|
||||||
|
- Support opacity and rounded corners for tooltips
|
||||||
|
+ OS X improvements:
|
||||||
|
+ Improvements of cross-platform key and button event handling:
|
||||||
|
- Support '<Primary>' in accelerator strings
|
||||||
|
- Use approprivate modifiers for extending and modifying
|
||||||
|
selections, depending on the platform
|
||||||
|
- Use the appropriate button for triggering context menus,
|
||||||
|
depending on the platform
|
||||||
|
+ Bugs fixed: bgo#628936, bgo#653289, bgo#655057, bgo#657770,
|
||||||
|
bgo#658767, bgo#658772, bgo#659022, bgo#659655, bgo#660687,
|
||||||
|
bgo#660730, bgo#659602, bgo#659406, bgo#660619, bgo#599617,
|
||||||
|
bgo#628936, bgo#631167, bgo#651818, bgo#659672, bgo#660139,
|
||||||
|
bgo#660833, bgo#661032, bgo#661089, bgo#661780, bgo#661835,
|
||||||
|
bgo#662024, bgo#662132, bgo#662177, bgo#662230, bgo#662308,
|
||||||
|
bgo#662467, bgo#662481, bgo#662629.
|
||||||
|
+ Updated translations.
|
||||||
|
- Rebase gtk3-path-local.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 28 12:50:50 UTC 2011 - vuntz@opensuse.org
|
Fri Oct 28 12:50:50 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@@ -24,13 +24,13 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
Version: 3.2.1
|
Version: 3.3.2
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
Url: http://www.gtk.org/
|
Url: http://www.gtk.org/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://download.gnome.org/sources/gtk+/3.2/%{_name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/gtk+/3.3/%{_name}-%{version}.tar.bz2
|
||||||
Source1: README.SUSE
|
Source1: README.SUSE
|
||||||
Source2: settings.ini
|
Source2: settings.ini
|
||||||
Source3: macros.gtk3
|
Source3: macros.gtk3
|
||||||
|
Reference in New Issue
Block a user