gnucash: update to 2.6.4; add dconf rdep (close #573).
This commit is contained in:
parent
51f58febe1
commit
b9ec5ff403
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gnucash'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=2.6.3
|
version=2.6.4
|
||||||
revision=1
|
revision=1
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gnucash/config
|
/etc/gnucash/config
|
||||||
|
@ -10,7 +10,7 @@ makedepends="
|
||||||
gmp-devel gtk+-devel libxml2-devel libxslt-devel libgnomecanvas-devel
|
gmp-devel gtk+-devel libxml2-devel libxslt-devel libgnomecanvas-devel
|
||||||
goffice0.8-devel libgsf-devel GConf-devel webkit-gtk-devel gc-devel guile-devel
|
goffice0.8-devel libgsf-devel GConf-devel webkit-gtk-devel gc-devel guile-devel
|
||||||
aqbanking-devel aqbanking libofx-devel gwenhywfar-devel gwenhywfar-gtk python-devel"
|
aqbanking-devel aqbanking libofx-devel gwenhywfar-devel gwenhywfar-gtk python-devel"
|
||||||
depends="guile"
|
depends="guile dconf"
|
||||||
build_style="gnu-configure"
|
build_style="gnu-configure"
|
||||||
configure_args="--disable-dbi --enable-aqbanking --enable-python"
|
configure_args="--disable-dbi --enable-aqbanking --enable-python"
|
||||||
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
maintainer="Philipp Hirsch <itself@hanspolo.net>"
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-3"
|
||||||
homepage="http://www.gnucash.org/"
|
homepage="http://www.gnucash.org/"
|
||||||
short_desc="Financial-accounting software"
|
short_desc="Financial-accounting software"
|
||||||
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=02104c1d6a563d1209e2116dcca7fa9e28445b0e3335bedbcae85c834b17d93f
|
checksum=0320e4c62a741795648929fd211aca7e816d22b48bc7c54226c99b02c56e34bc
|
||||||
|
|
||||||
libgnucash_package() {
|
libgnucash_package() {
|
||||||
short_desc+=" - library files"
|
short_desc+=" - library files"
|
||||||
|
@ -31,7 +31,6 @@ libgnucash_package() {
|
||||||
vmove usr/lib/gnucash
|
vmove usr/lib/gnucash
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
libgnucash-devel_package() {
|
libgnucash-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
replaces="gnucash-devel>0"
|
replaces="gnucash-devel>0"
|
||||||
|
|
Loading…
Reference in a new issue