diff options
author | rfmae <rfmae.git@mailbox.org> | 2017-04-11 01:11:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-13 07:27:50 +0700 |
commit | 971d9e6fb580c3de9e90d19da2f76bbe151d97fd (patch) | |
tree | e40361460eb357d1e2fcf6d07fd13dab70d2836e | |
parent | f5b7f2bc8da0c27d3ddebd9dfe429cccbaf14685 (diff) | |
download | slackbuilds-971d9e6fb580c3de9e90d19da2f76bbe151d97fd.tar.gz |
system/passwordsafe: Updated for version 1.02BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/passwordsafe/01_help-xml.patch | 21 | ||||
-rw-r--r-- | system/passwordsafe/passwordsafe.SlackBuild | 10 | ||||
-rw-r--r-- | 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 3c6721b513..5907667d75 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 9396734f6e..480eba6469 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 3d99be992d..ed0cebd85d 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" |