gnucash: add some unversioned shlibs to libgnucash.
This commit is contained in:
parent
4baff2d7ca
commit
68fe773ac2
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnucash'
|
||||
pkgname=gnucash
|
||||
version=2.6.5
|
||||
revision=3
|
||||
revision=4
|
||||
conf_files="
|
||||
/etc/gnucash/config
|
||||
/etc/gnucash/environment"
|
||||
|
@ -20,11 +20,14 @@ short_desc="Financial-accounting software"
|
|||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||
checksum=b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65
|
||||
|
||||
nocross=yes
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
broken="http://build.voidlinux.eu/builders/i686_builder/builds/8362/steps/shell_3/logs/stdio"
|
||||
fi
|
||||
|
||||
libgnucash_package() {
|
||||
shlib_provides="libgncmod-gnome-utils.so libgncmod-app-utils.so libgncmod-engine.so"
|
||||
short_desc+=" - library files"
|
||||
pkg_install() {
|
||||
# gnucash depends on the *.so symlinks to compile guile
|
||||
|
|
Loading…
Reference in a new issue