Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Factory
gtk2
macros.gtk2
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File macros.gtk2 of Package gtk2
# RPM macros for packages installing a GTK+ IM module # ### # # When a package installs a GTK+ IM module, it should use all # three macros: # # - %gtk2_immodule_requires in the preamble # - %gtk2_immodule_post in %post # - %gtk2_immodule_postun in %postun # ### %gtk2_immodule_requires \ Requires(post): gtk2-tools >= 2.24.20 \ Requires(postun): gtk2-tools >= 2.24.20 # On install, update the cache %gtk2_immodule_post \ %if "%_lib" == "lib64" \ %{_bindir}/gtk-query-immodules-2.0-64 --update-cache \ %else \ %{_bindir}/gtk-query-immodules-2.0 --update-cache \ %endif # On uninstall, update the cache. Note: we ignore upgrades (already # handled in %post of the new package). %gtk2_immodule_postun \ if [ $1 -eq 0 ]; then \ %if "%_lib" == "lib64" \ %{_bindir}/gtk-query-immodules-2.0-64 --update-cache \ %else \ %{_bindir}/gtk-query-immodules-2.0 --update-cache \ %endif \ fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor