Skip to content

Commit

Permalink
Update Debian dependencies and changelog for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan committed Nov 4, 2018
1 parent 1a99a7d commit c42c436
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you would like to build it without using the Debian packaging, run:

```
sudo apt-get install --no-install-recommends qtbase5-dev qt5-qmake qt5-default \
qttools5-dev-tools qtmultimedia5-dev libqt5webkit5-dev libeb16-dev zlib1g-dev
qttools5-dev-tools qtmultimedia5-dev qtwebengine5-dev libeb16-dev zlib1g-dev
qmake
make
```
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
qolibri (2.1.0) UNRELEASED; urgency=medium

* Replace Qt WebKit with Chromium-based Qt WebEngine

-- Ivan Kozik <ivan@ludios.org> Sun, 4 Nov 2018 00:00:00 +0000

qolibri (2.0.2) UNRELEASED; urgency=medium

[ Ivan Kozik ]
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10),
qt5-default,
qttools5-dev-tools,
qtmultimedia5-dev,
libqt5webkit5-dev,
qtwebengine5-dev,
libeb16-dev,
zlib1g-dev
Standards-Version: 4.1.0
Expand Down
2 changes: 1 addition & 1 deletion qolibri.pro
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ QMAKE_EXTRA_COMPILERS += updateqm
VERSION_STR = $$git(describe --tags --match '[0-9]*' --always)

isEmpty(VERSION_STR) {
DEFINES += $$defStr(VERSION_STR, 2.0.2)
DEFINES += $$defStr(VERSION_STR, 2.1.0)
} else {
DEFINES += $$defStr(VERSION_STR, $$VERSION_STR)
}
Expand Down

0 comments on commit c42c436

Please sign in to comment.