passwordsafe: update to 1.00BETA
This commit is contained in:
parent
eed0fc4d0e
commit
fded479c09
2 changed files with 20 additions and 11 deletions
|
@ -0,0 +1,12 @@
|
||||||
|
--- version.wx.orig 2016-09-22 17:59:47.000000000 +0200
|
||||||
|
+++ version.wx 2016-10-01 22:53:01.699450254 +0200
|
||||||
|
@@ -3,7 +3,7 @@
|
||||||
|
# VER_MAJOR and VER_MINOR are mandatory, all except VER_SPECIAL must
|
||||||
|
# be integers
|
||||||
|
|
||||||
|
-VER_MAJOR = 0
|
||||||
|
-VER_MINOR = 99
|
||||||
|
+VER_MAJOR = 1
|
||||||
|
+VER_MINOR = 00
|
||||||
|
VER_REV = 0
|
||||||
|
VER_SPECIAL = BETA
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'passwordwsafe'
|
# Template file for 'passwordwsafe'
|
||||||
pkgname=passwordsafe
|
pkgname=passwordsafe
|
||||||
version="0.99BETA"
|
version="1.00BETA"
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pwsafe-${version}"
|
wrksrc="pwsafe-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
|
||||||
license="Artistic-2.0"
|
license="Artistic-2.0"
|
||||||
homepage="http://pwsafe.org"
|
homepage="http://pwsafe.org"
|
||||||
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
|
distfiles="https://github.com/pwsafe/pwsafe/archive/${version}.tar.gz>pwsafe-${version}.tar.gz"
|
||||||
checksum=d5369fe83e44dc5a3feb850b8bfb91d42a9ca11256470a561dd91c37c952571f
|
checksum=e01c62be5f9a80910e61b7b39dc834ffab3e6a9946795312b1df487bc5a5f0bc
|
||||||
# wxWidgets is nocross
|
# wxWidgets is nocross
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
@ -25,12 +25,9 @@ do_install() {
|
||||||
sed -i -e 's,^\(Exec\|Icon\)=.*,\1=passwordsafe,' ${DESTDIR}/usr/share/applications/passwordsafe.desktop
|
sed -i -e 's,^\(Exec\|Icon\)=.*,\1=passwordsafe,' ${DESTDIR}/usr/share/applications/passwordsafe.desktop
|
||||||
|
|
||||||
# Help files
|
# Help files
|
||||||
# XXX 0.99BETA: localized help files are useless without locales (see below).
|
for f in build/help/help*.zip; do
|
||||||
# keep only english help file.
|
vinstall $f 644 usr/share/${pkgname}/help
|
||||||
#for f in build/help/help*.zip; do
|
done
|
||||||
# vinstall $f 644 usr/share/${pkgname}/help
|
|
||||||
#done
|
|
||||||
vinstall build/help/helpEN.zip 644 usr/share/passwordsafe/help
|
|
||||||
|
|
||||||
# XML files (format converters)
|
# XML files (format converters)
|
||||||
vcopy xml usr/share/${pkgname}
|
vcopy xml usr/share/${pkgname}
|
||||||
|
@ -40,7 +37,7 @@ do_install() {
|
||||||
vman docs/pwsafe.1 passwordsafe.1
|
vman docs/pwsafe.1 passwordsafe.1
|
||||||
|
|
||||||
# locales
|
# locales
|
||||||
# XXX 0.99BETA: no locales: error messages on loading, can't revert easily.
|
# NB: correspoding locales have to be enabled in /etc/default/libc-locales
|
||||||
#vmkdir usr/share/locale
|
vmkdir usr/share/locale
|
||||||
#vcopy build/src/ui/wxWidgets/I18N/mos/* usr/share/locale
|
vcopy build/src/ui/wxWidgets/I18N/mos/* usr/share/locale
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue