me
/
guix
Archived
1
0
Fork 0

gnu: gwenhywfar: Update to 5.10.2.

* gnu/packages/gnucash.scm (gwenhywfar): Update to 5.10.2.
[inputs]: add libxml2.
[arguments]: <configure-flags>: Remove flag that's not recognised
--with-openssl-includes; add --with-libxml2-code, --enable-system-certs
and --disable-binreloc

Change-Id: I4085779e3ed7ecb621dd3d0b5427e92962466033
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Steve George 2024-04-26 13:41:56 +02:00 committed by Ludovic Courtès
parent 7d9ad8f3a6
commit 96a0a7431f
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 31 additions and 31 deletions

View File

@ -242,28 +242,28 @@ to be read using the GNOME Yelp program.")
(license (list license:fdl1.1+ license:gpl3+))))) (license (list license:fdl1.1+ license:gpl3+)))))
(define-public gwenhywfar (define-public gwenhywfar
(let ((attachid "501")) ;; file attachid changes for each version
(package (package
(name "gwenhywfar") (name "gwenhywfar")
(version "5.6.0") (version "5.10.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.aquamaniac.de/rdm/attachments/" (uri (string-append "https://www.aquamaniac.de/rdm/attachments/"
"download/364/gwenhywfar-" version ".tar.gz")) "download/" attachid "/gwenhywfar-" version ".tar.gz"))
(sha256 (sha256
(base32 "1isbj4a7vdgagp3kkvx2pjcjy8lba6kzjr11fmr06aci1694dbsp")))) (base32 "1qd950kilf9bcb51b1daykipanml6bg1h3pj10950r98ah1xm9v0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags
(list "--disable-network-checks" (list "--disable-network-checks"
;; GTK+3, GTK+2 and QT4 are supported. ;; GTK+3, GTK+2 and QT4 are supported.
"--with-guis=gtk3" "--with-guis=gtk3"
(string-append "--with-openssl-includes=" "--enable-system-certs"
(assoc-ref %build-inputs "openssl") "/include") "--with-libxml2-code=yes"
(string-append "--with-openssl-libs=" "--disable-binreloc")))
(assoc-ref %build-inputs "openssl") "/lib"))))
(inputs (inputs
(list libgcrypt gnutls openssl gtk+)) (list libgcrypt gnutls openssl gtk+ libxml2))
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))
(home-page "https://www.aquamaniac.de") (home-page "https://www.aquamaniac.de")
@ -273,7 +273,7 @@ to be read using the GNOME Yelp program.")
applications and libraries. It is used by AqBanking.") applications and libraries. It is used by AqBanking.")
;; The license includes an explicit additional permission to compile and ;; The license includes an explicit additional permission to compile and
;; distribute this library with the OpenSSL Toolkit. ;; distribute this library with the OpenSSL Toolkit.
(license license:lgpl2.1+))) (license license:lgpl2.1+))))
(define-public aqbanking (define-public aqbanking
(package (package