From 1a7a5309381ac0359e12333f2973cef34bbde914 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 1 Feb 2010 20:28:51 +0100 Subject: [PATCH] keepassx-0.4.1-1-i686 - new package --- source/xapps-extra/keepassx/FrugalBuild | 26 ++++++++++++++++++++++++++ source/xapps-extra/keepassx/qt46.patch | 13 +++++++++++++ 2 files changed, 39 insertions(+), 0 deletions(-) create mode 100644 source/xapps-extra/keepassx/FrugalBuild create mode 100644 source/xapps-extra/keepassx/qt46.patch 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ó +# Contributor: Miklos Vajna + +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(){}; + -- 1.6.5.3