]> git.sven.stormbind.net Git - sven/vym.git/commitdiff
Link the default vym hicolor icon also for the mime type
authorSven Hoexter <sven@stormbind.net>
Mon, 6 May 2024 21:00:45 +0000 (23:00 +0200)
committerSven Hoexter <sven@stormbind.net>
Tue, 7 May 2024 10:14:33 +0000 (12:14 +0200)
Allows some file manager to display the vym icon for .vym
files. Seems to work for thunar and dolphin when using the
default hicolor theme. Does not work right now for Gnome which
seems to have its own theme.

debian/changelog
debian/dirs
debian/rules

index cb02f5f2ddf1d7ed8e29372efa2b19cf4df85238..01da386dcc71adc8108b92759982d6e7ccf587ec 100644 (file)
@@ -8,7 +8,7 @@ vym (2.9.22-1) UNRELEASED; urgency=medium
   * Ship upstream man 1 vym.
   * Drop debian/menu.
   * Update debian/copyright.
-  * Add a mime file.
+  * Add a mime file and icon for the hicolor default theme.
   * Add Rules-Requires-Root set to no.
   * Add Vcs information to debian/control.
   * Raise Standards-Version to 4.7.0.
index 65df15f127526edbd51f7835c60f57a06404f79e..ee030dfb64c79459a48573c0e9a5a17eb5a75085 100644 (file)
@@ -3,3 +3,4 @@ usr/share
 usr/share/doc
 usr/share/vym
 usr/share/applications
+usr/share/icons/hicolor/48x48/mimetypes
\ No newline at end of file
index df0df7e238ccb8df74afd0ca10afd9352f1d2c76..09b9c94913784f2d6790f43b9dde46e7e3acb36e 100755 (executable)
@@ -15,6 +15,9 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
        dh_auto_install --destdir=debian/vym/
+       # create a link to use the vym icon in the hicolor default theme
+       # for .vym files matched by the mime type
+       ln -s ../apps/vym.png debian/vym/usr/share/icons/hicolor/48x48/mimetypes/application-x-vym.png
 
 # prevent compression of pdf documentation
 override_dh_compress: