Andreas Wacknitz
2024-01-01 19bf13d99c65ecefce0e90c2373cd13c955e073e
stardict: update to 3.0.7-2

5 files modified
447 ■■■■ changed files
components/desktop/stardict/Makefile 32 ●●●●● patch | view | raw | blame | history
components/desktop/stardict/manifests/sample-manifest.p5m 169 ●●●●● patch | view | raw | blame | history
components/desktop/stardict/patches/02-ld.patch 66 ●●●●● patch | view | raw | blame | history
components/desktop/stardict/pkg5 4 ●●● patch | view | raw | blame | history
components/desktop/stardict/stardict.p5m 176 ●●●●● patch | view | raw | blame | history
components/desktop/stardict/Makefile
@@ -16,23 +16,26 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        stardict
COMPONENT_VERSION=    3.0.6
COMPONENT_REVISION=    2
COMPONENT_PROJECT_URL=    http://www.stardict.org/
COMPONENT_SUMMARY=    A powerful dictionary platform written in GTK+2
COMPONENT_MJR_VERSION=    3.0.7
COMPONENT_VERSION=    $(COMPONENT_MJR_VERSION).2
HUMAN_VERSION=        3.0.7-2
COMPONENT_SUMMARY=    International dictionary software
COMPONENT_PROJECT_URL=    https://stardict-4.sourceforge.net/
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_MJR_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_NAME)-$(HUMAN_VERSION)-src.7z
COMPONENT_ARCHIVE_HASH=    sha256:d766f4efb1ae868855a47f39b2def66dd7a3232ca54c651c9cb3327b1bec50ea
COMPONENT_ARCHIVE_URL=    https://sourceforge.net/projects/stardict-4/files/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)/download
COMPONENT_FMRI=        system/desktop/stardict
COMPONENT_CLASSIFICATION=    Applications/Accessories
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.bz2
COMPONENT_ARCHIVE_HASH=    sha256:6a0a695a8977604e0509a3db1bc6a67e53599b14f29494ba942f21d2c26b82e7
COMPONENT_ARCHIVE_URL=    ftp://tux.rainside.sk/gentoo/distfiles/$(COMPONENT_ARCHIVE)
COMPONENT_LICENSE=    GPLv3
COMPONENT_LICENSE_FILE=    COPYING
TEST_TARGET= $(NO_TESTS)
include $(WS_MAKE_RULES)/common.mk
PATH=$(MYSQL_BINDIR):$(PATH.gnu)
COMPONENT_PREP_ACTION = ( cd $(@D) && sed -i 's/enchant >=/enchant-2 >=/' dict/configure.ac && autoreconf -f -i )
COMPONENT_PREP_ACTION = ( cd $(@D) && PATH="$(PATH)" autoreconf -fiv )
CONFIGURE_OPTIONS += --sysconfdir=/etc
CONFIGURE_OPTIONS += --enable-deprecations
@@ -40,13 +43,18 @@
CONFIGURE_OPTIONS += --disable-advertisement
CONFIGURE_OPTIONS += --disable-gucharmap
CONFIGURE_OPTIONS += --disable-gnome-support
CONFIGURE_OPTIONS += --disable-flite
CONFIGURE_OPTIONS += --disable-espeak-ng
CPPFLAGS += -I$(MYSQL_INCDIR)
LDFLAGS += -L$(MYSQL_LIBDIR) -R$(MYSQL_LIBDIR)
LDFLAGS += -lnsl -lsocket
CONFIGURE_ENV += CPPFLAGS=$(CPPFLAGS)
CPPFLAGS += $(XPG6MODE)
CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
# Manually added build dependencies
REQUIRED_PACKAGES += developer/gnome/gnome-doc-utils
REQUIRED_PACKAGES += $(MYSQL_LIBRARY_PKG)
@@ -55,8 +63,10 @@
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += library/c++/sigcpp
REQUIRED_PACKAGES += library/desktop/gdk-pixbuf
REQUIRED_PACKAGES += library/desktop/gtk2
REQUIRED_PACKAGES += library/desktop/gtk3
REQUIRED_PACKAGES += library/desktop/json-glib
REQUIRED_PACKAGES += library/desktop/pango
REQUIRED_PACKAGES += library/desktop/xdg/libcanberra
REQUIRED_PACKAGES += library/glib2
REQUIRED_PACKAGES += library/speech/espeak
REQUIRED_PACKAGES += library/spell-checking/enchant
components/desktop/stardict/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
@@ -24,10 +24,15 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file path=usr/bin/stardict
file path=usr/lib/$(MACH64)/stardict/plugins/customdict.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_cal.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_dictdotcn.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_espeak.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_fortune.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_html_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_info.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_man.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_multi_cmd.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_powerword_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_qqwry.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_spell.so
@@ -36,106 +41,9 @@
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_wordnet.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_wordnet_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_xdxf_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_youdaodict.so
file path=usr/share/appdata/stardict.appdata.xml
file path=usr/share/applications/stardict.desktop
file path=usr/share/gnome/help/stardict/C/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/C/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/C/legal.xml
file path=usr/share/gnome/help/stardict/C/stardict.xml
file path=usr/share/gnome/help/stardict/mk/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/mk/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/mk/stardict.xml
file path=usr/share/gnome/help/stardict/nl/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/nl/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/nl/stardict.xml
file path=usr/share/gnome/help/stardict/ru/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/ru/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/ru/stardict.xml
file path=usr/share/gnome/help/stardict/uk/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/uk/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/uk/stardict.xml
file path=usr/share/gnome/help/stardict/zh_CN/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/zh_CN/stardict.xml
file path=usr/share/gnome/help/stardict/zh_TW/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/zh_TW/stardict.xml
file path=usr/share/locale/ar/LC_MESSAGES/stardict.mo
file path=usr/share/locale/be/LC_MESSAGES/stardict.mo
file path=usr/share/locale/cs/LC_MESSAGES/stardict.mo
@@ -144,6 +52,7 @@
file path=usr/share/locale/es/LC_MESSAGES/stardict.mo
file path=usr/share/locale/fr/LC_MESSAGES/stardict.mo
file path=usr/share/locale/ga/LC_MESSAGES/stardict.mo
file path=usr/share/locale/he/LC_MESSAGES/stardict.mo
file path=usr/share/locale/hr/LC_MESSAGES/stardict.mo
file path=usr/share/locale/hu/LC_MESSAGES/stardict.mo
file path=usr/share/locale/kk/LC_MESSAGES/stardict.mo
@@ -162,15 +71,11 @@
file path=usr/share/locale/vi/LC_MESSAGES/stardict.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/stardict.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/stardict.mo
file path=usr/share/man/man1/stardict-editor.1
file path=usr/share/man/man1/stardict.1
file path=usr/share/omf/stardict/stardict-C.omf
file path=usr/share/omf/stardict/stardict-mk.omf
file path=usr/share/omf/stardict/stardict-nl.omf
file path=usr/share/omf/stardict/stardict-ru.omf
file path=usr/share/omf/stardict/stardict-uk.omf
file path=usr/share/omf/stardict/stardict-zh_CN.omf
file path=usr/share/omf/stardict/stardict-zh_TW.omf
file path=usr/share/pixmaps/stardict.png
file path=usr/share/stardict/data/customdict/customdict.txt
file path=usr/share/stardict/data/customdict/huzheng_hacker.png
file path=usr/share/stardict/dic/stardict-dict/res/huzheng.png
file path=usr/share/stardict/dic/stardict-dict/res/huzheng_redhat.png
file path=usr/share/stardict/dic/stardict-dict/res/linux_logo.jpg
@@ -196,13 +101,6 @@
file path=usr/share/stardict/help/C/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/C/figures/stardict_notification_area.png
file path=usr/share/stardict/help/C/figures/stardict_windows_console.png
file path=usr/share/stardict/help/C/icons/admon-bug.png
file path=usr/share/stardict/help/C/icons/admon-caution.png
file path=usr/share/stardict/help/C/icons/admon-important.png
file path=usr/share/stardict/help/C/icons/admon-note.png
file path=usr/share/stardict/help/C/icons/admon-tip.png
file path=usr/share/stardict/help/C/icons/admon-warning.png
file path=usr/share/stardict/help/C/index-info.html
file path=usr/share/stardict/help/C/index.html
file path=usr/share/stardict/help/C/manage-dicts.html
file path=usr/share/stardict/help/C/manage-plugins.html
@@ -228,13 +126,6 @@
file path=usr/share/stardict/help/mk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/mk/figures/stardict_notification_area.png
file path=usr/share/stardict/help/mk/figures/stardict_windows_console.png
file path=usr/share/stardict/help/mk/icons/admon-bug.png
file path=usr/share/stardict/help/mk/icons/admon-caution.png
file path=usr/share/stardict/help/mk/icons/admon-important.png
file path=usr/share/stardict/help/mk/icons/admon-note.png
file path=usr/share/stardict/help/mk/icons/admon-tip.png
file path=usr/share/stardict/help/mk/icons/admon-warning.png
file path=usr/share/stardict/help/mk/index-info.html
file path=usr/share/stardict/help/mk/index.html
file path=usr/share/stardict/help/mk/manage-dicts.html
file path=usr/share/stardict/help/mk/manage-plugins.html
@@ -260,13 +151,6 @@
file path=usr/share/stardict/help/nl/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/nl/figures/stardict_notification_area.png
file path=usr/share/stardict/help/nl/figures/stardict_windows_console.png
file path=usr/share/stardict/help/nl/icons/admon-bug.png
file path=usr/share/stardict/help/nl/icons/admon-caution.png
file path=usr/share/stardict/help/nl/icons/admon-important.png
file path=usr/share/stardict/help/nl/icons/admon-note.png
file path=usr/share/stardict/help/nl/icons/admon-tip.png
file path=usr/share/stardict/help/nl/icons/admon-warning.png
file path=usr/share/stardict/help/nl/index-info.html
file path=usr/share/stardict/help/nl/index.html
file path=usr/share/stardict/help/nl/manage-dicts.html
file path=usr/share/stardict/help/nl/manage-plugins.html
@@ -292,13 +176,6 @@
file path=usr/share/stardict/help/ru/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/ru/figures/stardict_notification_area.png
file path=usr/share/stardict/help/ru/figures/stardict_windows_console.png
file path=usr/share/stardict/help/ru/icons/admon-bug.png
file path=usr/share/stardict/help/ru/icons/admon-caution.png
file path=usr/share/stardict/help/ru/icons/admon-important.png
file path=usr/share/stardict/help/ru/icons/admon-note.png
file path=usr/share/stardict/help/ru/icons/admon-tip.png
file path=usr/share/stardict/help/ru/icons/admon-warning.png
file path=usr/share/stardict/help/ru/index-info.html
file path=usr/share/stardict/help/ru/index.html
file path=usr/share/stardict/help/ru/manage-dicts.html
file path=usr/share/stardict/help/ru/manage-plugins.html
@@ -324,13 +201,6 @@
file path=usr/share/stardict/help/uk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/uk/figures/stardict_notification_area.png
file path=usr/share/stardict/help/uk/figures/stardict_windows_console.png
file path=usr/share/stardict/help/uk/icons/admon-bug.png
file path=usr/share/stardict/help/uk/icons/admon-caution.png
file path=usr/share/stardict/help/uk/icons/admon-important.png
file path=usr/share/stardict/help/uk/icons/admon-note.png
file path=usr/share/stardict/help/uk/icons/admon-tip.png
file path=usr/share/stardict/help/uk/icons/admon-warning.png
file path=usr/share/stardict/help/uk/index-info.html
file path=usr/share/stardict/help/uk/index.html
file path=usr/share/stardict/help/uk/manage-dicts.html
file path=usr/share/stardict/help/uk/manage-plugins.html
@@ -356,13 +226,6 @@
file path=usr/share/stardict/help/zh_CN/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/zh_CN/figures/stardict_notification_area.png
file path=usr/share/stardict/help/zh_CN/figures/stardict_windows_console.png
file path=usr/share/stardict/help/zh_CN/icons/admon-bug.png
file path=usr/share/stardict/help/zh_CN/icons/admon-caution.png
file path=usr/share/stardict/help/zh_CN/icons/admon-important.png
file path=usr/share/stardict/help/zh_CN/icons/admon-note.png
file path=usr/share/stardict/help/zh_CN/icons/admon-tip.png
file path=usr/share/stardict/help/zh_CN/icons/admon-warning.png
file path=usr/share/stardict/help/zh_CN/index-info.html
file path=usr/share/stardict/help/zh_CN/index.html
file path=usr/share/stardict/help/zh_CN/manage-dicts.html
file path=usr/share/stardict/help/zh_CN/manage-plugins.html
@@ -388,13 +251,6 @@
file path=usr/share/stardict/help/zh_TW/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/zh_TW/figures/stardict_notification_area.png
file path=usr/share/stardict/help/zh_TW/figures/stardict_windows_console.png
file path=usr/share/stardict/help/zh_TW/icons/admon-bug.png
file path=usr/share/stardict/help/zh_TW/icons/admon-caution.png
file path=usr/share/stardict/help/zh_TW/icons/admon-important.png
file path=usr/share/stardict/help/zh_TW/icons/admon-note.png
file path=usr/share/stardict/help/zh_TW/icons/admon-tip.png
file path=usr/share/stardict/help/zh_TW/icons/admon-warning.png
file path=usr/share/stardict/help/zh_TW/index-info.html
file path=usr/share/stardict/help/zh_TW/index.html
file path=usr/share/stardict/help/zh_TW/manage-dicts.html
file path=usr/share/stardict/help/zh_TW/manage-plugins.html
@@ -413,6 +269,7 @@
file path=usr/share/stardict/pixmaps/docklet_stop.png
file path=usr/share/stardict/pixmaps/index_appendix.png
file path=usr/share/stardict/pixmaps/index_dictlist.png
file path=usr/share/stardict/pixmaps/index_history.png
file path=usr/share/stardict/pixmaps/index_translate.png
file path=usr/share/stardict/pixmaps/index_wazard.png
file path=usr/share/stardict/pixmaps/pronounce.png
components/desktop/stardict/patches/02-ld.patch
@@ -163,3 +163,69 @@
 endif
 
 noinst_HEADERS = stardict_xdxf_parsedata.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-youdaodict-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-youdaodict-plugin/Makefile.am    2024-01-01 17:19:26.983148475 +0100
