From 971d9e6fb580c3de9e90d19da2f76bbe151d97fd Mon Sep 17 00:00:00 2001 From: rfmae Date: Tue, 11 Apr 2017 01:11:08 +0100 Subject: system/passwordsafe: Updated for version 1.02BETA. Signed-off-by: David Spencer --- system/passwordsafe/01_help-xml.patch | 21 ++++++++++++--------- system/passwordsafe/passwordsafe.SlackBuild | 10 +++++----- system/passwordsafe/passwordsafe.info | 10 +++++----- 3 files changed, 22 insertions(+), 19 deletions(-) diff --git a/system/passwordsafe/01_help-xml.patch b/system/passwordsafe/01_help-xml.patch index 3c6721b513f9..5907667d750a 100644 --- a/system/passwordsafe/01_help-xml.patch +++ b/system/passwordsafe/01_help-xml.patch @@ -1,16 +1,19 @@ -diff -Naur pwsafe-1.01BETA.orig/src/os/unix/dir.cpp pwsafe-1.01BETA/src/os/unix/dir.cpp ---- pwsafe-1.01BETA.orig/src/os/unix/dir.cpp 2016-12-21 21:10:25.000000000 +0100 -+++ pwsafe-1.01BETA/src/os/unix/dir.cpp 2017-01-07 04:05:12.837349604 +0100 -@@ -173,10 +173,10 @@ - - stringT pws_os::getxmldir(void) - { +--- pwsafe-1.02BETA.orig/src/os/unix/dir.cpp 2017-04-02 19:48:25.000000000 +0200 ++++ pwsafe-1.02BETA/src/os/unix/dir.cpp 2017-04-10 23:11:49.191186791 +0200 +@@ -176,7 +176,7 @@ + #ifdef __FreeBSD__ + return _S("/usr/local/share/pwsafe/xml/"); + #else - return _S("/usr/share/pwsafe/xml/"); + return _S("/usr/share/passwordsafe/xml/"); + #endif } - stringT pws_os::gethelpdir(void) - { +@@ -185,6 +185,6 @@ + #ifdef __FreeBSD__ + return _S("/usr/local/share/doc/passwordsafe/help/"); + #else - return _S("/usr/share/doc/passwordsafe/help/"); + return _S("/usr/share/passwordsafe/help/"); + #endif } diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild index 9396734f6e7a..480eba646949 100644 --- a/system/passwordsafe/passwordsafe.SlackBuild +++ b/system/passwordsafe/passwordsafe.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=passwordsafe -VERSION=${VERSION:-1.01BETA} +VERSION=${VERSION:-1.02BETA} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=pwsafe @@ -88,12 +88,12 @@ patch -p1 < $CWD/01_help-xml.patch CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" -make clean -make release +make -j1 clean +make -j1 release cd help -make +make -j1 cd ../src/ui/wxWidgets/I18N -make mos +make -j1 mos cd $TMP/$SRCNAM-$VERSION mkdir -p $PKG/usr/bin diff --git a/system/passwordsafe/passwordsafe.info b/system/passwordsafe/passwordsafe.info index 3d99be992d3f..ed0cebd85dce 100644 --- a/system/passwordsafe/passwordsafe.info +++ b/system/passwordsafe/passwordsafe.info @@ -1,10 +1,10 @@ PRGNAM="passwordsafe" -VERSION="1.01BETA" -HOMEPAGE="https://pwsafe.org" -DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.01BETA/pwsafe-1.01BETA.tar.gz" -MD5SUM="6dc65021ca1899c4dc912515be48c43d" +VERSION="1.02BETA" +HOMEPAGE="http://pwsafe.org" +DOWNLOAD="https://github.com/pwsafe/pwsafe/archive/1.02BETA/pwsafe-1.02BETA.tar.gz" +MD5SUM="f7ab4e5acce6bc99e897e5dc1f7fb3a5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ykpers xerces-c wxGTK3 xvkbd" MAINTAINER="rfmae" -EMAIL="rf.mae.git@gmail.com" +EMAIL="rfmae.git@mailbox.org" -- cgit v1.2.3