Blob Blame History Raw
From c5164faa468d829303733d16dabed039dba2cab7 Mon Sep 17 00:00:00 2001
From: Robin Lee <cheeselee@fedoraproject.org>
Date: Sun, 1 Nov 2020 15:22:46 +0800
Subject: [PATCH 2/2] feat: Initial packit setup

This commit contains the specfile for building the official package for Fedora
with a Packit setup.

Ultimately, a unified specfile is targeted for Fedora and any other rpm-based
distributions, e.g. openEuler.

And Packit(https://packit.dev/) is a tool for maintaining specfile within
upstream source. It requires a simple config file(.packit.yaml).

Log:

Signed-off-by: Robin Lee <cheeselee@fedoraproject.org>
---
 rpm/deepin-system-monitor-appdata.xml | 32 +++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 rpm/deepin-system-monitor-appdata.xml

diff --git a/rpm/deepin-system-monitor-appdata.xml b/rpm/deepin-system-monitor-appdata.xml
new file mode 100644
index 0000000..a905e1f
--- /dev/null
+++ b/rpm/deepin-system-monitor-appdata.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2017 mosquito -->
+<component type="desktop">
+  <id>deepin-system-monitor.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <name>Deepin System Monitor</name>
+  <name xml:lang="zh_CN">深度系统监视器</name>
+  <name xml:lang="zh_TW">深度系统监视器</name>
+  <summary>Deepin System Monitor is Deepin Desktop Environment system monitor</summary>
+  <summary xml:lang="zh_CN">深度系统监视器是一个免费开源的跨平台系统性能监视工具</summary>
+  <summary xml:lang="zh_TW">深度系统监视器是一个免费开源的跨平台系统性能监视工具</summary>
+  <description>
+    <p>
+      Deepin System Monitor is a free and open source cross-platform system monitor tool.
+    </p>
+    <p xml:lang="zh_CN">
+      深度系统监视器是一个免费开源的跨平台系统性能监视工具。
+    </p>
+  </description>
+  <url type="homepage">https://github.com/linuxdeepin/deepin-system-monitor/</url>
+  <url type="bugtracker">https://github.com/linuxdeepin/deepin-system-monitor/issues/</url>
+  <releases>
+    <release version="1.3" date="2017-08-11"></release>
+  </releases>
+  <project_license>GPL-3.0</project_license>
+  <developer_name>Linux Deepin</developer_name>
+  <screenshots>
+    <screenshot type="default">http://api.lastore.deepin.org/static/deepin-system-monitor/meta/screenshots/zh_CN/phpCsoD79.png</screenshot>
+    <screenshot type="default">http://api.lastore.deepin.org/static/deepin-system-monitor/meta/screenshots/zh_CN/php0vAbT7.png</screenshot>
+    <screenshot type="default">http://api.lastore.deepin.org/static/deepin-system-monitor/meta/screenshots/zh_CN/phpSZvurm.png</screenshot>
+  </screenshots>
+</component>
-- 
2.26.2