introduce LatteComponents to be consumed globally
--this is needed in order for indicators plugins in the future to provide the same UI elements with the rest of LatteView Settings windowspull/5/head
parent
706ba661a2
commit
ca80a7932f
@ -0,0 +1,2 @@
|
||||
install(DIRECTORY components/ DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/latte/components)
|
||||
|
@ -0,0 +1,5 @@
|
||||
module org.kde.latte.components
|
||||
|
||||
BadgeText 1.0 BadgeText.qml
|
||||
ExternalShadow 1.0 ExternalShadow.qml
|
||||
GlowPoint 1.0 GlowPoint.qml
|
@ -1,9 +1,6 @@
|
||||
module org.kde.latte
|
||||
plugin latte2plugin
|
||||
|
||||
GlowPoint 0.2 GlowPoint.qml
|
||||
BadgeText 0.2 BadgeText.qml
|
||||
ExternalShadow 0.2 ExternalShadow.qml
|
||||
LatteIndicator 0.2 indicators/LatteIndicator.qml
|
||||
PlasmaIndicator 0.2 indicators/PlasmaIndicator.qml
|
||||
UnityIndicator 0.2 indicators/UnityIndicator.qml
|
||||
|
Loading…
Reference in New Issue