GNU bug report logs -
#34240
[PATCH 0/5] Gnome printing improvements
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Tue, 29 Jan 2019 11:38:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#34240: [PATCH 0/5] Gnome printing improvements
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 34240 <at> debbugs.gnu.org.
--
34240: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34240
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Ricardo Wurmus <rekado <at> elephly.net> writes:
> Christopher Baines <mail <at> cbaines.net> writes:
>
>> * gnu/packages/gnome.scm (system-config-printer): New variable.
> […]
>> + (arguments
>> + `(#:imported-modules ((guix build python-build-system)
>> + ,@%glib-or-gtk-build-system-modules)
>> + #:phases
>> + (modify-phases %standard-phases
>> + (add-after 'unpack 'patch-Makefile.am
>> + (lambda _
>> + ;; The Makefile generates some scripts, so set a valid shebang
>> + (substitute* "Makefile.am"
>> + (("/bin/bash") (which "bash")))
>> + #t))
> […]
>> + (add-before 'configure 'bootstrap
>> + (lambda _
>> + ;; Run ./bootstrap as otherwise the build fails with
>> + ;; automake-1.15: command not found
>> + (invoke "./bootstrap")
>> + #t))
>
> The build system already provides a “bootstrap” phase, so maybe it would
> be better to delete “configure” in “patch-Makefile.am” to activate the
> bootstrap phase.
>
> Otherwise looks good to me. Thanks!
Great, I've made that change to the system-config-printer phases and
pushed these patches now.
Thanks,
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
These patches work towards allowing easy configuration of printers
within Gnome (and probably other desktop environments).
Previously, the gnome-control-center printer configuration would simply
not work, as I believe it depends on cups-pk-helper and
system-config-printer. With these two things present, it works better,
but I encounter authentication issues.
Christopher Baines (5):
gnu: Add cups-pk-helper.
services: Add cups-pk-helper.
gnu: Add python-pycups.
gnu: Add system-config-printer.
gnu: gnome: Include system-config-printer.
gnu/packages/cups.scm | 52 ++++++++++++++++++++++++
gnu/packages/gnome.scm | 88 ++++++++++++++++++++++++++++++++++++++++
gnu/services/desktop.scm | 17 ++++++++
3 files changed, 157 insertions(+)
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 97 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.