Skip to content

Commit

Permalink
finance/gnucash: Fix packaging when guile3 is being used
Browse files Browse the repository at this point in the history
After commit 7edcfae the guile
version being depended upon can be configured by users via
DEFAULT_VERSIONS.

This patch adapts the plist to this option. [1]

While here, also remove some unneeded dependencies. [2]

PR:		274001 [1]
Reported by:	poudriere [2]
  • Loading branch information
madpilot78 committed Sep 22, 2023
1 parent d31fcc1 commit 9dcd118
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 224 deletions.
8 changes: 2 additions & 6 deletions finance/gnucash/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gnucash
PORTVERSION= 5.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= finance gnome
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION}

Expand All @@ -14,9 +14,6 @@ LICENSE_COMB= dual
BUILD_DEPENDS= googletest>0:devel/googletest \
swig:devel/swig
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgnome-keyring.so:security/libgnome-keyring \
libharfbuzz.so:print/harfbuzz \
libicudata.so:devel/icu \
libsecret-1.so:security/libsecret \
Expand Down Expand Up @@ -71,8 +68,7 @@ OFX_DESC= OFX support
AQBANKING_CMAKE_BOOL= WITH_AQBANKING
AQBANKING_LIB_DEPENDS= libaqbanking.so:finance/aqbanking \
libgwengui-gtk3.so:devel/gwenhywfar-gtk3 \
libgwenhywfar.so:devel/gwenhywfar \
libktoblzcheck.so:finance/ktoblzcheck
libgwenhywfar.so:devel/gwenhywfar
AQBANKING_VARS= GLIB_SCHEMAS+="org.gnucash.GnuCash.dialogs.flicker.gschema.xml \
org.gnucash.GnuCash.dialogs.import.hbci.gschema.xml"

Expand Down

0 comments on commit 9dcd118

Please sign in to comment.