]> git.pld-linux.org Git - packages/mediainfo.git/commitdiff
update desktop database and icon cache auto/th/mediainfo-23.09-1
authorJan Palus <atler@pld-linux.org>
Fri, 15 Sep 2023 23:20:56 +0000 (01:20 +0200)
committerJan Palus <atler@pld-linux.org>
Fri, 15 Sep 2023 23:20:56 +0000 (01:20 +0200)
mediainfo.spec

index 17e10b27e9aaa91686b88edf213b8e4892ababf5..2fdf8dab84c9fec17cae10556d8270bd732cfb34 100644 (file)
@@ -78,6 +78,9 @@ Obsługiwane formaty/kontenery:
 Summary:       Supplies technical and tag information about a video or audio file (GUI)
 Summary(pl.UTF-8):     Informacje techniczne i znaczniki dla plików wideo i dźwiękowych (GUI)
 Group:         X11/Applications/Multimedia
+Requires(post,postun): desktop-file-utils
+Requires(post,postun): gtk-update-icon-cache
+Requires:      hicolor-icon-theme
 Requires:      kde-common-dirs >= 0.5
 Requires:      libmediainfo >= %{version}
 Requires:      libzen >= 0.4.37
@@ -171,6 +174,14 @@ rm -rf $RPM_BUILD_ROOT
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post gui
+%update_desktop_database_post
+%update_icon_cache hicolor
+
+%postun gui
+%update_desktop_database_postun
+%update_icon_cache hicolor
+
 %files
 %defattr(644,root,root,755)
 %doc License.html History_CLI.txt README.md Release/ReadMe_CLI_Linux.txt
This page took 0.445107 seconds and 4 git commands to generate.