Skip to content

Commit

Permalink
version bump for elementary
Browse files Browse the repository at this point in the history
  • Loading branch information
geigi committed Feb 15, 2018
1 parent bd40f6a commit 58b5126
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 5 deletions.
15 changes: 15 additions & 0 deletions data/com.github.geigi.cozy.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
<url type="donation">https://www.patreon.com/geigi</url>
<update_contact>[email protected]</update_contact>
<releases>
<release version="0.5.1" timestamp="1518457439">
<description>
<ul>
<li>Display the progress and remaining time of your books</li>
<li>Click on the remaining time ;)</li>
<li>Support for album art in image files (thanks to oleg-krv)</li>
<li>Faster startup! (introducing album art cache)</li>
<li>Fixed mp3 disk number on imports</li>
<li>More small bugfixes</li>
<li>Some UI tweaks (also thanks to jnbr)</li>
<li>Support for peewee3 (tanks to jnbr)</li>
<li>Chinese translation</li>
</ul>
</description>
</release>
<release version="0.5.0" timestamp="1518457439">
<description>
<ul>
Expand Down
14 changes: 14 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
com.github.geigi.cozy (0.5.1) UNSTABLE; urgency=low

* Display the progress and remaining time of your books
* Try clicking on the remaining time ;)
* Support for album art in image files (thanks to oleg-krv)
* Faster startup! (introducing album art cache)
* Fixed mp3 disk number on imports
* Other bugfixes
* Some UI tweaks (thanks to jnbr)
* Support for peewee3 (tanks to jnbr)
* Chinese translation

-- Julian Geywitz <[email protected]> Wed, 12 Feb 2018 18:35:14 +0200

com.github.geigi.cozy (0.5.0) UNSTABLE; urgency=low

* Display the progress and remaining time of your books
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: multimedia
Priority: optional
Maintainer: Julian Geywitz <[email protected]>
Build-Depends: debhelper (>= 9),
meson,
meson (=0.40.1-1~ubuntu16.04.1),
libgtk-3-dev,
python3,
python3-pip,
Expand Down
6 changes: 3 additions & 3 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ FILES = $(shell find -type f -name '*.*')

override_dh_auto_build:
# Fix for meson 0.44.0
ls -al
sed -i -e 's%/data/ui/data/ui%/data/ui%g' $(FILES)
sed -i -e 's%/data/img/data/img%/data/img%g' $(FILES)
#ls -al
#sed -i -e 's%/data/ui/data/ui%/data/ui%g' $(FILES)
#sed -i -e 's%/data/img/data/img%/data/img%g' $(FILES)
cd debian/build && ninja -v

override_dh_auto_install:
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('cozy',
version: '0.5.0',
version: '0.5.1',
meson_version: '>= 0.40.0')

project_name = 'cozy'
Expand Down

0 comments on commit 58b5126

Please sign in to comment.