1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-02-01 01:47:23 +03:00

Remove author data, name and description from package metadata files

Task: https://phabricator.kde.org/T15452
This commit is contained in:
Alexander Lohnau 2022-05-10 16:18:22 +02:00 committed by Luigi Toscano
parent 3f9fdf996b
commit cb32286a8f
3 changed files with 2 additions and 48 deletions

View File

@ -81,7 +81,8 @@ ecm_find_qmlmodule(org.kde.kquickcontrolsaddons 2.0)
ecm_find_qmlmodule(org.kde.plasma.core 2.0)
ecm_find_qmlmodule(org.kde.plasma.components 2.0)
include(Definitions.cmake)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app/config-latte.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/app/config-latte.h)
#hide warnings
string(REPLACE "-Wall" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})

View File

@ -1,2 +0,0 @@
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/app/config-latte.h.cmake
${CMAKE_CURRENT_BINARY_DIR}/app/config-latte.h)

View File

@ -1,49 +1,4 @@
{
"KPackageStructure": "Latte/Indicator",
"KPlugin": {
"Authors": [
{
"Email": "mvourlakos@gmail.com",
"Name": "Michail Vourlakos"
}
],
"Id": "Latte/Indicator",
"Name": "Indicator",
"Name[ar]": "مؤشر",
"Name[az]": "İndikator",
"Name[ca@valencia]": "Indicador",
"Name[ca]": "Indicador",
"Name[cs]": "Ukazatel",
"Name[el]": "Δείκτης",
"Name[en_GB]": "Indicator",
"Name[es]": "Indicador",
"Name[et]": "Indikaator",
"Name[eu]": "Adierazlea",
"Name[fi]": "Ilmaisin",
"Name[fr]": "Indicateur",
"Name[gl]": "Indicador",
"Name[hsb]": "Pokazowak",
"Name[id]": "Indikator",
"Name[it]": "Indicatore",
"Name[ko]": "표시기",
"Name[lt]": "Indikatorius",
"Name[nl]": "Indicator",
"Name[nn]": "Markør",
"Name[pl]": "Wskaźnik",
"Name[pt]": "Indicador",
"Name[pt_BR]": "Indicador",
"Name[ru]": "Индикатор",
"Name[sk]": "Indikátor",
"Name[sl]": "Kazalnik",
"Name[sv]": "Indikator",
"Name[uk]": "Індикатор",
"Name[x-test]": "xxIndicatorxx",
"Name[zh_CN]": "任务指示器",
"Name[zh_TW]": "指示器",
"ServiceTypes": [
"KPackage/PackageStructure"
],
"Version": "1"
},
"X-KDE-ParentApp": "org.kde.latte-dock"
}