gnucash: update to 2.6.3, restructure packages
This commit is contained in:
parent
c19a070f29
commit
090ec92d5f
4 changed files with 30 additions and 12 deletions
|
@ -1523,14 +1523,17 @@ libfreerdp-utils.so.1.0 libfreerdp-1.0.2_2
|
||||||
libfreerdp-codec.so.1.0 libfreerdp-1.0.2_2
|
libfreerdp-codec.so.1.0 libfreerdp-1.0.2_2
|
||||||
libfreerdp-gdi.so.1.0 libfreerdp-1.0.2_2
|
libfreerdp-gdi.so.1.0 libfreerdp-1.0.2_2
|
||||||
libfreerdp-cache.so.1.0 libfreerdp-1.0.2_2
|
libfreerdp-cache.so.1.0 libfreerdp-1.0.2_2
|
||||||
libgnc-gnome.so.0 gnucash-2.6.2_2
|
libgnc-gnome.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-business-ledger.so.0 gnucash-2.6.2_2
|
libgnc-business-ledger.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-backend-xml-utils.so.0 gnucash-2.6.2_2
|
libgnc-backend-xml-utils.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-backend-sql.so.0 gnucash-2.6.2_2
|
libgnc-backend-sql.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-module.so.0 gnucash-2.6.2_2
|
libgnc-module.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-qof.so.1 gnucash-2.6.2_2
|
libgnc-qof.so.1 libgnucash-2.6.3_1
|
||||||
libgnc-core-utils-python.so.0 gnucash-2.6.2_2
|
libgnc-core-utils-python.so.0 libgnucash-2.6.3_1
|
||||||
libgnc-core-utils.so.0 gnucash-2.6.2_2
|
libgnc-core-utils.so.0 libgnucash-2.6.3_1
|
||||||
|
libgncmod-app-utils.so libgnucash-2.6.3_1
|
||||||
|
libgncmod-engine.so libgnucash-2.6.3_1
|
||||||
|
libgncmod-gnome-utils.so libgnucash-2.6.3_1
|
||||||
libcppunit-1.12.so.1 libcppunit-1.12.1_1
|
libcppunit-1.12.so.1 libcppunit-1.12.1_1
|
||||||
libOgreMain.so.1.9.0 libogre-1.9.0_1
|
libOgreMain.so.1.9.0 libogre-1.9.0_1
|
||||||
libOgrePaging.so.1.9.0 libogre-1.9.0_1
|
libOgrePaging.so.1.9.0 libogre-1.9.0_1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gnucash'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=2.6.2
|
version=2.6.3
|
||||||
revision=3
|
revision=1
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gnucash/config
|
/etc/gnucash/config
|
||||||
/etc/gnucash/environment"
|
/etc/gnucash/environment"
|
||||||
|
@ -18,10 +18,24 @@ 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=c920461b1c152f035672f431f33867534ddfac0efbb15fa7535b8c11a5be0e4d
|
checksum=02104c1d6a563d1209e2116dcca7fa9e28445b0e3335bedbcae85c834b17d93f
|
||||||
|
|
||||||
gnucash-devel_package() {
|
libgnucash_package() {
|
||||||
|
short_desc+=" - library files"
|
||||||
|
replaces="gnucash<2.6.3"
|
||||||
|
pkg_install() {
|
||||||
|
# gnucash depends on the *.so symlinks to compile guile
|
||||||
|
# modules on demand.
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/*.so.*
|
||||||
|
vmove usr/lib/gnucash
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
libgnucash-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
replaces="gnucash-devel>0"
|
||||||
|
depends="libgnucash>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
}
|
}
|
||||||
|
|
1
srcpkgs/libgnucash-devel
Symbolic link
1
srcpkgs/libgnucash-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
gnucash
|
Loading…
Reference in a new issue