homebank: can be cross compiled; remove unnecessary rdep.
only_for_archs is not the correct way to skip cross compilation. If you want to forbid cross compilation use "nocross=yes" instead.
This commit is contained in:
parent
ef0bf6c517
commit
8037f82a6c
|
@ -1,13 +1,11 @@
|
|||
# Template file for 'homebank'
|
||||
|
||||
pkgname="homebank"
|
||||
version="5.0.0"
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
only_for_archs="i686 x86_64"
|
||||
hostmakedepends="intltool pkg-config"
|
||||
makedepends="libofx-devel librsvg-devel gtk+3-devel"
|
||||
depends="shared-mime-info perl-XML-Parser hicolor-icon-theme desktop-file-utils"
|
||||
depends="shared-mime-info hicolor-icon-theme desktop-file-utils"
|
||||
short_desc="Free personal finance software"
|
||||
maintainer="Justin Moore <mollusk@homebutter.com>"
|
||||
license="GPL-3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user