Accepting request 762897 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/762897 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gtk3?expand=0&rev=154
This commit is contained in:
commit
b0a4f4322f
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 10 12:03:26 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Move /usr/share/locale/en from the -lang package to the -data
|
||||
package: English is installed on all systems. This avoids
|
||||
gtk3-lang being triggered for installation on english-only
|
||||
systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 20:03:40 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtk3
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -681,6 +681,7 @@ fi
|
||||
%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml
|
||||
|
||||
%files data
|
||||
%{_datadir}/locale/en/
|
||||
%{_datadir}/themes/Default/
|
||||
%{_datadir}/themes/Emacs/
|
||||
|
||||
@ -730,6 +731,8 @@ fi
|
||||
%{_datadir}/gettext/its/gtkbuilder.loc
|
||||
|
||||
%files lang -f gtk30.lang -f gtk30-properties.lang
|
||||
# english locale should be in the main package
|
||||
%exclude %{_datadir}/locale/en
|
||||
%endif
|
||||
|
||||
%if %{with doc}
|
||||
|
Loading…
Reference in New Issue
Block a user