Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: more appdata-related changes #1601

Merged
merged 3 commits into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
ninja-build
qtbase5-dev
qtwebengine5-dev
appstream-util
appstream

- name: Upload AppImage
uses: actions/upload-artifact@v4
Expand Down
5 changes: 4 additions & 1 deletion assets/freedesktop/org.zealdocs.zeal.appdata.xml.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.zealdocs.zeal</id>
<launchable type="desktop-id">org.zealdocs.zeal.desktop</launchable>
<name>Zeal</name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer_name>Oleg Shparber</developer_name>
<developer id="org.zealdocs">
<name>Oleg Shparber</name>
</developer>
<summary>Documentation browser</summary>
<description>
<p>Zeal is a simple offline documentation browser inspired by Dash. It offers access to over 200 docsets covering various libraries and APIs.</p>
Expand Down
2 changes: 1 addition & 1 deletion pkg/appimage/appimage-amd64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ script:
- cmake -B $BUILD_DIR/cmake-build -G Ninja -DCMAKE_BUILD_TYPE=RelWithDebInfo
- cmake --build $BUILD_DIR/cmake-build
- cmake --install $BUILD_DIR/cmake-build --prefix $TARGET_APPDIR/usr
- appstream-util validate-relax $TARGET_APPDIR/usr/share/metainfo/org.zealdocs.zeal.appdata.xml
- appstreamcli validate $TARGET_APPDIR/usr/share/metainfo/org.zealdocs.zeal.appdata.xml

AppDir:
app_info:
Expand Down