@@ -3,7 +3,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_youdaodict.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/stardict_youdaodict.v"
 endif
 noinst_HEADERS = stardict_youdaodict.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-customdict-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-customdict-plugin/Makefile.am    2024-01-01 17:24:56.175715828 +0100
@@ -5,7 +5,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/customdict.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/customdict.v"
 endif
 noinst_HEADERS = customdict.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-info-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-info-plugin/Makefile.am    2024-01-01 17:31:55.886958747 +0100
@@ -4,7 +4,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_info.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/stardict_info.v"
 endif
 noinst_HEADERS = stardict_info.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-fortune-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-fortune-plugin/Makefile.am    2024-01-01 17:35:57.611377611 +0100
@@ -4,7 +4,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_fortune.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/stardict_fortune.v"
 endif
 noinst_HEADERS = stardict_fortune.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-cal-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-cal-plugin/Makefile.am    2024-01-01 17:39:17.798452094 +0100
@@ -4,7 +4,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_cal.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/stardict_cal.v"
 endif
 noinst_HEADERS = stardict_cal.h
--- stardict-3.0.7/dict/stardict-plugins/stardict-multi-cmd-plugin/Makefile.am.orig    2023-10-02 23:32:53.000000000 +0200
+++ stardict-3.0.7/dict/stardict-plugins/stardict-multi-cmd-plugin/Makefile.am    2024-01-01 17:42:13.633762306 +0100
@@ -4,7 +4,7 @@
 if DARWIN_SUPPORT
 LD_VERSION_SCRIPT_OPTION=
 else
