Skip to content

Commit

Permalink
Version 1.0.4-2
Browse files Browse the repository at this point in the history
  • Loading branch information
aphototool committed Sep 23, 2022
1 parent ce63299 commit c150293
Show file tree
Hide file tree
Showing 8 changed files with 132 additions and 26 deletions.
101 changes: 81 additions & 20 deletions appimage/AppDir/aphototoollibre.appdata.xml
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>
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
aphototoollibre (1.0.4-2) UNRELEASED; urgency=low

[ Jari Ahola ]
* Fix to changing from dark to light mode

-- aphototool <aphototool@ahola.me> Mon, 23 Sep 2022 1:04:02 +0200

aphototoollibre (1.0.4-1) UNRELEASED; urgency=low

[ Jari Ahola ]
Expand Down
2 changes: 2 additions & 0 deletions debian/source/include-binaries
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
4 changes: 2 additions & 2 deletions desktop/aphototoollibre.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Name=A Photo Tool (Libre)
Comment=Photo editing tool for Linux
Categories=Graphics;Qt;
Icon=aphototoollibre
Exec=/usr/bin/aphototoollibre %f
TryExec=/usr/bin/aphototoollibre
Exec=aphototoollibre %f
TryExec=aphototoollibre
MimeType=image/jpeg;image/png;
Terminal=false

38 changes: 37 additions & 1 deletion desktop/aphototoollibre.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<id>aphototoollibre</id>

<name>A Photo Tool (Libre)</name>
<summary>Photo editing tool for Linux</summary>
<summary>Photo editor for Linux</summary>

<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
Expand All @@ -12,6 +12,10 @@
<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.
Expand Down Expand Up @@ -42,7 +46,39 @@
<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>
Binary file added pics/APhotoTool(Libre)LightModeScreenShot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aphototoollibre
base: core20
version: '1.0.4-1'
version: '1.0.4-2'
summary: Photo editor for Linux
description: |
A Photo Tool (Libre) is an easy to use basic photo editor.
Expand All @@ -23,7 +23,7 @@ apps:

parts:
aphototoollibre:
source: https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-1.tar.gz
source: https://github.com/aphototool/A-Photo-Tool-Libre/archive/refs/tags/v1.0.4-2.tar.gz
plugin: qmake
build-packages:
- qtbase5-dev
Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#ifndef CONSTANTS_H
#define CONSTANTS_H

#define APTL_VERSION "1.0.4-1"
#define APTL_VERSION "1.0.4-2"

// Set max length of longer side of image to make
// preview image processing faster
Expand Down

0 comments on commit c150293

Please sign in to comment.