From e7a3a76dbba0c9871e39b1f350afeeb00252cabc Mon Sep 17 00:00:00 2001 From: Benjamin Trigona-Harany Date: Fri, 17 Feb 2017 22:14:49 +0000 Subject: office/keepassxc: Updated for version 2.1.2. Signed-off-by: David Spencer --- office/keepassxc/README | 2 +- office/keepassxc/doinst.sh | 6 ++++++ office/keepassxc/keepassxc.SlackBuild | 2 +- office/keepassxc/keepassxc.info | 6 +++--- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'office/keepassxc') 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" -- cgit v1.2.3