diff options
| author | Francesco Abbate <francesco.bbt@gmail.com> | 2021-09-30 14:24:50 -0700 |
|---|---|---|
| committer | Francesco Abbate <francesco.bbt@gmail.com> | 2021-09-30 14:24:50 -0700 |
| commit | fb1e08840ec20bebbe06694be7deaceceb80ac8d (patch) | |
| tree | b78b9f0de061e83ee30d76add84f3cd456a42965 /resources | |
| parent | c05cddecb7a32a162a70a41ac806013faeac3e23 (diff) | |
| parent | 66196d612c94abd2997686e70d28eaecb5b4baff (diff) | |
| download | lite-xl-dmon-debug.tar.gz lite-xl-dmon-debug.zip | |
Merge branch 'dmon-1' into dmon-debugdmon-debug
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/linux/org.lite_xl.lite_xl.appdata.xml | 33 | ||||
| -rw-r--r-- | resources/linux/org.lite_xl.lite_xl.desktop (renamed from resources/linux/lite-xl.desktop) | 4 | ||||
| -rw-r--r-- | resources/macos/Info.plist.in (renamed from resources/macos/Info.plist) | 21 | ||||
| -rw-r--r-- | resources/macos/appdmg.png | bin | 0 -> 6167 bytes |
4 files changed, 48 insertions, 10 deletions
diff --git a/resources/linux/org.lite_xl.lite_xl.appdata.xml b/resources/linux/org.lite_xl.lite_xl.appdata.xml new file mode 100644 index 00000000..c5895178 --- /dev/null +++ b/resources/linux/org.lite_xl.lite_xl.appdata.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> +<component type="desktop"> + <id>org.lite_xl.lite_xl</id> + <metadata_license>MIT</metadata_license> + <project_license>MIT</project_license> + <name>Lite XL</name> + <summary>A lightweight text editor written in Lua</summary> + <content_rating type="oars-1.0" /> + + <description> + <p> + Lite XL is a text editor and development tool written mainly in Lua, + on top of a minimalistic C core using the SDL2 graphics library. + </p> + </description> + + <screenshots> + <screenshot type="default"> + <caption>The editor window</caption> + <image>https://lite-xl.github.io/assets/img/screenshots/editor.png</image> + </screenshot> + </screenshots> + + <url type="homepage">https://lite-xl.github.io</url> + + <provides> + <binary>lite-xl</binary> + </provides> + + <releases> + <release version="2.0.1" date="2021-08-28" /> + </releases> +</component> diff --git a/resources/linux/lite-xl.desktop b/resources/linux/org.lite_xl.lite_xl.desktop index f2fa9610..d251c4dc 100644 --- a/resources/linux/lite-xl.desktop +++ b/resources/linux/org.lite_xl.lite_xl.desktop @@ -5,6 +5,6 @@ Comment=A lightweight text editor written in Lua Exec=lite-xl %F Icon=lite-xl Terminal=false -StartupNotify=false -Categories=Utility;TextEditor;Development; +StartupWMClass=lite-xl +Categories=Development;IDE; MimeType=text/plain; diff --git a/resources/macos/Info.plist b/resources/macos/Info.plist.in index cc369cd0..4d715f2f 100644 --- a/resources/macos/Info.plist +++ b/resources/macos/Info.plist.in @@ -2,25 +2,30 @@ <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> -<key>CFBundleExecutable</key> + <key>CFBundleExecutable</key> <string>lite-xl</string> <key>CFBundleGetInfoString</key> <string>lite-xl</string> <key>CFBundleIconFile</key> - <string>icon</string> + <string>icon.icns</string> <key>CFBundleName</key> - <string>lite-xl</string> + <string>Lite XL</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>NSHighResolutionCapable</key> <true/> - <key>MinimumOSVersion</key><string>10.13</string> - <key>NSDocumentsFolderUsageDescription</key><string>To access, edit and index your projects.</string> - <key>NSDesktopFolderUsageDescription</key><string>To access, edit and index your projects.</string> - <key>NSDownloadsFolderUsageDescription</key><string>To access, edit and index your projects.</string> + <key>LSMinimumSystemVersion</key> + <string>10.11</string> + <key>NSDocumentsFolderUsageDescription</key> + <string>To access, edit and index your projects.</string> + <key>NSDesktopFolderUsageDescription</key> + <string>To access, edit and index your projects.</string> + <key>NSDownloadsFolderUsageDescription</key> + <string>To access, edit and index your projects.</string> <key>CFBundleShortVersionString</key> - <string>1.16.10</string> + <string>@PROJECT_VERSION@</string> <key>NSHumanReadableCopyright</key> <string>© 2019-2021 Francesco Abbate</string> </dict> </plist> + diff --git a/resources/macos/appdmg.png b/resources/macos/appdmg.png Binary files differnew file mode 100644 index 00000000..1df7b60d --- /dev/null +++ b/resources/macos/appdmg.png |
