File: ddcui.appdata.xml

package info (click to toggle)
ddcui 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,104 kB
  • sloc: cpp: 10,333; ansic: 6,581; xml: 42; makefile: 6
file content (71 lines) | stat: -rw-r--r-- 3,353 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2020 Sanford Rockowitz rockowitz@minsoft.com> -->
<!--
The spec for the metainfo.xml/appdata.xml file has evolved.  Old definitions continue to be 
supported. There is variation in the files in /usr/share/metainfo.  Tutorials and other 
documentation may be using old spec deinitions, which is confusing. 

For detailed discussion of how the spec has evolved, see the following sections of 
the appstream spec at www.freedesktop.org/software/appstream/docs: 

   2.1.2  Generic Component, Filesystem locations
   2.2.1  Desktop Applications, Introduction
   2.2.2  Desktop Applications, File specifiction
   3.1,4  Collection Metadata, Valid tags for all component types
-->

<component type="desktop-application">  
  <id>com.ddcutil.ddcui</id>             
  <metadata_license>CC0-1.0</metadata_license>
  <project_license>CC0-1.0</project_license>
  <name>ddcui</name>
  <summary>Manage monitor settings</summary>
  <description>
    <p> Communicates with a monitor's Virtual Control Panel (VCP) to query or change monitor settings, 
    such as brightness, red gain, and power on hours. In general, settings and information
    that can be accessed using the monitor's On Screen Display can more easily be accessed using this application.
    </p> 
    <p> ddcui normally communicates with the monitor using the DDC/CI protocol on a /dev/i2c device exposed by the video driver.  
    Alternatively, ddcui supports monitors that use USB for VCP communication. 
    </p>
    <p>The corresponding command line program is ddcutil.
    </p>
  </description>
  
  <launchable type="desktop-id">ddcui.desktop</launchable>
  <screenshots>
    <screenshot type="default">
      <image> https://www.ddcutil.com/images/ddcui_features.png</image>
      <!-- <image>image height="708" width="1000">https://raw.githubusercontent.com/ddcutilproject/ddcutil/master/doc/en/images/andt2.png</image> -->
      <caption>Feature Detail View</caption>
    </screenshot>
    <screenshot>
      <image> https://www.ddcutil.com/images/ddcui_summary.png</image>
      <caption>Summary View</caption>
    </screenshot>
    <screenshot>
      <image> https://www.ddcutil.com/images/ddcui_capabilities.png</image>
      <caption>Capabilities View</caption>
    </screenshot>
  </screenshots>

  <update_contact>rockowitz@minsoft.com></update_contact>                      
  <developer_name>Sanford Rockowitz</developer_name>                            
  <url type="homepage">https://www.ddcutil.com</url>                            
  <url type="bugtracker">https://github.com/rockowitz/ddcui/issues</url>        
  <url type="faq">https://www.ddcutil.com/faq</url>

  <!-- COPR replaces <releases> with its own list. -->
  <releases>
    <release version="0.1.3" date="2020-09-02"/>
    <release version="0.1.2" date="2020-06-28"/>
  </releases>

  <!-- when building in COPR: 
     + appstream-util validate-relax &hyphen;&hyphen; nonet /builddir/build/BUILDROOT/ddcui-0.1.3-1.fc32.x86_64/usr/share/metainfo/ddcui.appdata.xml
       /builddir/build/BUILDROOT/ddcui-0.1.3-1.fc32.x86_64/usr/share/metainfo/ddcui.appdata.xml: FAILED:  
     ? tag-invalid           : <icon> not allowed in desktop appdata

  <icon type="remote" width="128" height="128">https://www.ddcutil.com/images/ddcui-128px.png</icon>
-->
</component>