mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'gnucash'
|
||||||
pkgname=gnucash
|
pkgname=gnucash
|
||||||
version=2.6.5
|
version=2.6.5
|
||||||
revision=3
|
revision=4
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/gnucash/config
|
/etc/gnucash/config
|
||||||
/etc/gnucash/environment"
|
/etc/gnucash/environment"
|
||||||
|
@ -20,11 +20,14 @@ short_desc="Financial-accounting software"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65
|
checksum=b1b1a943a322e7bf7afb0c2202f491560d4734a2036438bf9820378c34203d65
|
||||||
|
|
||||||
|
nocross=yes
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
broken="http://build.voidlinux.eu/builders/i686_builder/builds/8362/steps/shell_3/logs/stdio"
|
broken="http://build.voidlinux.eu/builders/i686_builder/builds/8362/steps/shell_3/logs/stdio"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libgnucash_package() {
|
libgnucash_package() {
|
||||||
|
shlib_provides="libgncmod-gnome-utils.so libgncmod-app-utils.so libgncmod-engine.so"
|
||||||
short_desc+=" - library files"
|
short_desc+=" - library files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
# gnucash depends on the *.so symlinks to compile guile
|
# gnucash depends on the *.so symlinks to compile guile
|
||||||
|
|
Loading…
Add table
Reference in a new issue