aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/linux/org.lite_xl.lite_xl.appdata.xml33
-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.pngbin0 -> 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
new file mode 100644
index 00000000..1df7b60d
--- /dev/null
+++ b/resources/macos/appdmg.png
Binary files differ