-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ce63299
commit c150293
Showing
8 changed files
with
132 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,23 +1,84 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <component type="desktop-application"> | ||
| <id>aphototoollibre</id> | ||
| <metadata_license>FSFAP</metadata_license> | ||
| <project_license>GPL-3.0</project_license> | ||
| <name>A Photo Tool (Libre)</name> | ||
| <summary>Easy to use photo editing software.</summary> | ||
| <description> | ||
| <p>Change exposure, contrast and color.</p> | ||
| <p>Turn color photos in to black and white images with control how color is handled.</p> | ||
| <p>Rotate, crop, straighten and resize photos.</p> | ||
| </description> | ||
| <launchable type="desktop-id">aphototoollibre.desktop</launchable> | ||
| <url type="homepage">https://www.ahola.me/aphototoollibre.html</url> | ||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <image>https://github.com/aphototool/A-Photo-Tool-Libre/blob/main/pics/APhotoTool(Libre)ScreenShot.png?raw=true</image> | ||
| </screenshot> | ||
| </screenshots> | ||
| <provides> | ||
| <id>aphototoollibre.desktop</id> | ||
| </provides> | ||
| <id>aphototoollibre</id> | ||
|
|
||
| <name>A Photo Tool (Libre)</name> | ||
| <summary>Photo editor for Linux</summary> | ||
|
|
||
| <metadata_license>FSFAP</metadata_license> | ||
| <project_license>GPL-3.0-or-later</project_license> | ||
|
|
||
| <description> | ||
| <p> | ||
| Easy to use photo editing software. | ||
| </p> | ||
| <p> | ||
| Fix and modify your jpeg photos to look even greater. | ||
| Supports several other imageformats also. | ||
| </p> | ||
| <p> | ||
| Change exposure, contrast and color. | ||
| Turn color photos in to black and white images with control how color is handled. | ||
| Rotate, crop, straighten and resize photos. | ||
| </p> | ||
| <p> | ||
| Copyright (C) 2022 Jari Ahola | ||
| </p> | ||
| <p> | ||
| Lisensed under GNU GPLv3. Full source code available at https://github.com/aphototool/A-Photo-Tool-Libre | ||
| </p> | ||
| </description> | ||
|
|
||
| <categories> | ||
| <category>Graphics</category> | ||
| </categories> | ||
|
|
||
| <icon type="local">/usr/share/icons/hicolor/scalable/apps/aphototoollibre.svg</icon> | ||
|
|
||
| <keywords> | ||
| <keyword>photography</keyword> | ||
| <keyword>photo</keyword> | ||
| <keyword>image</keyword> | ||
| <keyword>editor</keyword> | ||
| <keyword>converter</keyword> | ||
| </keywords> | ||
|
|
||
| <provides> | ||
| <mediatype>image/jpeg</mediatype> | ||
| <mediatype>image/png</mediatype> | ||
| <id>aphototoollibre.desktop</id> | ||
| </provides> | ||
|
|
||
| <launchable type="desktop-id">aphototoollibre.desktop</launchable> | ||
|
|
||
| <url type="homepage">https://www.ahola.me/aphototoollibre.html</url> | ||
|
|
||
| <screenshots> | ||
| <screenshot type="default"> | ||
| <caption>A Photo Tool (Libre) on Gnome desktop</caption> | ||
| <image>https://raw.githubusercontent.com/aphototool/A-Photo-Tool-Libre/main/pics/APhotoTool(Libre)Debian.png</image> | ||
| </screenshot> | ||
| <screenshot> | ||
| <caption>Light mode</caption> | ||
| <image>https://raw.githubusercontent.com/aphototool/A-Photo-Tool-Libre/main/pics/APhotoTool(Libre)LightModeScreenShot.png</image> | ||
| </screenshot> | ||
| <screenshot> | ||
| <caption>Dark mode</caption> | ||
| <image>https://raw.githubusercontent.com/aphototool/A-Photo-Tool-Libre/main/pics/APhotoTool(Libre)ScreenShot.png</image> | ||
| </screenshot> | ||
| </screenshots> | ||
|
|
||
| <releases> | ||
| <release version="1.0.4-2" date="2022-09-23"> | ||
| <description> | ||
| <p>Fix to changing from dark to light mode</p> | ||
| </description> | ||
| </release> | ||
| <release version="1.0.4-1" date="2022-09-12"> | ||
| <description> | ||
| <p>PNG image preview improvement</p> | ||
| </description> | ||
| </release> | ||
| </releases> | ||
|
|
||
| </component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| debian/aphototoollibre.1.gz | ||
| pics/APhotoTool(Libre)Debian.png | ||
| pics/APhotoTool(Libre)LightModeScreenShot.png | ||
| pics/APhotoTool(Libre)ScreenShot.png | ||
| pics/APhotoToolLibreIcon.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters