1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-05 17:17:49 +03:00

update README links and titles

--remove Translators record as from >=v0.7.3
all translations are done through the kde
community.
This commit is contained in:
Michail Vourlakos 2018-04-05 13:27:46 +03:00
parent 34cfbbec68
commit 27715435a9
5 changed files with 9 additions and 24 deletions

View File

@ -1,9 +1,2 @@
file(READ TRANSLATORS translators_str)
string(REGEX REPLACE "\n" ";" translators_list "${translators_str}")
list(GET translators_list 0 TRANSLATORS)
list(GET translators_list 1 TRANSLATORS_EMAIL)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app/config-latte.h.cmake configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app/config-latte.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/app/config-latte.h) ${CMAKE_CURRENT_BINARY_DIR}/app/config-latte.h)

View File

@ -52,35 +52,36 @@ We recommend that you use at least **Plasma 5.9.0**
### Ubuntu/Debian ### Ubuntu/Debian
- [Ubuntu Vibes](https://github.com/ubuntuvibes/Debs) - [Ubuntu](https://packages.ubuntu.com/bionic/latte-dock)
- [Rik Mills - ppa](https://launchpad.net/~rikmills/+archive/ubuntu/latte-dock) - [Rik Mills - ppa](https://launchpad.net/~rikmills/+archive/ubuntu/latte-dock)
### openSUSE ### openSUSE
- [openSUSE OBS](https://software.opensuse.org//download.html?project=home%3Apsifidotos&package=latte-dock) - [openSUSE](https://software.opensuse.org/package/latte-dock?search_term=latte+dock)
- [psifidotos - OBS](https://software.opensuse.org//download.html?project=home%3Apsifidotos&package=latte-dock)
### Fedora ### Fedora
- [Fedora - official](https://admin.fedoraproject.org/pkgdb/package/rpms/latte-dock/) - [Fedora](https://admin.fedoraproject.org/pkgdb/package/rpms/latte-dock/)
### Arch Linux ### Arch Linux
- [Arch Linux - official](https://www.archlinux.org/packages/?sort=&q=latte-dock) - [Arch Linux](https://www.archlinux.org/packages/?sort=&q=latte-dock)
### Gentoo ### Gentoo
- [Gentoo package](https://packages.gentoo.org/packages/kde-misc/latte-dock) - [Gentoo](https://packages.gentoo.org/packages/kde-misc/latte-dock)
### Solus Project ### Solus Project
- [Solus Package](https://packages.solus-project.com/shannon/l/latte-dock/) - [Solus](https://packages.solus-project.com/shannon/l/latte-dock/)
### Void Linux ### Void Linux
- [Void Linux package](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/latte-dock) - [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/latte-dock)
### FreeBSD ### FreeBSD
- [FreeBSD Port - official](https://www.freshports.org/deskutils/latte-dock/) - [FreeBSD Port](https://www.freshports.org/deskutils/latte-dock/)
See the [installation instruction](INSTALLATION.md) for others Linux distribution or development build See the [installation instruction](INSTALLATION.md) for others Linux distribution or development build

View File

@ -1,2 +0,0 @@
Jan Neumann, Damian Kopeć, Viorel-Cătălin Răpițeanu, Jeff Huang, Ivan Bordoni, Smith Ar, Michail Vοurlakos, Vladislav Gorevoy
neum.ja@gmail.com, damikope@gmail.com, rapiteanu.catalin@gmail.com, s8321414@gmail.com, ivan.mail@fastwebnet.it, audoban@openmailbox.org, mvourlakos@gmail.com, vladislavgorevoy@gmail.com

View File

@ -9,8 +9,4 @@
#cmakedefine BUG_ADDRESS "@BUG_ADDRESS@" #cmakedefine BUG_ADDRESS "@BUG_ADDRESS@"
#cmakedefine TRANSLATORS "@TRANSLATORS@"
#cmakedefine TRANSLATORS_EMAIL "@TRANSLATORS_EMAIL@"
#endif // CONFIG_LATTE_H #endif // CONFIG_LATTE_H

View File

@ -286,9 +286,6 @@ inline void configureAboutData()
about.addCredit(QStringLiteral("Ernesto Acosta (elav)"), i18n("Reviews for Latte Dock, CandilDock and NowDock") about.addCredit(QStringLiteral("Ernesto Acosta (elav)"), i18n("Reviews for Latte Dock, CandilDock and NowDock")
, QString(), QStringLiteral("https://github.com/elav")); , QString(), QStringLiteral("https://github.com/elav"));
// Translators
about.setTranslator(QStringLiteral(TRANSLATORS), QStringLiteral(TRANSLATORS_EMAIL));
KAboutData::setApplicationData(about); KAboutData::setApplicationData(about);
} }