mbox series

[bug#70220,go-team,0/2] Add ipp-usb package.

Message ID cover.1712345544.git.herman@rimm.ee
Headers show
Series Add ipp-usb package. | expand

Message

Herman Rimm April 5, 2024, 7:33 p.m. UTC
Hello,

I will try create a service for ipp-usb later, for now it works fine
starting it as root in debug mode on the terminal. By the way, should
the ipp-usb package be in gnu/packages/cups.scm? Both are developed by
OpenPrinting.

Cheers,
Herman

Herman Rimm (2):
  gnu: Add go-github-com-openprinting-goipp.
  gnu: Add ipp-usb.

 gnu/packages/golang-xyz.scm | 22 ++++++++++++++++++++++
 gnu/packages/printers.scm   | 31 +++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+)


base-commit: 106bdb0c43574b4bacc400d971bfaf1028d98fdf

Comments

Sharlatan Hellseher April 12, 2024, 4:07 p.m. UTC | #1
Hi,

Thank you for the patches.

I've pushed them as 06a67644dc..45d2ee1bde to master with some
modifications applied:

- modifications [2/2]
  - [X] [PATCH go-team 1/2] gnu: Add go-github-com-openprinting-goipp.
    - Minor style layout
    - Add copyright header to golang-xyz.scm file
  - [X] [PATCH go-team 2/2] gnu: Add ipp-usb.
    - Minor style layout
    - Place go-github-com-openprinting-goipp to native inputs, no need
      to be available after installation.
    - Do not install sources, it's a final executable and not a Golang
      library
    - Add copyright header to printers.scm file
    - Placed TODO to install manpages and udev rules

--
Oleg