Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=4d0e3b09c6978e0cc95acc13b74960b56accf3f8

commit 4d0e3b09c6978e0cc95acc13b74960b56accf3f8
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Feb 1 20:28:51 2010 +0100

keepassx-0.4.1-1-i686

- new package

diff --git a/source/xapps-extra/keepassx/FrugalBuild 
b/source/xapps-extra/keepassx/FrugalBuild
new file mode 100644
index 0000000..8515aad
--- /dev/null
+++ b/source/xapps-extra/keepassx/FrugalBuild
@@ -0,0 +1,26 @@
+# Compiling Time: 666 SBU
+# Maintainer: CSÉCSY László <boo...@frugalware.org>
+# Contributor: Miklos Vajna <vmik...@frugalware.org>
+
+pkgname=keepassx
+pkgver=0.4.1
+pkgrel=1
+pkgdesc="An application for people with extremly high demands on secure 
personal data management"
+depends=('libxtst' 'libqtxml' 'libqtgui')
+groups=('xapps-extra')
+archs=('i686')
+Finclude sourceforge
+source=($source qt46.patch)
+sha1sums=('f30ba9775965018aea8b7b149e6d0c9d4c617e69' \
+          'a4cf7c9fd4aa4d263a777ad50a6b06f80ecd14e5')
+
+build()
+{
+        unset MAKEFLAGS
+        Fpatchall
+        qmake || Fdie
+       Fmake
+        Fmakeinstall INSTALL_ROOT=$Fdestdir
+}
+
+# optimization OK
diff --git a/source/xapps-extra/keepassx/qt46.patch 
b/source/xapps-extra/keepassx/qt46.patch
new file mode 100644
index 0000000..870717d
--- /dev/null
+++ b/source/xapps-extra/keepassx/qt46.patch
@@ -0,0 +1,13 @@
+From 
http://keepassx.svn.sourceforge.net/viewvc/keepassx/trunk/src/Database.h?view=patch&r1=350&r2=349&pathrev=350
+
+--- trunk/src/Database.h       2009/12/12 23:06:47     349
++++ trunk/src/Database.h       2009/12/12 23:28:46     350
+@@ -233,7 +233,7 @@
+ /*!
+ This is the common base interface for databases. Every database class must 
implement this interface necessarily.
+ */
+-class IDatabase:public QObject{
++class IDatabase{
+ public:
+       virtual ~IDatabase(){};
+
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to