Skip to content

Commit 0c069a9

Browse files
committed
update changelog
1 parent c1cd137 commit 0c069a9

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,24 @@
2222
<category>Development</category>
2323
</categories>
2424
<releases>
25+
​<release version="1.1.4" date="2020-05-03" urgency="low">
26+
​ <description>
27+
<ul>
28+
<li>Added Bulgarian translation (kudos to @clappingmonkey)</li>
29+
</ul>
30+
</description>
31+
​</release>
2532
​<release version="1.1.3" date="2020-01-02" urgency="medium">
2633
​ <description>
2734
<ul>
2835
<li>Added Polish translation (kudos to @michalzkosmosu)</li>
2936
<li>Added Dutch translation (kudos to @Vistaus)</li>
30-
<li>Added Turkish translation (kudos to @ibrakap)</li>
37+
<li>Added Turkish translation (kudos to @onderbakirtas )</li>
3138
<li>Fix build integration (kudos to @meisenzahl)</li>
3239
</ul>
3340
</description>
3441
​</release>
42+
3543
​<release version="1.1.2" date="2019-01-02" urgency="medium">
3644
​ <description>
3745
<ul>

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
com.github.ronnydo.colorpicker (1.1.4) bionic; urgency=low
2+
3+
* Added Bulgarian translation (kudos to @clappingmonkey)
4+
5+
-- Ronny Dobra <[email protected]> Thu, 03 May 2020 00:31:00 +0100
6+
17
com.github.ronnydo.colorpicker (1.1.3) bionic; urgency=medium
28

39
* Added Polish translation (kudos to @michalzkosmosu)

meson.build

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ project('com.github.ronnydo.colorpicker', ['vala', 'c'],
66
gnome = import('gnome')
77
i18n = import('i18n')
88

9+
add_project_arguments(
10+
'-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()),
11+
language: 'c'
12+
)
13+
914
conf = configuration_data()
1015
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
1116
configure_file(output: 'config.h', configuration: conf)

0 commit comments

Comments
 (0)