Skip to content

Commit

Permalink
Fix #31. Add AppStream
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyunhe committed Oct 3, 2020
1 parent 838a66c commit b0b8350
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0]

### Added

- Help (-h, --help) and version (-v, --version) option

### Changed

- Filter out -devel, -docs and -lang packages
- Filter out -devel, -docs and -lang packages [#30](https://github.com/openSUSE/opi/pulls/27)
- Don't show i586 packages on x86_64 system

## [0.8.3] - 2020-07-25
Expand Down Expand Up @@ -144,7 +146,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Choose package and install
- Keep or remove repository after installation

[Unreleased]: https://github.com/openSUSE/opi/compare/v0.8.3...HEAD
[Unreleased]: https://github.com/openSUSE/opi/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/openSUSE/opi/compare/v0.8.3...v0.9.0
[0.8.3]: https://github.com/openSUSE/opi/compare/v0.8.2...v0.8.3
[0.8.2]: https://github.com/openSUSE/opi/compare/v0.8.1...v0.8.2
[0.8.1]: https://github.com/openSUSE/opi/compare/v0.8.0...v0.8.1
Expand Down
20 changes: 20 additions & 0 deletions org.openSUSE.opi.appdata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<id>org.openSUSE.opi</id>
<metadata_license>CC0-1.0</metadata_license>
<name>OPI</name>
<summary>openSUSE Package Installer</summary>
<description>
<p>
Search and install almost all packages available for openSUSE and SLE:
</p>
<ol>
<li>openSUSE Build Service</li>
<li>Packman Build Service</li>
</ol>
</description>
<url type="homepage">https://github.com/openSUSE/opi</url>
<url type="bugtracker">https://github.com/openSUSE/opi/issues</url>
<url type="donation">https://www.patreon.com/guoyunhe/creators</url>
<url type="help">https://github.com/openSUSE/opi</url>
</component>

0 comments on commit b0b8350

Please sign in to comment.