wok view rhythmcat2/stuff/rhythmcat2.patch @ rev 20423

Update some web_site to https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 09 12:16:16 2018 +0200 (2018-08-09)
parents
children
line source
1 --- a/docs/reference/lib/Makefile.in
2 +++ b/docs/reference/lib/Makefile.in
3 @@ -713,8 +713,6 @@
4 if test -n "$(DOC_MODULE_VERSION)"; then \
5 mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
6 $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
7 - mv -f $${installdir}/$(DOC_MODULE).devhelp \
8 - $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
9 fi; \
10 $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
11 fi
13 --- a/docs/reference/ui/Makefile.in
14 +++ b/docs/reference/ui/Makefile.in
15 @@ -724,8 +724,6 @@
16 @WITH_GTK_UI_TRUE@ if test -n "$(DOC_MODULE_VERSION)"; then \
17 @WITH_GTK_UI_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp2 \
18 @WITH_GTK_UI_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp2; \
19 -@WITH_GTK_UI_TRUE@ mv -f $${installdir}/$(DOC_MODULE).devhelp \
20 -@WITH_GTK_UI_TRUE@ $${installdir}/$(DOC_MODULE)-$(DOC_MODULE_VERSION).devhelp; \
21 @WITH_GTK_UI_TRUE@ fi; \
22 @WITH_GTK_UI_TRUE@ $(GTKDOC_REBASE) --relative --dest-dir=$(DESTDIR) --html-dir=$${installdir}; \
23 @WITH_GTK_UI_TRUE@ fi
25 --- a/po/LINGUAS
26 +++ b/po/LINGUAS
27 @@ -1,3 +1,4 @@
28 +ru
29 zh_CN
30 zh_HK
31 zh_TW
33 --- a/data/RhythmCat2.desktop
34 +++ b/data/RhythmCat2.desktop
35 @@ -8,7 +8,7 @@
36 Exec=RhythmCat2 %U
37 StartupNotify=false
38 Type=Application
39 -Name[en_US]=RhythmCat2 Music Player
40 -Name[zh_CN]=RhythmCat2 音乐播放器
41 -Name[zh_TW]=RhythmCat2 音樂播放器
42 +Comment[ru]=Музыкальный проигрыватель RhythmCat2
43 +Comment[zh_CN]=RhythmCat2 音乐播放器
44 +Comment[zh_TW]=RhythmCat2 音樂播放器
45 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;
47 --- a/ui/rc-ui-plugin.c
48 +++ b/ui/rc-ui-plugin.c
49 @@ -155,7 +155,7 @@
50 g_object_set(about_dialog, "program-name", plugin_data->info->name,
51 "authors", authors, "comments", plugin_data->info->description,
52 "website", plugin_data->info->homepage, "version",
53 - plugin_data->info->version, NULL);
54 + plugin_data->info->version, "logo", rc_ui_player_get_icon_image(), NULL);
55 gtk_dialog_run(GTK_DIALOG(about_dialog));
56 gtk_widget_destroy(about_dialog);
57 }