From 0f17cfe6a7b95443ea26c11cbd2a105156dadd3f Mon Sep 17 00:00:00 2001 From: Monstorix Date: Tue, 19 Mar 2024 01:20:16 +0800 Subject: [PATCH] add kpackage json metadata files --- aurorae/themes/Materia-Dark/metadata.json | 17 ++++++++++ aurorae/themes/Materia-Light/metadata.json | 17 ++++++++++ aurorae/themes/Materia/metadata.json | 17 ++++++++++ .../desktoptheme/Materia-Color/metadata.json | 19 +++++++++++ plasma/desktoptheme/Materia-Color/plasmarc | 5 +++ plasma/desktoptheme/Materia/metadata.json | 19 +++++++++++ plasma/desktoptheme/Materia/plasmarc | 5 +++ .../metadata.json | 33 +++++++++++++++++++ .../com.github.varlesh.materia-dark/plasmarc | 2 ++ .../metadata.json | 32 ++++++++++++++++++ .../com.github.varlesh.materia-light/plasmarc | 2 ++ .../com.github.varlesh.materia/metadata.json | 33 +++++++++++++++++++ .../com.github.varlesh.materia/plasmarc | 2 ++ 13 files changed, 203 insertions(+) create mode 100644 aurorae/themes/Materia-Dark/metadata.json create mode 100644 aurorae/themes/Materia-Light/metadata.json create mode 100644 aurorae/themes/Materia/metadata.json create mode 100644 plasma/desktoptheme/Materia-Color/metadata.json create mode 100644 plasma/desktoptheme/Materia-Color/plasmarc create mode 100644 plasma/desktoptheme/Materia/metadata.json create mode 100644 plasma/desktoptheme/Materia/plasmarc create mode 100644 plasma/look-and-feel/com.github.varlesh.materia-dark/metadata.json create mode 100644 plasma/look-and-feel/com.github.varlesh.materia-dark/plasmarc create mode 100644 plasma/look-and-feel/com.github.varlesh.materia-light/metadata.json create mode 100644 plasma/look-and-feel/com.github.varlesh.materia-light/plasmarc create mode 100644 plasma/look-and-feel/com.github.varlesh.materia/metadata.json create mode 100644 plasma/look-and-feel/com.github.varlesh.materia/plasmarc diff --git a/aurorae/themes/Materia-Dark/metadata.json b/aurorae/themes/Materia-Dark/metadata.json new file mode 100644 index 0000000..a1ae15a --- /dev/null +++ b/aurorae/themes/Materia-Dark/metadata.json @@ -0,0 +1,17 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Category": "", + "Dependencies": [], + "EnabledByDefault": true, + "Id": "Materia-Dark", + "License": "GPLv3", + "Name": "Materia Dark", + "Version": "1.0" + } +} diff --git a/aurorae/themes/Materia-Light/metadata.json b/aurorae/themes/Materia-Light/metadata.json new file mode 100644 index 0000000..5621b4e --- /dev/null +++ b/aurorae/themes/Materia-Light/metadata.json @@ -0,0 +1,17 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Category": "", + "Dependencies": [], + "EnabledByDefault": true, + "Id": "Materia-Light", + "License": "GPLv3", + "Name": "Materia Light", + "Version": "1.0" + } +} diff --git a/aurorae/themes/Materia/metadata.json b/aurorae/themes/Materia/metadata.json new file mode 100644 index 0000000..b15e02e --- /dev/null +++ b/aurorae/themes/Materia/metadata.json @@ -0,0 +1,17 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Category": "", + "Dependencies": [], + "EnabledByDefault": true, + "Id": "Materia", + "License": "GPLv3", + "Name": "Materia", + "Version": "1.0" + } +} diff --git a/plasma/desktoptheme/Materia-Color/metadata.json b/plasma/desktoptheme/Materia-Color/metadata.json new file mode 100644 index 0000000..cab9947 --- /dev/null +++ b/plasma/desktoptheme/Materia-Color/metadata.json @@ -0,0 +1,19 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Category": "", + "Description": "Materia KDE customization", + "EnabledByDefault": true, + "Id": "Materia-Color", + "License": "GPLv3", + "Name": "Materia Color", + "Version": "20220823", + "Website": "https://github.com/PapirusDevelopmentTeam/materia-kde" + }, + "X-Plasma-APIVersion": "2" +} diff --git a/plasma/desktoptheme/Materia-Color/plasmarc b/plasma/desktoptheme/Materia-Color/plasmarc new file mode 100644 index 0000000..6dd6392 --- /dev/null +++ b/plasma/desktoptheme/Materia-Color/plasmarc @@ -0,0 +1,5 @@ +[ContrastEffect] +enabled=false +contrast=0.2 +intensity=0.4 +saturation=1.7 diff --git a/plasma/desktoptheme/Materia/metadata.json b/plasma/desktoptheme/Materia/metadata.json new file mode 100644 index 0000000..88a444a --- /dev/null +++ b/plasma/desktoptheme/Materia/metadata.json @@ -0,0 +1,19 @@ +{ + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Category": "", + "Description": "Materia KDE customization", + "EnabledByDefault": true, + "Id": "Materia", + "License": "GPLv3", + "Name": "Materia", + "Version": "20220823", + "Website": "https://github.com/PapirusDevelopmentTeam/materia-kde" + }, + "X-Plasma-APIVersion": "2" +} diff --git a/plasma/desktoptheme/Materia/plasmarc b/plasma/desktoptheme/Materia/plasmarc new file mode 100644 index 0000000..6dd6392 --- /dev/null +++ b/plasma/desktoptheme/Materia/plasmarc @@ -0,0 +1,5 @@ +[ContrastEffect] +enabled=false +contrast=0.2 +intensity=0.4 +saturation=1.7 diff --git a/plasma/look-and-feel/com.github.varlesh.materia-dark/metadata.json b/plasma/look-and-feel/com.github.varlesh.materia-dark/metadata.json new file mode 100644 index 0000000..f3a653c --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia-dark/metadata.json @@ -0,0 +1,33 @@ +{ + "KPackageStructure": "Plasma/LookAndFeel", + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Name": "Materia KDE Dark", + "Description": "Materia KDE customization", + "Id": "com.github.varlesh.materia-dark", + "Version": "20220823", + "Category": "", + "EnabledByDefault": true, + "License": "GPLv3", + "ServiceTypes": [ + "Plasma/LookAndFeel" + ], + "Website": "https://github.com/PapirusDevelopmentTeam/materia-kde" + }, + "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", + "X-Plasma-APIVersion": "2", + "X-KPackage-Dependencies": [ + "kns://colorschemes.knsrc/api.kde-look.org/1229140", + "kns://plasma-themes.knsrc/api.kde-look.org/1229134", + "kns://aurorae.knsrc/api.kde-look.org/1229137", + "kns://icons.knsrc/api.kde-look.org/1166289", + "kns://xcursor.knsrc/api.kde-look.org/1346778", + "kns://wallpaper.knsrc/api.kde-look.org/1476107", + "kns://sddmtheme.knsrc/api.kde-look.org/1476117" + ] +} diff --git a/plasma/look-and-feel/com.github.varlesh.materia-dark/plasmarc b/plasma/look-and-feel/com.github.varlesh.materia-dark/plasmarc new file mode 100644 index 0000000..a2f40e0 --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia-dark/plasmarc @@ -0,0 +1,2 @@ +[Settings] +FallbackTheme=breeze diff --git a/plasma/look-and-feel/com.github.varlesh.materia-light/metadata.json b/plasma/look-and-feel/com.github.varlesh.materia-light/metadata.json new file mode 100644 index 0000000..a18e7b4 --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia-light/metadata.json @@ -0,0 +1,32 @@ +{ + "KPackageStructure": "Plasma/LookAndFeel", + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Name": "Materia KDE Light", + "Description": "Materia KDE customization", + "Id": "com.github.varlesh.materia-light", + "Version": "20220823", + "Category": "", + "EnabledByDefault": true, + "License": "GPLv3", + "ServiceTypes": [ + "Plasma/LookAndFeel" + ], + "Website": "https://github.com/PapirusDevelopmentTeam/materia-kde" + }, + "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", + "X-Plasma-APIVersion": "2", + "X-KPackage-Dependencies": [ + "kns://colorschemes.knsrc/api.kde-look.org/1462605", + "kns://plasma-themes.knsrc/api.kde-look.org/1462611", + "kns://aurorae.knsrc/api.kde-look.org/1462610", + "kns://icons.knsrc/api.kde-look.org/1166289", + "kns://xcursor.knsrc/api.kde-look.org/1346778", + "kns://wallpaper.knsrc/api.kde-look.org/1462613" + ] +} diff --git a/plasma/look-and-feel/com.github.varlesh.materia-light/plasmarc b/plasma/look-and-feel/com.github.varlesh.materia-light/plasmarc new file mode 100644 index 0000000..a2f40e0 --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia-light/plasmarc @@ -0,0 +1,2 @@ +[Settings] +FallbackTheme=breeze diff --git a/plasma/look-and-feel/com.github.varlesh.materia/metadata.json b/plasma/look-and-feel/com.github.varlesh.materia/metadata.json new file mode 100644 index 0000000..db719a9 --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia/metadata.json @@ -0,0 +1,33 @@ +{ + "KPackageStructure": "Plasma/LookAndFeel", + "KPlugin": { + "Authors": [ + { + "Email": "varlesh@gmail.com", + "Name": "Alexey Varfolomeev" + } + ], + "Name": "Materia KDE", + "Description": "Materia KDE customization", + "Id": "com.github.varlesh.materia", + "Version": "20220823", + "Category": "", + "EnabledByDefault": true, + "License": "GPLv3", + "ServiceTypes": [ + "Plasma/LookAndFeel" + ], + "Website": "https://github.com/PapirusDevelopmentTeam/materia-kde" + }, + "Keywords": "Desktop;Workspace;Appearance;Look and Feel;Logout;Lock;Suspend;Shutdown;Hibernate;", + "X-Plasma-APIVersion": "2", + "X-KPackage-Dependencies": [ + "kns://colorschemes.knsrc/api.kde-look.org/1462605", + "kns://plasma-themes.knsrc/api.kde-look.org/1462611", + "kns://aurorae.knsrc/api.kde-look.org/1462620", + "kns://icons.knsrc/api.kde-look.org/1166289", + "kns://xcursor.knsrc/api.kde-look.org/1346778", + "kns://wallpaper.knsrc/api.kde-look.org/1462613", + "kns://sddmtheme.knsrc/api.kde-look.org/1476113" + ] +} diff --git a/plasma/look-and-feel/com.github.varlesh.materia/plasmarc b/plasma/look-and-feel/com.github.varlesh.materia/plasmarc new file mode 100644 index 0000000..a2f40e0 --- /dev/null +++ b/plasma/look-and-feel/com.github.varlesh.materia/plasmarc @@ -0,0 +1,2 @@ +[Settings] +FallbackTheme=breeze