keepassx: 0.4.3 -> 0.4.4
This commit is contained in:
parent
5b95044d8b
commit
df4f22cb77
@ -11,25 +11,12 @@ drwxr-xr-x root/root usr/share/keepassx/i18n/
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-fi_FI.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-fr_FR.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-gl_ES.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-hu_HU.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-it_IT.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-ja_JP.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-nb_NO.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-nl_NL.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-pl_PL.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-pt_PT.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-ru_RU.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-sk_SK.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-sr_RS.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-tr_TR.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-uk_UA.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/keepassx-zh_CN.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_fi.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_gl_ES.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_hu.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_it.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_nl.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_sr.qm
|
||||
-rw-r--r-- root/root usr/share/keepassx/i18n/qt_tr.qm
|
||||
drwxr-xr-x root/root usr/share/keepassx/icons/
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/alarmclock.png
|
||||
@ -66,17 +53,12 @@ drwxr-xr-x root/root usr/share/keepassx/icons/
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/filesaveas.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/filesavedisabled.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/generator.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/go-home.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/go-next.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/go-previous.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/groupsearch.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/help.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/help_about.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/i18n.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/keepassx.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/keepassx_large.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/keepassx_locked.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/keepassx_small.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/key.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/lock.png
|
||||
-rw-r--r-- root/root usr/share/keepassx/icons/manual.png
|
||||
|
@ -1 +1,2 @@
|
||||
1df67bb22b2e08df49f09e61d156f508 keepassx-0.4.3.tar.gz
|
||||
6022ffe1e2c59fc6f1a47544417bb0b5 keepassx-0.4.4.tar.gz
|
||||
8a9b9406347559a1ff5c97d7096b1813 unistd.patch
|
||||
|
@ -4,13 +4,14 @@
|
||||
# Depends on: qt4
|
||||
|
||||
name=keepassx
|
||||
version=0.4.3
|
||||
version=0.4.4
|
||||
release=1
|
||||
source=(http://prdownloads.sf.net/$name/$name-$version.tar.gz)
|
||||
source=(https://www.keepassx.org/releases/$version/keepassx-$version.tar.gz unistd.patch)
|
||||
|
||||
build () {
|
||||
build() {
|
||||
cd $name-$version
|
||||
sed -i -e '32a#include <unistd.h>' src/lib/random.cpp
|
||||
patch -p1 -i $SRC/unistd.patch
|
||||
|
||||
qmake
|
||||
make
|
||||
make INSTALL_ROOT=$PKG install
|
||||
|
10
keepassx/unistd.patch
Normal file
10
keepassx/unistd.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- keepassx-0.4.3/src/lib/random.cpp.orig 2012-10-21 18:18:01.966589819 +0900
|
||||
+++ keepassx-0.4.3/src/lib/random.cpp 2012-10-21 18:18:25.083594172 +0900
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <QCursor>
|
||||
#include <QDataStream>
|
||||
#include <QTime>
|
||||
+#include <unistd.h>
|
||||
|
||||
void initStdRand();
|
||||
bool getNativeEntropy(quint8* buffer, int length);
|
Loading…
x
Reference in New Issue
Block a user