mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: system-config-printer: Update to 1.5.16.
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.16. [#:phases]<patch-Makefile.am>: Rename to ... <patch-build-files>: ... this. Also patch configure.ac [inputs]: Replace intltool with gettext-minimal.
This commit is contained in:
parent
99b41ffcbf
commit
323172875a
1 changed files with 9 additions and 4 deletions
|
@ -2929,7 +2929,7 @@ (define-public shared-mime-info
|
||||||
(define-public system-config-printer
|
(define-public system-config-printer
|
||||||
(package
|
(package
|
||||||
(name "system-config-printer")
|
(name "system-config-printer")
|
||||||
(version "1.5.15")
|
(version "1.5.16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2938,15 +2938,20 @@ (define-public system-config-printer
|
||||||
"download/v" version
|
"download/v" version
|
||||||
"/system-config-printer-" version ".tar.xz"))
|
"/system-config-printer-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12d6xx51vizc476zfnsga9q09nflp51ipn6y7lhi9w2v4772dlpv"))))
|
(base32 "1z9pvgifj5c87csnqz10qybbcayh3ak9m606f63ifkvyjh4q9jnb"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:imported-modules ((guix build python-build-system)
|
`(#:imported-modules ((guix build python-build-system)
|
||||||
,@%glib-or-gtk-build-system-modules)
|
,@%glib-or-gtk-build-system-modules)
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'patch-Makefile.am
|
(add-after 'unpack 'patch-build-files
|
||||||
(lambda _
|
(lambda _
|
||||||
|
(substitute* "configure.ac"
|
||||||
|
(("AC_INIT.*" all)
|
||||||
|
(string-append all "\nAC_CONFIG_MACRO_DIR([m4])\n"))
|
||||||
|
;; XXX: AX macros appear unavailable
|
||||||
|
(("AX_REQUIRE_DEFINED.*") ""))
|
||||||
;; The Makefile generates some scripts, so set a valid shebang
|
;; The Makefile generates some scripts, so set a valid shebang
|
||||||
(substitute* "Makefile.am"
|
(substitute* "Makefile.am"
|
||||||
(("/bin/bash") (which "bash")))
|
(("/bin/bash") (which "bash")))
|
||||||
|
@ -2998,7 +3003,7 @@ (define-public system-config-printer
|
||||||
glib
|
glib
|
||||||
autoconf
|
autoconf
|
||||||
automake
|
automake
|
||||||
intltool
|
gettext-minimal
|
||||||
xmlto
|
xmlto
|
||||||
docbook-xml-4.1.2
|
docbook-xml-4.1.2
|
||||||
docbook-xsl
|
docbook-xsl
|
||||||
|
|
Loading…
Reference in a new issue