Accepting request 60552 from home:fcrozat:gnome3
thanks OBS-URL: https://build.opensuse.org/request/show/60552 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=30
This commit is contained in:
parent
cb9c9bc0c4
commit
f69e29cc14
@ -5,7 +5,7 @@ gtk3-tools
|
|||||||
post "%else"
|
post "%else"
|
||||||
post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0; if test $? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache; fi; fi"
|
post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0; if test $? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache; fi; fi"
|
||||||
post "%endif"
|
post "%endif"
|
||||||
libgtk-3_0-0
|
libgtk-3-0
|
||||||
requires "gtk3-tools-<targettype>"
|
requires "gtk3-tools-<targettype>"
|
||||||
provides "gtk3-<targettype> = <version>"
|
provides "gtk3-<targettype> = <version>"
|
||||||
post "%if "%_lib" == "lib64""
|
post "%if "%_lib" == "lib64""
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fca4b39359e7ab9532aaf826518ef5d3f6ba5174799883f8b0975783f76db4ad
|
|
||||||
size 17240205
|
|
3
gtk+-3.0.0.tar.bz2
Normal file
3
gtk+-3.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec0729bf28f09a16e0b0a6a588556c7cee091f40426505b3694a9488bf6cbf67
|
||||||
|
size 16617063
|
57
gtk3.changes
57
gtk3.changes
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 11 06:27:00 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
+ Library sonames have been changed from libgdk-3.0 and
|
||||||
|
libgtk-3.0 to libgdk-3 and libgtk-3.
|
||||||
|
+ Bugs fixed: bgo#632775, bgo#639846, bgo#639945, bgo#640801,
|
||||||
|
bgo#641196, bgo#641302, bgo#641367, bgo#641409, bgo#641429,
|
||||||
|
bgo#641431, bgo#641517, bgo#641558, bgo#641621, bgo#641640.
|
||||||
|
+ Updated translations.
|
||||||
|
- pixmap theme engine is not available, not yet ported to
|
||||||
|
GtkThemingEngine.
|
||||||
|
- Rename library package accordingly with new library soname.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 3 16:06:36 CET 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.99.3:
|
||||||
|
+ This release adds some forgotten padding to class structs,
|
||||||
|
and thus breaks ABI for a last time before 3.0
|
||||||
|
+ Many Introspection annotation improvements
|
||||||
|
+ We no longer build the gtk-update-icon-cache utility, and
|
||||||
|
use a preexisting one, if --enable-gtk2-dependency is passed
|
||||||
|
to configure
|
||||||
|
+ GtkBuilder can now fill GtkComboBoxText and GtkMenToolButton
|
||||||
|
widgets with data, as well as GtkFileFilters and
|
||||||
|
GtkTextTagTables
|
||||||
|
+ GtkImage now has a ::use-fallback property to allow generic
|
||||||
|
fallback with GIcons and icon-names (e.g. for symbolic icons)
|
||||||
|
+ There's a new gtk_text_view_get_cursor_locations() to enable
|
||||||
|
popup-at-cursor functionality
|
||||||
|
+ The application chooser widgets can now set a custom dialog
|
||||||
|
heading
|
||||||
|
+ The file chooser and application chooser widgets have received
|
||||||
|
minor visual improvements
|
||||||
|
+ gtk-auto-mnemonics is now backed by an XSetting
|
||||||
|
+ Defaults for GtkSettings, as well as theme-specific settings,
|
||||||
|
are now read from key files
|
||||||
|
+ Key themes are now supported again, their syntax has been
|
||||||
|
changed to be CSS-like
|
||||||
|
+ More objects use GtkStyleContext directly
|
||||||
|
+ GtkPlug and GtkSocket have been reduced to X11-specific API,
|
||||||
|
and using them requires including the <gtk/gtkx.h> header, and
|
||||||
|
uses of GdkNativeWindow in their APIs have been replaced by the
|
||||||
|
X11 Window type.
|
||||||
|
+ Bugs fixed: bgo#351755, bgo#586635, bgo#590459, bgo#598952,
|
||||||
|
bgo#626336, bgo#634677, bgo#635287, bgo#636691, bgo#638920,
|
||||||
|
bgo#639139, bgo#639186, bgo#639325, bgo#639380, bgo#639455,
|
||||||
|
bgo#639520, bgo#639531, bgo#639625, bgo#639750, bgo#639754,
|
||||||
|
bgo#639767, bgo#639792, bgo#639822, bgo#639845, bgo#639931,
|
||||||
|
bgo#639949, bgo#640005, bgo#640006, bgo#640011, bgo#640105,
|
||||||
|
bgo#640161, bgo#640188, bgo#640195, bgo#640282, bgo#640313,
|
||||||
|
bgo#640391, bgo#640487, bgo#640698, bgo#640712, bgo#640744,
|
||||||
|
bgo#640902, bgo#640965, bgo#640983, bgo#640999, bgo#641023,
|
||||||
|
bgo#641039, bgo#641042, bgo#641059, bgo#641073
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 13 08:54:20 CET 2011 - vuntz@opensuse.org
|
Thu Jan 13 08:54:20 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
65
gtk3.spec
65
gtk3.spec
@ -1,4 +1,4 @@
|
|||||||
#
|
|
||||||
# spec file for package gtk3
|
# spec file for package gtk3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
%define _name gtk+
|
%define _name gtk+
|
||||||
Version: 2.99.2
|
Version: 3.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
@ -67,7 +67,7 @@ GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
|||||||
Offering a complete set of widgets, GTK+ is suitable for projects
|
Offering a complete set of widgets, GTK+ is suitable for projects
|
||||||
ranging from small one-off projects to complete application suites.
|
ranging from small one-off projects to complete application suites.
|
||||||
|
|
||||||
%package -n libgtk-3_0-0
|
%package -n libgtk-3-0
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -91,7 +91,7 @@ Recommends: gvfs
|
|||||||
# Provide %{name} to make the lang and immodules packages installable
|
# Provide %{name} to make the lang and immodules packages installable
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
|
|
||||||
%description -n libgtk-3_0-0
|
%description -n libgtk-3-0
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
|
||||||
Offering a complete set of widgets, GTK+ is suitable for projects
|
Offering a complete set of widgets, GTK+ is suitable for projects
|
||||||
ranging from small one-off projects to complete application suites.
|
ranging from small one-off projects to complete application suites.
|
||||||
@ -253,9 +253,7 @@ ranging from small one-off projects to complete application suites.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GTK+ toolkit library (version 3) -- Development Files
|
Summary: The GTK+ toolkit library (version 3) -- Development Files
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: libgtk-3_0-0 = %{version}
|
Requires: libgtk-3-0 = %{version}
|
||||||
# gtk-builder-convert needs this.
|
|
||||||
Requires: python-xml
|
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
|
||||||
@ -303,16 +301,14 @@ touch %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules.cache
|
|||||||
# create theming-engines directory that should have been created during the build
|
# create theming-engines directory that should have been created during the build
|
||||||
test ! -d %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
|
test ! -d %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
|
||||||
mkdir %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
|
mkdir %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/theming-engines
|
||||||
|
test ! -d %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/engines
|
||||||
|
mkdir %{buildroot}%{_libdir}/gtk-3.0/%{gtk_binary_version}/engines
|
||||||
# Alternatives for gtk-update-icon-cache and gtk-builder-convert
|
# Alternatives for gtk-update-icon-cache and gtk-builder-convert
|
||||||
mv %{buildroot}%{_bindir}/gtk-update-icon-cache %{buildroot}%{_bindir}/gtk-update-icon-cache-3.0
|
mv %{buildroot}%{_bindir}/gtk-update-icon-cache %{buildroot}%{_bindir}/gtk-update-icon-cache-3.0
|
||||||
mv %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1 %{buildroot}%{_mandir}/man1/gtk-update-icon-cache-3.0.1
|
mv %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1 %{buildroot}%{_mandir}/man1/gtk-update-icon-cache-3.0.1
|
||||||
mv %{buildroot}%{_bindir}/gtk-builder-convert %{buildroot}%{_bindir}/gtk-builder-convert-3.0
|
|
||||||
mv %{buildroot}%{_mandir}/man1/gtk-builder-convert.1 %{buildroot}%{_mandir}/man1/gtk-builder-convert-3.0.1
|
|
||||||
touch %{buildroot}%{_bindir}/gtk-update-icon-cache
|
touch %{buildroot}%{_bindir}/gtk-update-icon-cache
|
||||||
touch %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1
|
touch %{buildroot}%{_mandir}/man1/gtk-update-icon-cache.1
|
||||||
touch %{buildroot}%{_bindir}/gtk-builder-convert
|
chmod a+x %{buildroot}%{_bindir}/gtk-update-icon-cache
|
||||||
touch %{buildroot}%{_mandir}/man1/gtk-builder-convert.1
|
|
||||||
chmod a+x %{buildroot}%{_bindir}/gtk-update-icon-cache %{buildroot}%{_bindir}/gtk-builder-convert
|
|
||||||
# Install rpm macros
|
# Install rpm macros
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
mkdir -p %{buildroot}%{_sysconfdir}/rpm
|
||||||
cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
|
cp %{S:3} %{buildroot}%{_sysconfdir}/rpm
|
||||||
@ -334,10 +330,10 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
%define _gtk_query_immodules_update_cache %{_gtk_query_immodules} --update-cache
|
%define _gtk_query_immodules_update_cache %{_gtk_query_immodules} --update-cache
|
||||||
|
|
||||||
%post -n libgtk-3_0-0
|
%post -n libgtk-3-0
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if 0
|
%if 0
|
||||||
# In case libgtk-3_0-0 gets installed before gtk3-tools, we don't want to fail.
|
# In case libgtk-3-0 gets installed before gtk3-tools, we don't want to fail.
|
||||||
# So we make the call to gtk-query-immodules-3.0 dependent on the existence of
|
# So we make the call to gtk-query-immodules-3.0 dependent on the existence of
|
||||||
# the binary. This is why we also have a %post for gtk3-tools.
|
# the binary. This is why we also have a %post for gtk3-tools.
|
||||||
%endif
|
%endif
|
||||||
@ -369,7 +365,7 @@ fi
|
|||||||
%post tools
|
%post tools
|
||||||
%if 0
|
%if 0
|
||||||
# If we install gtk3-tools for the first time, then we should run it in case
|
# If we install gtk3-tools for the first time, then we should run it in case
|
||||||
# libgtk-3_0-0 was installed first (ie, if
|
# libgtk-3-0 was installed first (ie, if
|
||||||
# %{_libdir}/gtk-3.0/%{gtk_binary_version} already exists) which means
|
# %{_libdir}/gtk-3.0/%{gtk_binary_version} already exists) which means
|
||||||
# gtk-query-immodules-3.0 couldn't run there.
|
# gtk-query-immodules-3.0 couldn't run there.
|
||||||
%endif
|
%endif
|
||||||
@ -386,14 +382,6 @@ fi
|
|||||||
update-alternatives --install %{_bindir}/gtk-update-icon-cache gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0 3 \
|
update-alternatives --install %{_bindir}/gtk-update-icon-cache gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0 3 \
|
||||||
--slave %{_mandir}/man1/gtk-update-icon-cache.1.gz gtk-update-icon-cache.1.gz %{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz
|
--slave %{_mandir}/man1/gtk-update-icon-cache.1.gz gtk-update-icon-cache.1.gz %{_mandir}/man1/gtk-update-icon-cache-3.0.1.gz
|
||||||
|
|
||||||
%post devel
|
|
||||||
%if 0
|
|
||||||
# If the gtk-builder-convert group is in automatic mode, then this will also
|
|
||||||
# switch all symlinks automatically
|
|
||||||
%endif
|
|
||||||
update-alternatives --install %{_bindir}/gtk-builder-convert gtk-builder-convert %{_bindir}/gtk-builder-convert-3.0 3 \
|
|
||||||
--slave %{_mandir}/man1/gtk-builder-convert.1.gz gtk-builder-convert.1.gz %{_mandir}/man1/gtk-builder-convert-3.0.1.gz
|
|
||||||
|
|
||||||
%post data
|
%post data
|
||||||
%glib2_gsettings_schema_post
|
%glib2_gsettings_schema_post
|
||||||
|
|
||||||
@ -403,7 +391,7 @@ update-alternatives --install %{_bindir}/gtk-builder-convert gtk-builder-convert
|
|||||||
# - if it's an uninstall, we don't care about this anymore
|
# - if it's an uninstall, we don't care about this anymore
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%postun -n libgtk-3_0-0 -p /sbin/ldconfig
|
%postun -n libgtk-3-0 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun immodule-amharic
|
%postun immodule-amharic
|
||||||
%{_gtk_query_immodules_update_cache}
|
%{_gtk_query_immodules_update_cache}
|
||||||
@ -437,15 +425,7 @@ if [ ! -f %{_bindir}/gtk-update-icon-cache-3.0 ]; then
|
|||||||
update-alternatives --remove gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0
|
update-alternatives --remove gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun devel
|
%files -n libgtk-3-0
|
||||||
%if 0
|
|
||||||
# Note: we don't use "$1 -eq 0", to avoid issues if the package gets renamed
|
|
||||||
%endif
|
|
||||||
if [ ! -f %{_bindir}/gtk-builder-convert-3.0 ]; then
|
|
||||||
update-alternatives --remove gtk-builder-convert %{_bindir}/gtk-builder-convert-3.0
|
|
||||||
fi
|
|
||||||
|
|
||||||
%files -n libgtk-3_0-0
|
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING README NEWS ChangeLog
|
%doc AUTHORS COPYING README NEWS ChangeLog
|
||||||
%if "%_lib" == "lib64"
|
%if "%_lib" == "lib64"
|
||||||
@ -454,7 +434,10 @@ fi
|
|||||||
%dir %{_sysconfdir}/gtk-3.0
|
%dir %{_sysconfdir}/gtk-3.0
|
||||||
%dir %{_libdir}/gtk-3.0
|
%dir %{_libdir}/gtk-3.0
|
||||||
%dir %{_libdir}/gtk-3.0/%{gtk_binary_version}
|
%dir %{_libdir}/gtk-3.0/%{gtk_binary_version}
|
||||||
|
%dir %{_libdir}/gtk-3.0/%{gtk_binary_version}/engines/
|
||||||
%dir %{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/
|
%dir %{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/
|
||||||
|
# the pixbuf engine needs to be ported to GtkThemingEngine
|
||||||
|
# %{_libdir}/gtk-3.0/%{gtk_binary_version}/engines/libpixmap.so
|
||||||
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-cedilla.so
|
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-cedilla.so
|
||||||
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-cyrillic-translit.so
|
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-cyrillic-translit.so
|
||||||
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-ipa.so
|
%{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules/im-ipa.so
|
||||||
@ -466,9 +449,9 @@ fi
|
|||||||
%ghost %{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules.cache
|
%ghost %{_libdir}/gtk-3.0/%{gtk_binary_version}/immodules.cache
|
||||||
%dir %{_libdir}/gtk-3.0/modules
|
%dir %{_libdir}/gtk-3.0/modules
|
||||||
%{_libdir}/gtk-3.0/modules/libgail.so
|
%{_libdir}/gtk-3.0/modules/libgail.so
|
||||||
%{_libdir}/libgailutil-3.0.so.*
|
%{_libdir}/libgailutil-3.so.*
|
||||||
%{_libdir}/libgdk-3.0.so.*
|
%{_libdir}/libgdk-3.so.*
|
||||||
%{_libdir}/libgtk-3.0.so.*
|
%{_libdir}/libgtk-3.so.*
|
||||||
%{_libdir}/girepository-1.0/Gdk-3.0.typelib
|
%{_libdir}/girepository-1.0/Gdk-3.0.typelib
|
||||||
%{_libdir}/girepository-1.0/GdkX11-3.0.typelib
|
%{_libdir}/girepository-1.0/GdkX11-3.0.typelib
|
||||||
%{_libdir}/girepository-1.0/Gtk-3.0.typelib
|
%{_libdir}/girepository-1.0/Gtk-3.0.typelib
|
||||||
@ -532,10 +515,6 @@ fi
|
|||||||
%doc %{_datadir}/gtk-doc/html/gdk3/
|
%doc %{_datadir}/gtk-doc/html/gdk3/
|
||||||
%doc %{_datadir}/gtk-doc/html/gtk3/
|
%doc %{_datadir}/gtk-doc/html/gtk3/
|
||||||
%{_bindir}/gtk3-demo
|
%{_bindir}/gtk3-demo
|
||||||
%{_bindir}/gtk-builder-convert-3.0
|
|
||||||
%ghost %{_bindir}/gtk-builder-convert
|
|
||||||
%{_mandir}/man1/gtk-builder-convert-3.0.1*
|
|
||||||
%ghost %{_mandir}/man1/gtk-builder-convert.1*
|
|
||||||
%{_datadir}/aclocal/gtk-3.0.m4
|
%{_datadir}/aclocal/gtk-3.0.m4
|
||||||
%{_datadir}/gir-1.0/*.gir
|
%{_datadir}/gir-1.0/*.gir
|
||||||
%dir %{_datadir}/gtk-3.0
|
%dir %{_datadir}/gtk-3.0
|
||||||
@ -549,9 +528,9 @@ fi
|
|||||||
%{_libdir}/pkgconfig/gtk+-3.0.pc
|
%{_libdir}/pkgconfig/gtk+-3.0.pc
|
||||||
%{_libdir}/pkgconfig/gtk+-unix-print-3.0.pc
|
%{_libdir}/pkgconfig/gtk+-unix-print-3.0.pc
|
||||||
%{_libdir}/pkgconfig/gtk+-x11-3.0.pc
|
%{_libdir}/pkgconfig/gtk+-x11-3.0.pc
|
||||||
%{_libdir}/libgailutil-3.0.so
|
%{_libdir}/libgailutil-3.so
|
||||||
%{_libdir}/libgdk-3.0.so
|
%{_libdir}/libgdk-3.so
|
||||||
%{_libdir}/libgtk-3.0.so
|
%{_libdir}/libgtk-3.so
|
||||||
%{_sysconfdir}/rpm/macros.gtk3
|
%{_sysconfdir}/rpm/macros.gtk3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user