system/passwordsafe: Updated for version 1.02BETA.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
rfmae 2017-04-11 01:11:08 +01:00 committed by Willy Sudiarto Raharjo
parent f5b7f2bc8d
commit 971d9e6fb5
3 changed files with 22 additions and 19 deletions

View file

@ -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
}

View file

@ -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

View file

@ -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"