diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-02-17 22:14:49 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-02-17 22:18:54 +0000 |
commit | e7a3a76dbba0c9871e39b1f350afeeb00252cabc (patch) | |
tree | f8ae7eda7d49b943a3bd8c4bd33abb85a5ec98b2 /office/keepassxc | |
parent | d6f4243bd6e0a7092a4ff5fb90f7f7db4d3dc7d1 (diff) | |
download | slackbuilds-e7a3a76dbba0c9871e39b1f350afeeb00252cabc.tar.gz |
office/keepassxc: Updated for version 2.1.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/keepassxc')
-rw-r--r-- | office/keepassxc/README | 2 | ||||
-rw-r--r-- | office/keepassxc/doinst.sh | 6 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.SlackBuild | 2 | ||||
-rw-r--r-- | office/keepassxc/keepassxc.info | 6 |
4 files changed, 11 insertions, 5 deletions
diff --git a/office/keepassxc/README b/office/keepassxc/README index 6ba37b7081..895b36d6d0 100644 --- a/office/keepassxc/README +++ b/office/keepassxc/README @@ -8,6 +8,6 @@ SlackBuild). KeePassXC can be built with keepasshttp support, meaning that it can function as password storage for Mozilla Firefox and Chromium. This may be enabled by -passing XC_HTTP=ON to the script, in which case libmicrohttpd is required. +passing XC_HTTP=ON to the script. Autotype may be disabled by passing XC_AUTOTYPE=OFF. diff --git a/office/keepassxc/doinst.sh b/office/keepassxc/doinst.sh index 9a8ded3c60..aea0f894eb 100644 --- a/office/keepassxc/doinst.sh +++ b/office/keepassxc/doinst.sh @@ -5,3 +5,9 @@ fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi diff --git a/office/keepassxc/keepassxc.SlackBuild b/office/keepassxc/keepassxc.SlackBuild index 28754534fa..85af592df4 100644 --- a/office/keepassxc/keepassxc.SlackBuild +++ b/office/keepassxc/keepassxc.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=keepassxc -VERSION=${VERSION:-2.1.1} +VERSION=${VERSION:-2.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/office/keepassxc/keepassxc.info b/office/keepassxc/keepassxc.info index 65ab7e8c23..ba08c9667a 100644 --- a/office/keepassxc/keepassxc.info +++ b/office/keepassxc/keepassxc.info @@ -1,8 +1,8 @@ PRGNAM="keepassxc" -VERSION="2.1.1" +VERSION="2.1.2" HOMEPAGE="https://github.com/keepassxreboot/keepassxc" -DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.1/keepassxc-2.1.1.tar.gz" -MD5SUM="45292e9adedcd8706b419db63027e224" +DOWNLOAD="https://github.com/keepassxreboot/keepassxc/archive/2.1.2/keepassxc-2.1.2.tar.gz" +MD5SUM="2f2544e164f9c6ec465ca9948d7dc838" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |