Accepting request 630761 from home:scarabeus_iv:branches:GNOME:Factory
- Fix package name to be uniform immodules -> immodule bsc#1104264 OBS-URL: https://build.opensuse.org/request/show/630761 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk4?expand=0&rev=34
This commit is contained in:
parent
5ebc133608
commit
a1645b0c55
@ -20,7 +20,7 @@ gtk4-immodule-thai
|
|||||||
requires "gtk4-<targettype>"
|
requires "gtk4-<targettype>"
|
||||||
post "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
post "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
||||||
postun "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
postun "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
||||||
gtk4-immodules-tigrigna
|
gtk4-immodule-tigrigna
|
||||||
requires "gtk4-<targettype>"
|
requires "gtk4-<targettype>"
|
||||||
post "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
post "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
||||||
postun "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
postun "<prefix>%{_bindir}/gtk4-query-immodules --update-cache"
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 9 11:33:37 UTC 2018 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Fix package name to be uniform immodules -> immodule bsc#1104264
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 20 17:10:11 UTC 2018 - dimstar@opensuse.org
|
Tue Mar 20 17:10:11 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
16
gtk4.spec
16
gtk4.spec
@ -87,8 +87,8 @@ ranging from small one-off projects to complete application suites.
|
|||||||
|
|
||||||
%package -n libgtk-4-0
|
%package -n libgtk-4-0
|
||||||
Summary: The GTK+ toolkit library (version 4)
|
Summary: The GTK+ toolkit library (version 4)
|
||||||
Group: System/Libraries
|
|
||||||
# gtk4-data is currently not being built, might be an upstream oversight though
|
# gtk4-data is currently not being built, might be an upstream oversight though
|
||||||
|
Group: System/Libraries
|
||||||
Requires: %{name}-data >= %{version}
|
Requires: %{name}-data >= %{version}
|
||||||
Requires: %{name}-schema >= %{version}
|
Requires: %{name}-schema >= %{version}
|
||||||
# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there
|
# Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there
|
||||||
@ -205,15 +205,17 @@ ranging from small one-off projects to complete application suites.
|
|||||||
|
|
||||||
This package provides an input method for Thai-Lao.
|
This package provides an input method for Thai-Lao.
|
||||||
|
|
||||||
%package immodules-tigrigna
|
%package immodule-tigrigna
|
||||||
Summary: Tigrigna input method for the GTK+ toolkit library v4
|
Summary: Tigrigna input method for the GTK+ toolkit library v4
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires(post): %{name}-tools
|
Requires(post): %{name}-tools
|
||||||
Requires(postun): %{name}-tools
|
Requires(postun): %{name}-tools
|
||||||
|
Provides: %{name}-immodules-tigrigna = %{version}
|
||||||
Provides: locale(%{name}:ti)
|
Provides: locale(%{name}:ti)
|
||||||
|
Obsoletes: %{name}-immodules-tigrigna < %{version}
|
||||||
|
|
||||||
%description immodules-tigrigna
|
%description immodule-tigrigna
|
||||||
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.
|
||||||
@ -274,8 +276,8 @@ ranging from small one-off projects to complete application suites.
|
|||||||
|
|
||||||
%package schema
|
%package schema
|
||||||
Summary: Config schema for the GTK+ toolkit library v4
|
Summary: Config schema for the GTK+ toolkit library v4
|
||||||
Group: System/Libraries
|
|
||||||
# The schema is shared between gtk3 and gtk4 - gtk4 wins
|
# The schema is shared between gtk3 and gtk4 - gtk4 wins
|
||||||
|
Group: System/Libraries
|
||||||
Provides: gtk3-schema = %{version}
|
Provides: gtk3-schema = %{version}
|
||||||
Obsoletes: gtk3-schema < %{version}
|
Obsoletes: gtk3-schema < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -409,7 +411,7 @@ fi
|
|||||||
%post immodule-thai
|
%post immodule-thai
|
||||||
%{_gtk_query_immodules_update_cache}
|
%{_gtk_query_immodules_update_cache}
|
||||||
|
|
||||||
%post immodules-tigrigna
|
%post immodule-tigrigna
|
||||||
%{_gtk_query_immodules_update_cache}
|
%{_gtk_query_immodules_update_cache}
|
||||||
|
|
||||||
%post immodule-vietnamese
|
%post immodule-vietnamese
|
||||||
@ -454,7 +456,7 @@ fi
|
|||||||
%postun immodule-thai
|
%postun immodule-thai
|
||||||
%{_gtk_query_immodules_update_cache}
|
%{_gtk_query_immodules_update_cache}
|
||||||
|
|
||||||
%postun immodules-tigrigna
|
%postun immodule-tigrigna
|
||||||
%{_gtk_query_immodules_update_cache}
|
%{_gtk_query_immodules_update_cache}
|
||||||
|
|
||||||
%postun immodule-vietnamese
|
%postun immodule-vietnamese
|
||||||
@ -506,7 +508,7 @@ fi
|
|||||||
%files immodule-thai
|
%files immodule-thai
|
||||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-thai.so
|
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-thai.so
|
||||||
|
|
||||||
%files immodules-tigrigna
|
%files immodule-tigrigna
|
||||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-ti-er.so
|
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-ti-er.so
|
||||||
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-ti-et.so
|
%{_libdir}/gtk-4.0/%{gtk_binary_version}/immodules/im-ti-et.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user