Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 2ec448a

Browse files
authored
0.16.1
2 parents 431419d + 7a8df56 commit 2ec448a

33 files changed

Lines changed: 17572 additions & 1079 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ debian/*
55
!debian/changelog
66
!debian/changelog.in
77
!debian/compat
8-
!debian/control.in
8+
!debian/control
99
!debian/copyright
1010
!debian/rules.in
1111

appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.16.0-{build}-{branch}
1+
version: 0.16.1-{build}-{branch}
22

33
pull_requests:
44
do_not_increment_build_number: true
@@ -7,7 +7,6 @@ skip_tags: true
77

88
image:
99
- Ubuntu1804
10-
# - Ubuntu1604 # skip xenial builds because dependencies are broken
1110

1211
clone_folder: ~/build/GameHub
1312

debian/control.in renamed to debian/control

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ Source: com.github.tkashkin.gamehub
22
Section: x11
33
Priority: optional
44
Maintainer: tkashkin <tkashkin@gmail.com>
5-
Build-Depends: meson (>= 0.40),
6-
valac (>= 0.16),
7-
debhelper (>= 9),
5+
Build-Depends: meson,
6+
valac,
7+
debhelper,
88
libgtk-3-dev,
99
libglib2.0-dev,
1010
libwebkit2gtk-4.0-dev,
@@ -14,7 +14,9 @@ Build-Depends: meson (>= 0.40),
1414
libsqlite3-dev,
1515
libxml2-dev,
1616
libpolkit-gobject-1-dev,
17-
libx11-dev, libmanette-0.2-dev, libxtst-dev
17+
libx11-dev,
18+
libmanette-0.2-dev,
19+
libxtst-dev
1820
Standards-Version: 4.1.4
1921

2022
Package: com.github.tkashkin.gamehub

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.0')
1+
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.1')
22

33
i18n = import('i18n')
44
gnome = import('gnome')

po/LINGUAS

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,14 @@ es_MX
2020
it
2121
zh_CN
2222
zh_HK
23-
zh_TW
2423
mr
24+
bn_BD
25+
hr
26+
es
27+
pt
28+
hu
29+
si
30+
eo
31+
vi
32+
sv
33+
zh_TW

0 commit comments

Comments
 (0)