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

feat: add metainfo of dde #169

Merged
merged 1 commit into from
Jan 29, 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
1 change: 1 addition & 0 deletions calendar-client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ install(DIRECTORY ${APP_RES_DIR}/dde-calendar
DESTINATION ${CMAKE_INSTALL_DATADIR}/deepin-manual/manual-assets/application/)
install(FILES ${APP_DESKTOP} DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dbus/com.deepin.Calendar.service DESTINATION ${CMAKE_INSTALL_DATADIR}/dbus-1/services)
install(FILES assets/org.deepin.calendar.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
29 changes: 29 additions & 0 deletions calendar-client/assets/org.deepin.calendar.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<component type="desktop-application">
<id>org.deepin.calendar</id>
<launchable type="desktop-id">dde-calendar.desktop</launchable>
<project_group>DDE</project_group>
<compulsory_for_desktop>DDE</compulsory_for_desktop>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<content_rating type="oars-1.0"/>
<categories>
<category>DDE</category>
<category>Qt</category>
</categories>
<name>Deepin Calendar</name>
<name xml:lang="zh-CN">深度日历</name>
<summary>Calendar is a smart daily planner to schedule all things in life.</summary>
<summary xml:lang="zh-CN">深度日历是一款简单易用的日历工具。</summary>
<icon type="stock">deepin-calendar</icon>
<description>
<p>Calendar is a small management tool for personal life that combines time and events and integrates the function of memorizing and scheduling.</p>
<p xml:lang="zh-CN">深度日历是深度科技打造的一款简单易用的日历工具,主要是当前日期、节气、农历日期、世界节日。</p>
</description>
<url type="bugtracker">https://github.com/linuxdeepin/developer-center/issues/</url>
<url type="help">https://github.com/linuxdeepin/developer-center/issues/</url>
<url type="homepage">https://bbs.deepin.org/</url>
<releases>
<release version="6.0.7" date="2024-01-16"/>
</releases>
</component>
Loading