-LD_VERSION_SCRIPT_OPTION="-Wl,--version-script=$(srcdir)/stardict_multi_cmd.v"
+LD_VERSION_SCRIPT_OPTION="-export-symbols $(srcdir)/stardict_multi_cmd.v"
 endif
 noinst_HEADERS = stardict_multi_cmd.h
components/desktop/stardict/pkg5
@@ -4,8 +4,10 @@
        "developer/gnome/gnome-doc-utils",
        "library/c++/sigcpp",
        "library/desktop/gdk-pixbuf",
        "library/desktop/gtk2",
        "library/desktop/gtk3",
        "library/desktop/json-glib",
        "library/desktop/pango",
        "library/desktop/xdg/libcanberra",
        "library/glib2",
        "library/speech/espeak",
        "library/spell-checking/enchant",
components/desktop/stardict/stardict.p5m
@@ -1,10 +1,11 @@
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"). You may
# only use this file in accordance with the terms of the CDDL.
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# source.  A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
@@ -20,7 +21,7 @@
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
license COPYING license='GPLv3'
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
<transform file path=usr/share/doc/.* ->  default facet.doc true>
<transform file path=usr/share/gtk-doc/.* ->  default facet.doc true>
@@ -31,10 +32,15 @@
<transform file path=usr/share/locale/([^/]+)(\..+){0,1}(/.+){0,1} -> default facet.locale.%<\1> true>
file path=usr/bin/stardict
file path=usr/lib/$(MACH64)/stardict/plugins/customdict.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_cal.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_dictdotcn.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_espeak.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_fortune.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_html_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_info.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_man.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_multi_cmd.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_powerword_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_qqwry.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_spell.so
@@ -43,106 +49,9 @@
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_wordnet.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_wordnet_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_xdxf_parsedata.so
file path=usr/lib/$(MACH64)/stardict/plugins/stardict_youdaodict.so
file path=usr/share/appdata/stardict.appdata.xml
file path=usr/share/applications/stardict.desktop
file path=usr/share/gnome/help/stardict/C/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/C/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/C/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/C/legal.xml
file path=usr/share/gnome/help/stardict/C/stardict.xml
file path=usr/share/gnome/help/stardict/mk/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/mk/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/mk/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/mk/stardict.xml
file path=usr/share/gnome/help/stardict/nl/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/nl/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/nl/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/nl/stardict.xml
file path=usr/share/gnome/help/stardict/ru/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/ru/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/ru/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/ru/stardict.xml
file path=usr/share/gnome/help/stardict/uk/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/uk/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/uk/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/uk/stardict.xml
file path=usr/share/gnome/help/stardict/zh_CN/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/zh_CN/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/zh_CN/stardict.xml
file path=usr/share/gnome/help/stardict/zh_TW/figures/acrobat_toolbar.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/portable_apps_menu.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_float_window.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_full_text_translation.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_main_window.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_add_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_dict_list.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_manage_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_network_dicts.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_network_dicts_browse.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_notification_area.png
file path=usr/share/gnome/help/stardict/zh_TW/figures/stardict_windows_console.png
file path=usr/share/gnome/help/stardict/zh_TW/stardict.xml
file path=usr/share/locale/ar/LC_MESSAGES/stardict.mo
file path=usr/share/locale/be/LC_MESSAGES/stardict.mo
file path=usr/share/locale/cs/LC_MESSAGES/stardict.mo
@@ -151,6 +60,7 @@
file path=usr/share/locale/es/LC_MESSAGES/stardict.mo
file path=usr/share/locale/fr/LC_MESSAGES/stardict.mo
file path=usr/share/locale/ga/LC_MESSAGES/stardict.mo
file path=usr/share/locale/he/LC_MESSAGES/stardict.mo
file path=usr/share/locale/hr/LC_MESSAGES/stardict.mo
file path=usr/share/locale/hu/LC_MESSAGES/stardict.mo
file path=usr/share/locale/kk/LC_MESSAGES/stardict.mo
@@ -169,15 +79,11 @@
file path=usr/share/locale/vi/LC_MESSAGES/stardict.mo
file path=usr/share/locale/zh_CN/LC_MESSAGES/stardict.mo
file path=usr/share/locale/zh_TW/LC_MESSAGES/stardict.mo
file path=usr/share/man/man1/stardict-editor.1
file path=usr/share/man/man1/stardict.1
file path=usr/share/omf/stardict/stardict-C.omf
file path=usr/share/omf/stardict/stardict-mk.omf
file path=usr/share/omf/stardict/stardict-nl.omf
file path=usr/share/omf/stardict/stardict-ru.omf
file path=usr/share/omf/stardict/stardict-uk.omf
file path=usr/share/omf/stardict/stardict-zh_CN.omf
file path=usr/share/omf/stardict/stardict-zh_TW.omf
file path=usr/share/pixmaps/stardict.png
file path=usr/share/stardict/data/customdict/customdict.txt
file path=usr/share/stardict/data/customdict/huzheng_hacker.png
file path=usr/share/stardict/dic/stardict-dict/res/huzheng.png
file path=usr/share/stardict/dic/stardict-dict/res/huzheng_redhat.png
file path=usr/share/stardict/dic/stardict-dict/res/linux_logo.jpg
@@ -203,13 +109,6 @@
file path=usr/share/stardict/help/C/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/C/figures/stardict_notification_area.png
file path=usr/share/stardict/help/C/figures/stardict_windows_console.png
file path=usr/share/stardict/help/C/icons/admon-bug.png
file path=usr/share/stardict/help/C/icons/admon-caution.png
file path=usr/share/stardict/help/C/icons/admon-important.png
file path=usr/share/stardict/help/C/icons/admon-note.png
file path=usr/share/stardict/help/C/icons/admon-tip.png
file path=usr/share/stardict/help/C/icons/admon-warning.png
file path=usr/share/stardict/help/C/index-info.html
file path=usr/share/stardict/help/C/index.html
file path=usr/share/stardict/help/C/manage-dicts.html
file path=usr/share/stardict/help/C/manage-plugins.html
@@ -235,13 +134,6 @@
file path=usr/share/stardict/help/mk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/mk/figures/stardict_notification_area.png
file path=usr/share/stardict/help/mk/figures/stardict_windows_console.png
file path=usr/share/stardict/help/mk/icons/admon-bug.png
file path=usr/share/stardict/help/mk/icons/admon-caution.png
file path=usr/share/stardict/help/mk/icons/admon-important.png
file path=usr/share/stardict/help/mk/icons/admon-note.png
file path=usr/share/stardict/help/mk/icons/admon-tip.png
file path=usr/share/stardict/help/mk/icons/admon-warning.png
file path=usr/share/stardict/help/mk/index-info.html
file path=usr/share/stardict/help/mk/index.html
file path=usr/share/stardict/help/mk/manage-dicts.html
file path=usr/share/stardict/help/mk/manage-plugins.html
@@ -267,13 +159,6 @@
file path=usr/share/stardict/help/nl/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/nl/figures/stardict_notification_area.png
file path=usr/share/stardict/help/nl/figures/stardict_windows_console.png
file path=usr/share/stardict/help/nl/icons/admon-bug.png
file path=usr/share/stardict/help/nl/icons/admon-caution.png
file path=usr/share/stardict/help/nl/icons/admon-important.png
file path=usr/share/stardict/help/nl/icons/admon-note.png
file path=usr/share/stardict/help/nl/icons/admon-tip.png
file path=usr/share/stardict/help/nl/icons/admon-warning.png
file path=usr/share/stardict/help/nl/index-info.html
file path=usr/share/stardict/help/nl/index.html
file path=usr/share/stardict/help/nl/manage-dicts.html
file path=usr/share/stardict/help/nl/manage-plugins.html
@@ -299,13 +184,6 @@
file path=usr/share/stardict/help/ru/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/ru/figures/stardict_notification_area.png
file path=usr/share/stardict/help/ru/figures/stardict_windows_console.png
file path=usr/share/stardict/help/ru/icons/admon-bug.png
file path=usr/share/stardict/help/ru/icons/admon-caution.png
file path=usr/share/stardict/help/ru/icons/admon-important.png
file path=usr/share/stardict/help/ru/icons/admon-note.png
file path=usr/share/stardict/help/ru/icons/admon-tip.png
file path=usr/share/stardict/help/ru/icons/admon-warning.png
file path=usr/share/stardict/help/ru/index-info.html
file path=usr/share/stardict/help/ru/index.html
file path=usr/share/stardict/help/ru/manage-dicts.html
file path=usr/share/stardict/help/ru/manage-plugins.html
@@ -331,13 +209,6 @@
file path=usr/share/stardict/help/uk/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/uk/figures/stardict_notification_area.png
file path=usr/share/stardict/help/uk/figures/stardict_windows_console.png
file path=usr/share/stardict/help/uk/icons/admon-bug.png
file path=usr/share/stardict/help/uk/icons/admon-caution.png
file path=usr/share/stardict/help/uk/icons/admon-important.png
file path=usr/share/stardict/help/uk/icons/admon-note.png
file path=usr/share/stardict/help/uk/icons/admon-tip.png
file path=usr/share/stardict/help/uk/icons/admon-warning.png
file path=usr/share/stardict/help/uk/index-info.html
file path=usr/share/stardict/help/uk/index.html
file path=usr/share/stardict/help/uk/manage-dicts.html
file path=usr/share/stardict/help/uk/manage-plugins.html
@@ -363,13 +234,6 @@
file path=usr/share/stardict/help/zh_CN/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/zh_CN/figures/stardict_notification_area.png
file path=usr/share/stardict/help/zh_CN/figures/stardict_windows_console.png
file path=usr/share/stardict/help/zh_CN/icons/admon-bug.png
file path=usr/share/stardict/help/zh_CN/icons/admon-caution.png
file path=usr/share/stardict/help/zh_CN/icons/admon-important.png
file path=usr/share/stardict/help/zh_CN/icons/admon-note.png
file path=usr/share/stardict/help/zh_CN/icons/admon-tip.png
file path=usr/share/stardict/help/zh_CN/icons/admon-warning.png
file path=usr/share/stardict/help/zh_CN/index-info.html
file path=usr/share/stardict/help/zh_CN/index.html
file path=usr/share/stardict/help/zh_CN/manage-dicts.html
file path=usr/share/stardict/help/zh_CN/manage-plugins.html
@@ -395,13 +259,6 @@
file path=usr/share/stardict/help/zh_TW/figures/stardict_manage_dicts_tree_dict.png
file path=usr/share/stardict/help/zh_TW/figures/stardict_notification_area.png
file path=usr/share/stardict/help/zh_TW/figures/stardict_windows_console.png
file path=usr/share/stardict/help/zh_TW/icons/admon-bug.png
file path=usr/share/stardict/help/zh_TW/icons/admon-caution.png
file path=usr/share/stardict/help/zh_TW/icons/admon-important.png
file path=usr/share/stardict/help/zh_TW/icons/admon-note.png
file path=usr/share/stardict/help/zh_TW/icons/admon-tip.png
file path=usr/share/stardict/help/zh_TW/icons/admon-warning.png
file path=usr/share/stardict/help/zh_TW/index-info.html
file path=usr/share/stardict/help/zh_TW/index.html
file path=usr/share/stardict/help/zh_TW/manage-dicts.html
file path=usr/share/stardict/help/zh_TW/manage-plugins.html
@@ -420,6 +277,7 @@
file path=usr/share/stardict/pixmaps/docklet_stop.png
file path=usr/share/stardict/pixmaps/index_appendix.png
file path=usr/share/stardict/pixmaps/index_dictlist.png
file path=usr/share/stardict/pixmaps/index_history.png
file path=usr/share/stardict/pixmaps/index_translate.png
file path=usr/share/stardict/pixmaps/index_wazard.png
file path=usr/share/stardict/pixmaps/pronounce.png