Skip to content

Commit

Permalink
Add new metadata format for KDE Plasma 6
Browse files Browse the repository at this point in the history
  • Loading branch information
aleasto authored and luyatshimbalanga committed Feb 19, 2024
1 parent ae326c5 commit 63f6a27
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions default/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ install:
$(MKDIR) $(KDE_BG_DIR)/$(WP_BIGNAME)/contents/images
$(MKDIR) $(KDE_BG_DIR)/$(WP_BIGNAME)/contents/images_dark
$(INSTALL) $(WP_NAME)-metadata.desktop $(KDE_BG_DIR)/$(WP_BIGNAME)/metadata.desktop
$(INSTALL) $(WP_NAME)-metadata.json $(KDE_BG_DIR)/$(WP_BIGNAME)/metadata.json
for res in 1280x1024 \
640x480 800x600 1024x768 1152x864 1200x900 1280x960 1440x1080 1600x1200 1600x1280 1920x1440 2048x1536 \
800x480 1024x600 1152x720 1280x720 1280x768 1280x800 1366x768 1440x900 1680x1050 1920x1080 1920x1200 1920x1280 \
Expand Down
13 changes: 13 additions & 0 deletions default/f39-metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"KPlugin": {
"Authors": [
{
"Email": "[email protected]",
"Name": "Fedora KDE SIG"
}
],
"Id": "F39",
"Name": "Fedora Thirty-Nine",
"License": "CC-BY-SA-4.0"
}
}

0 comments on commit 63f6a27

Please sign in to comment.