Skip to content

Commit e912b19

Browse files
author
RonnyDo
committed
fix minor config issues
1 parent 27298a0 commit e912b19

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

data/com.github.ronnydo.colorpicker.appdata.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@
2222
<category>Development</category>
2323
</categories>
2424
<releases>
25+
​<release version="1.1.3" date="2020-01-02" urgency="medium">
26+
​ <description>
27+
<ul>
28+
<li>Added Polish translation (kudos to @michalzkosmosu)</li>
29+
<li>Added Dutch translation (kudos to @Vistaus)</li>
30+
<li>Added Turkish translation (kudos to @ibrakap)</li>
31+
<li>Fix build integration (kudos to @meisenzahl)</li>
32+
</ul>
33+
</description>
34+
​</release>
2535
​<release version="1.1.2" date="2019-01-02" urgency="medium">
2636
​ <description>
2737
<ul>

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.ronnydo.colorpicker (1.1.3) bionic; urgency=medium
2+
3+
* Added Polish translation (kudos to @michalzkosmosu)
4+
* Added Dutch translation (kudos to @Vistaus)
5+
* Added Turkish translation (kudos to @ibrakap)
6+
* Fix build integration (kudos to @meisenzahl)
7+
8+
-- Ronny Dobra <[email protected]> Thu, 02 Jan 2020 20:31:00 +0100
9+
10+
111
com.github.ronnydo.colorpicker (1.1.2) bionic; urgency=medium
212

313
* Juno Release!!1! (finally)

dev-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ meson build
33
cd build
44
meson configure -Dprefix=/usr
55
ninja
6+
67
sudo cp ../data/com.github.ronnydo.colorpicker.gschema.xml /usr/share/glib-2.0/schemas/
78
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
8-
./com.github.ronnydo.colorpicker
9+
10+
G_MESSAGES_DEBUG=all ./com.github.ronnydo.colorpicker
911
cd ..

0 commit comments

Comments
 (0)