passwordsafe: update to 0.99BETA

This commit is contained in:
yopito 2016-07-20 20:53:35 +02:00
parent 06cd71a1e3
commit 534e5c623f
3 changed files with 8 additions and 18 deletions

View file

@ -1,10 +0,0 @@
--- CMakeLists.txt.orig 2016-03-05 21:54:02.000000000 +0100
+++ CMakeLists.txt 2016-03-15 13:22:20.858445170 +0100
@@ -25,7 +25,6 @@
if (NOT WIN32)
# TODO - add support for wx build under Windows
- set(wxWidgets_CONFIGURATION mswu)
find_package(wxWidgets COMPONENTS adv base core html net REQUIRED)
include(${wxWidgets_USE_FILE})

View file

@ -1,6 +1,6 @@
--- src/os/linux/dir.cpp.orig 2015-10-09 10:35:00.000000000 +0200
+++ src/os/linux/dir.cpp 2015-11-18 12:40:54.216572503 +0100
@@ -151,10 +151,10 @@
--- src/os/unix/dir.cpp.orig 2016-07-03 20:48:33.000000000 +0200
+++ src/os/unix/dir.cpp 2016-07-20 21:03:49.299919267 +0200
@@ -174,10 +174,10 @@
stringT pws_os::getxmldir(void)
{

View file

@ -1,6 +1,6 @@
# Template file for 'passwordwsafe'
pkgname=passwordsafe
version="0.98.1BETA"
version="0.99BETA"
revision=1
wrksrc="pwsafe-${version}"
build_style=cmake
@ -12,8 +12,8 @@ short_desc="Simple & Secure Password Management"
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
license="Artistic-2.0"
homepage="http://pwsafe.org"
distfiles="https://github.com/pwsafe/pwsafe/releases/download/${version}/pwsafe-${version}-src.tgz"
checksum=d44bd032ac92503b118e59c19d6d8cccae85e4abe3561f72a4ae58bffd33e2a5
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
checksum=d5369fe83e44dc5a3feb850b8bfb91d42a9ca11256470a561dd91c37c952571f
# wxWidgets is nocross
nocross=yes
@ -25,7 +25,7 @@ do_install() {
sed -i -e 's,^\(Exec\|Icon\)=.*,\1=passwordsafe,' ${DESTDIR}/usr/share/applications/passwordsafe.desktop
# Help files
# XXX 0.98BETA: localized help files are useless without locales (see below).
# XXX 0.99BETA: localized help files are useless without locales (see below).
# keep only english help file.
#for f in build/help/help*.zip; do
# vinstall $f 644 usr/share/${pkgname}/help
@ -40,7 +40,7 @@ do_install() {
vman docs/pwsafe.1 passwordsafe.1
# locales
# XXX 0.98BETA: no locales: error messages on loading, can't revert easily.
# XXX 0.99BETA: no locales: error messages on loading, can't revert easily.
#vmkdir usr/share/locale
#vcopy build/src/ui/wxWidgets/I18N/mos/* usr/share/locale
}