wok-current diff rhythmcat2/stuff/rhythmcat2.patch @ rev 20284
Up spl (0.7.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Apr 02 10:14:55 2018 +0200 (2018-04-02) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/rhythmcat2/stuff/rhythmcat2.patch Mon Apr 02 10:14:55 2018 +0200 1.3 @@ -0,0 +1,57 @@ 1.4 +--- a/docs/reference/lib/Makefile.in 1.5 ++++ b/docs/reference/lib/Makefile.in 1.6 +@@ -713,8 +713,6 @@ 1.7 + if test -n "$(DOC_MODULE_VERSION)"; then \ 1.8 + mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ 1.9 + $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ 1.10 +- mv -f $${installdir}/$(DOC_MODULE).devhelp \ 1.11 +- $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ 1.12 + fi; \ 1.13 + $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ 1.14 + fi 1.15 + 1.16 +--- a/docs/reference/ui/Makefile.in 1.17 ++++ b/docs/reference/ui/Makefile.in 1.18 +@@ -724,8 +724,6 @@ 1.19 + @WITH_GTK_UI_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \ 1.20 + @WITH_GTK_UI_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \ 1.21 + @WITH_GTK_UI_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \ 1.22 +-@WITH_GTK_UI_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp \ 1.23 +-@WITH_GTK_UI_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \ 1.24 + @WITH_GTK_UI_TRUE@ fi; \ 1.25 + @WITH_GTK_UI_TRUE@ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \ 1.26 + @WITH_GTK_UI_TRUE@ fi 1.27 + 1.28 +--- a/po/LINGUAS 1.29 ++++ b/po/LINGUAS 1.30 +@@ -1,3 +1,4 @@ 1.31 ++ru 1.32 + zh_CN 1.33 + zh_HK 1.34 + zh_TW 1.35 + 1.36 +--- a/data/RhythmCat2.desktop 1.37 ++++ b/data/RhythmCat2.desktop 1.38 +@@ -8,7 +8,7 @@ 1.39 + Exec=RhythmCat2 %U 1.40 + StartupNotify=false 1.41 + Type=Application 1.42 +-Name[en_US]=RhythmCat2 Music Player 1.43 +-Name[zh_CN]=RhythmCat2 音乐播放器 1.44 +-Name[zh_TW]=RhythmCat2 音樂播放器 1.45 ++Comment[ru]=Музыкальный проигрыватель RhythmCat2 1.46 ++Comment[zh_CN]=RhythmCat2 音乐播放器 1.47 ++Comment[zh_TW]=RhythmCat2 音樂播放器 1.48 + MimeType=application/x-ogg;application/ogg;audio/x-vorbis+ogg;audio/x-scpls;audio/x-mp3;audio/x-mpeg;audio/mpeg;audio/x-mpegurl;audio/x-flac; 1.49 + 1.50 +--- a/ui/rc-ui-plugin.c 1.51 ++++ b/ui/rc-ui-plugin.c 1.52 +@@ -155,7 +155,7 @@ 1.53 + g_object_set(about_dialog, "program-name", plugin_data->info->name, 1.54 + "authors", authors, "comments", plugin_data->info->description, 1.55 + "website", plugin_data->info->homepage, "version", 1.56 +- plugin_data->info->version, NULL); 1.57 ++ plugin_data->info->version, "logo", rc_ui_player_get_icon_image(), NULL); 1.58 + gtk_dialog_run(GTK_DIALOG(about_dialog)); 1.59 + gtk_widget_destroy(about_dialog); 1.60 + }