mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Fix ordering
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user