sdgui: the firstclassing continues

This commit is contained in:
Přemysl Eric Janouch 2021-10-22 02:20:04 +02:00
parent 89580f2113
commit 462428d0a2
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 7 additions and 7 deletions

View File

@ -281,7 +281,7 @@ if (BUILD_TESTING)
endif () endif ()
# CPack # CPack
set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "StarDict terminal UI") set (CPACK_PACKAGE_DESCRIPTION_SUMMARY "StarDict TUI and GUI")
set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch") set (CPACK_PACKAGE_VENDOR "Premysl Eric Janouch")
set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>") set (CPACK_PACKAGE_CONTACT "Přemysl Eric Janouch <p@janouch.name>")
set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE") set (CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE")

View File

@ -1,5 +1,5 @@
StarDict Terminal UI StarDict Terminal and Graphical UI
==================== ==================================
'sdtui' aims to provide an easy way of viewing translation as well as other 'sdtui' aims to provide an easy way of viewing translation as well as other
kinds of dictionaries in your terminal, and is inspired by the dictionary kinds of dictionaries in your terminal, and is inspired by the dictionary
@ -12,9 +12,9 @@ software.
image::sdtui.png[align="center"] image::sdtui.png[align="center"]
As a recent addition, there is now an alternative GTK+ 3 based frontend as well. As a recent addition, there is now an alternative GTK+ 3 based frontend as well,
It shares its dictionary list with 'sdtui', but styling will follow your theme, called 'sdgui'. It shares its dictionary list with 'sdtui', but styling will
and may be customized from 'gtk.css'. follow your theme, and may be customized from 'gtk.css'.
Packages Packages
-------- --------
@ -56,7 +56,7 @@ automatically.
Windows Windows
~~~~~~~ ~~~~~~~
With the help of Mingw-w64 and WINE, the GUI will successfully cross-compile With the help of Mingw-w64 and WINE, 'sdgui' will successfully cross-compile
for Windows. It isn't particularly usable on that system, if only because for Windows. It isn't particularly usable on that system, if only because
selection watching is a very X11/Wayland-specific feature. Beware that build selection watching is a very X11/Wayland-specific feature. Beware that build
dependencies take up almost a gigabyte of disk space. dependencies take up almost a gigabyte of disk space.