Skip to content

Commit

Permalink
0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Sep 1, 2021
2 parents 431419d + 7a8df56 commit 2ec448a
Show file tree
Hide file tree
Showing 33 changed files with 17,572 additions and 1,079 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ debian/*
!debian/changelog
!debian/changelog.in
!debian/compat
!debian/control.in
!debian/control
!debian/copyright
!debian/rules.in

Expand Down
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.16.0-{build}-{branch}
version: 0.16.1-{build}-{branch}

pull_requests:
do_not_increment_build_number: true
Expand All @@ -7,7 +7,6 @@ skip_tags: true

image:
- Ubuntu1804
# - Ubuntu1604 # skip xenial builds because dependencies are broken

clone_folder: ~/build/GameHub

Expand Down
10 changes: 6 additions & 4 deletions debian/control.in → debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Source: com.github.tkashkin.gamehub
Section: x11
Priority: optional
Maintainer: tkashkin <[email protected]>
Build-Depends: meson (>= 0.40),
valac (>= 0.16),
debhelper (>= 9),
Build-Depends: meson,
valac,
debhelper,
libgtk-3-dev,
libglib2.0-dev,
libwebkit2gtk-4.0-dev,
Expand All @@ -14,7 +14,9 @@ Build-Depends: meson (>= 0.40),
libsqlite3-dev,
libxml2-dev,
libpolkit-gobject-1-dev,
libx11-dev, libmanette-0.2-dev, libxtst-dev
libx11-dev,
libmanette-0.2-dev,
libxtst-dev
Standards-Version: 4.1.4

Package: com.github.tkashkin.gamehub
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.0')
project('com.github.tkashkin.gamehub', 'vala', 'c', version: '0.16.1')

i18n = import('i18n')
gnome = import('gnome')
Expand Down
11 changes: 10 additions & 1 deletion po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,14 @@ es_MX
it
zh_CN
zh_HK
zh_TW
mr
bn_BD
hr
es
pt
hu
si
eo
vi
sv
zh_TW
Loading

0 comments on commit 2ec448a

Please sign in to comment.