Fix ordering

This commit is contained in:
Vale
2016-02-17 14:26:37 -05:00
parent c78e400f98
commit 4ceccd41e1
491 changed files with 2610 additions and 2977 deletions

View File

@@ -14,7 +14,6 @@ generator is very customizable, fast and easy to use. Especially someone who \
generates passwords frequently will appreciate this feature.
"
HOMEPAGE="http://www.keepassx.org/"
SOURCE_URI="git+https://github.com/keepassx/keepassx.git#2.0-alpha5"
COPYRIGHT="
2010-2012, Felix Geyer
2011-2012, Florian Geyer
@@ -24,16 +23,18 @@ COPYRIGHT="
2012, Nokia Corporation and/or its subsidiary(-ies)
2000-2008, Tom Sato
"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="git+https://github.com/keepassx/keepassx.git#2.0-alpha5"
PATCHES="keepassx-2.0a5.patchset"
ADDITIONAL_FILES="keepassx.rdef"
ARCHITECTURES="x86"
PROVIDES="
keepassx = $portVersion
app:keepassx = $portVersion
"
REQUIRES="
haiku
lib:libgcrypt
@@ -49,7 +50,6 @@ BUILD_REQUIRES="
devel:libQtCore
devel:libQtGui
"
BUILD_PREREQUIRES="
cmd:cmake
cmd:make
@@ -59,9 +59,6 @@ BUILD_PREREQUIRES="
cmd:xres
"
PATCHES="keepassx-2.0a5.patchset"
ADDITIONAL_FILES="keepassx.rdef"
BUILD()
{
cmake -DCMAKE_INSTALL_PREFIX=$prefix \