plugins/kpackage: Rename metadata json files

Having them this long and the cpp file very short doesn't really make sense.

Also, we no longer install those files, but embed then in the C++ plugins
This commit is contained in:
Alexander Lohnau 2023-04-02 09:16:14 +02:00
parent 4ed3522e60
commit d32f9be5af
10 changed files with 5 additions and 5 deletions

View file

@ -43,6 +43,6 @@ public:
}
};
K_PLUGIN_CLASS_WITH_JSON(AuroraePackage, "kwin-packagestructure-aurorae.json")
K_PLUGIN_CLASS_WITH_JSON(AuroraePackage, "aurorae.json")
#include "aurorae.moc"

View file

@ -41,6 +41,6 @@ public:
}
};
K_PLUGIN_CLASS_WITH_JSON(DecorationPackage, "kwin-packagestructure-decoration.json")
K_PLUGIN_CLASS_WITH_JSON(DecorationPackage, "decoration.json")
#include "decoration.moc"

View file

@ -43,6 +43,6 @@ public:
}
};
K_PLUGIN_CLASS_WITH_JSON(EffectPackageStructure, "kwin-packagestructure-effect.json")
K_PLUGIN_CLASS_WITH_JSON(EffectPackageStructure, "effect.json")
#include "effect.moc"

View file

@ -41,6 +41,6 @@ public:
}
};
K_PLUGIN_CLASS_WITH_JSON(ScriptsPackage, "kwin-packagestructure-scripts.json")
K_PLUGIN_CLASS_WITH_JSON(ScriptsPackage, "scripts.json")
#include "scripts.moc"

View file

@ -41,6 +41,6 @@ public:
}
};
K_PLUGIN_CLASS_WITH_JSON(SwitcherPackage, "kwin-packagestructure-windowswitcher.json")
K_PLUGIN_CLASS_WITH_JSON(SwitcherPackage, "windowswitcher.json")
#include "windowswitcher.moc"