Adding upstream version 0.11.1.
Signed-off-by: Alf Gaida <agaida@siduction.org>
This commit is contained in:
parent
83d154b3b1
commit
6355619179
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +0,0 @@
|
||||
CMakeLists.txt.user*
|
||||
build
|
||||
translations/lxqt-sudo
|
11
CHANGELOG
11
CHANGELOG
@ -1,7 +1,16 @@
|
||||
|
||||
lxqt-about-0.11.0 / 2016-09-24
|
||||
lxqt-about-0.11.1 / 2017-01-01
|
||||
==============================
|
||||
|
||||
* Removed da_DK (keep da)
|
||||
* Added *da.desktop, renamed da_DK to da
|
||||
* .gitignore: Fix typo
|
||||
* Remove cpack (#34)
|
||||
|
||||
0.11.0 / 2016-09-24
|
||||
===================
|
||||
|
||||
* Release 0.11.0: Add changelog
|
||||
* Extend README.md
|
||||
* translation: Fix language in _nl.desktop
|
||||
* Create lxqt-about_nl.desktop
|
||||
|
@ -84,13 +84,3 @@ install(FILES
|
||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications"
|
||||
COMPONENT Runtime
|
||||
)
|
||||
|
||||
# building tarball with CPack -------------------------------------------------
|
||||
include(InstallRequiredSystemLibraries)
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR ${LXQT_MAJOR_VERSION})
|
||||
set(CPACK_PACKAGE_VERSION_MINOR ${LXQT_MINOR_VERSION})
|
||||
set(CPACK_PACKAGE_VERSION_PATCH ${LXQT_PATCH_VERSION})
|
||||
set(CPACK_GENERATOR TBZ2)
|
||||
set(CPACK_SOURCE_GENERATOR TBZ2)
|
||||
set(CPACK_SOURCE_IGNORE_FILES /build/;.gitignore;.*~;.git;.kdev4;temp)
|
||||
include(CPack)
|
||||
|
3
translations/lxqt-about_da.desktop
Normal file
3
translations/lxqt-about_da.desktop
Normal file
@ -0,0 +1,3 @@
|
||||
Name[da]=Om LXQt
|
||||
GenericName[da]=Om LXQt
|
||||
Comment[da]=Lær mere om LXQt
|
@ -1,4 +1,6 @@
|
||||
# _help = Don't translate this text, it is only help. I want to thank you in the "About" dialog. So, please fill the following information about yourself. The number does not matter, all the names will be displayed in alphabetical order.
|
||||
_help = Don't translate this text, it is only help. \
|
||||
I want to thank you in the "About" dialog. So, please fill the following information about yourself. \
|
||||
The number does not matter, all the names will be displayed in alphabetical order.
|
||||
|
||||
|
||||
translator_1_nameEnglish = Peter Jespersen
|
||||
@ -17,8 +19,8 @@ translator_4_nameEnglish = Mikkel Skovlund
|
||||
translator_4_nameNative = Mikkel Skovlund
|
||||
# translator_4_contact = Translator 4. Contact information, email or web site address.
|
||||
|
||||
# translator_5_nameEnglish = Translator 5. Your name in English.
|
||||
# translator_5_nameNative = Translator 5. Your name in the native language.
|
||||
translator_5_nameEnglish = scootergrisen
|
||||
translator_5_nameNative = scootergrisen
|
||||
# translator_5_contact = Translator 5. Contact information, email or web site address.
|
||||
|
||||
# translator_6_nameEnglish = Translator 6. Your name in English.
|
@ -92,7 +92,6 @@ void fillLangguages(QMap<QString, QString> *languages)
|
||||
languages->insert("cs" ,"Czech");
|
||||
languages->insert("cs_CZ" ,"Czech (Czech Republic)");
|
||||
languages->insert("da" ,"Danish");
|
||||
languages->insert("da_DK" ,"Danish (Denmark)");
|
||||
languages->insert("nl" ,"Dutch");
|
||||
languages->insert("nl_BE" ,"Dutch (Belgium)");
|
||||
languages->insert("nl_NL" ,"Dutch (Netherlands)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user