]> git.pld-linux.org Git - packages/vlc.git/commitdiff
regenerate icon cache auto/th/vlc-3.0.8-2
authorJan Palus <atler@pld-linux.org>
Sat, 26 Oct 2019 22:53:39 +0000 (00:53 +0200)
committerJan Palus <atler@pld-linux.org>
Sat, 26 Oct 2019 22:53:39 +0000 (00:53 +0200)
vlc.spec

index 0d872de5739128c1c34091585c724725327f10d8..54a56cb38ab57990f842963b5e7dc01dd164c93b 100644 (file)
--- a/vlc.spec
+++ b/vlc.spec
@@ -288,6 +288,7 @@ Biblioteki statyczne VLC.
 Summary:       VLC - X11 output plugin
 Summary(pl.UTF-8):     Klient VLC - wtyczka wyjścia X11
 Group:         X11/Applications/Multimedia
+Requires(post,postun): gtk-update-icon-cache
 Requires:      %{name} = %{version}-%{release}
 Requires:      Qt5Core >= %{qt_ver}
 Requires:      Qt5Gui >= %{qt_ver}
@@ -295,6 +296,7 @@ Requires:   Qt5Svg >= %{qt_ver}
 Requires:      Qt5Widgets >= %{qt_ver}
 Requires:      Qt5X11Extras >= %{qt_ver}
 Requires:      desktop-file-utils
+Requires:      hicolor-icon-theme
 Suggests:      dbus-x11 >= 1.6.0
 Suggests:      libcaca > 0.99-0.beta14.1
 Obsoletes:     vlc-gnome
@@ -497,9 +499,14 @@ rm -rf $RPM_BUILD_ROOT
 %postun        -p /sbin/ldconfig
 
 %post X11
+%update_icon_cache hicolor
 %update_desktop_database
 %{_libdir}/vlc/vlc-cache-gen %{_libdir}/vlc/plugins || :
 
+%postun X11
+%update_icon_cache hicolor
+%update_desktop_database_postun
+
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS
This page took 0.319338 seconds and 4 git commands to generate.