mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-01 01:17:51 +03:00
Configure metadata for plasmoid, remove versions where not needed
This commit is contained in:
parent
cb32286a8f
commit
a2fb837ea1
@ -72,7 +72,6 @@
|
||||
"Plasma/Applet",
|
||||
"Plasma/Containment"
|
||||
],
|
||||
"Version": "0.10.77",
|
||||
"Website": "https://userbase.kde.org/LatteDock"
|
||||
},
|
||||
"NoDisplay": true,
|
||||
|
@ -1,5 +1,10 @@
|
||||
add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.latte.plasmoid\")
|
||||
|
||||
configure_file(metadata.json.in ${CMAKE_CURRENT_BINARY_DIR}/metadata.json @ONLY)
|
||||
install(
|
||||
FILES "${CMAKE_CURRENT_BINARY_DIR}/metadata.json"
|
||||
DESTINATION ${PLASMA_DATA_INSTALL_DIR}/plasmoids/org.kde.latte.plasmoid
|
||||
)
|
||||
plasma_install_package(package org.kde.latte.plasmoid)
|
||||
|
||||
set(tasks_SRCS
|
||||
|
@ -75,8 +75,8 @@
|
||||
"ServiceTypes": [
|
||||
"Plasma/Applet"
|
||||
],
|
||||
"Version": "0.10.77",
|
||||
"Website": "https://userbase.kde.org/LatteDock"
|
||||
"Version": "@VERSION@",
|
||||
"Website": "@WEBSITE@"
|
||||
},
|
||||
"X-Plasma-API": "declarativeappletscript",
|
||||
"X-Plasma-MainScript": "ui/main.qml",
|
@ -75,7 +75,6 @@
|
||||
"ServiceTypes": [
|
||||
"Plasma/Shell"
|
||||
],
|
||||
"Version": "0.10.77",
|
||||
"Website": "https://userbase.kde.org/LatteDock"
|
||||
},
|
||||
"Keywords": "shell",
|
||||
|
Loading…
Reference in New Issue
Block a user