fix #1163: fixed libgconf-2-4 dependency

This commit is contained in:
antelle 2019-04-22 11:24:18 +02:00
parent c115ba79c8
commit 3f400a8b2a
2 changed files with 5 additions and 2 deletions

View File

@ -422,7 +422,7 @@ module.exports = function(grunt) {
pkgName: `KeeWeb-${pkg.version}.linux.x64.deb`,
targetDir: 'dist/desktop',
appName: 'KeeWeb',
depends: 'libappindicator1, libgconf2-4',
depends: 'libappindicator1, libgconf-2-4',
scripts: {
postinst: 'package/deb/scripts/postinst'
}
@ -441,7 +441,7 @@ module.exports = function(grunt) {
pkgName: `KeeWeb-${pkg.version}.linux.ia32.deb`,
targetDir: 'dist/desktop',
appName: 'KeeWeb',
depends: 'libappindicator1, libgconf2-4',
depends: 'libappindicator1, libgconf-2-4',
scripts: {
postinst: 'package/deb/scripts/postinst'
}

View File

@ -1,5 +1,8 @@
Release notes
-------------
##### v1.8.2 (2019-04-22)
`-` fix #1163: fixed libgconf-2-4 dependency
##### v1.8.1 (2019-04-05)
`-` fix #1152: broken filtering after auto-type