all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ng0 <ng0@libertad.pw>
To: guix-devel@gnu.org
Subject: [PATCH] gnu: hplip: Add qt5 gui.
Date: Thu, 29 Dec 2016 11:50:08 +0000	[thread overview]
Message-ID: <20161229115008.19266-2-ng0@libertad.pw> (raw)
In-Reply-To: <20161229115008.19266-1-ng0@libertad.pw>

* gnu/packages/cups.scm (hplip): Add gui.
[arguments](configure-flags): Add "--enable-gui-build", "--disable-qt3",
"--disable-qt4", "--enable-qt5", "--enable-dbus-build".
[inputs]: Add python-pyqt, python-pygobject and python-sip.
---
 gnu/packages/cups.scm | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/cups.scm b/gnu/packages/cups.scm
index baa77f7aa..7069d6b66 100644
--- a/gnu/packages/cups.scm
+++ b/gnu/packages/cups.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
+;;; Copyright © 2016 ng0 <ng0@libertad.pw>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -38,7 +39,8 @@
   #:use-module (gnu packages glib)
   #:use-module (gnu packages pdf)
   #:use-module (gnu packages pkg-config)
-  #:use-module (gnu packages tls))
+  #:use-module (gnu packages tls)
+  #:use-module (gnu packages qt))
 
 ;; Delay to avoid module circularity problems.
 (define ghostscript/cups
@@ -346,6 +348,11 @@ device-specific programs to convert and print many types of files.")
          "--enable-new-hpcups"
          "--enable-cups_ppd_install"
          "--enable-cups_drv_install"
+         "--enable-gui-build"
+         "--disable-qt3"
+         "--disable-qt4"
+         "--enable-qt5"
+         "--enable-dbus-build"
          ;; TODO add foomatic drv install eventually.
          ;; TODO --enable-policykit eventually.
          ,(string-append "--with-cupsfilterdir="
@@ -420,6 +427,9 @@ device-specific programs to convert and print many types of files.")
               ("dbus" ,dbus)
               ("python-wrapper" ,python-wrapper)
               ("python" ,python)
+              ("python-pyqt" ,python-pyqt)
+              ("python-pygobject" ,python-pygobject)
+              ("python-sip" ,python-sip)
               ;; TODO: Make hp-setup find python-dbus.
               ("python-dbus" ,python-dbus)))
     (native-inputs `(("pkg-config" ,pkg-config)))))
-- 
2.11.0

  reply	other threads:[~2016-12-29 11:49 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29 11:50 hplip: Add qt5 gui ng0
2016-12-29 11:50 ` ng0 [this message]
2016-12-29 11:56   ` [PATCH] gnu: " Danny Milosavljevic
2016-12-29 12:29     ` ng0
2016-12-29 13:27 ` ng0
2016-12-29 14:05   ` hplip: Add qt5 gui, try to fix policykit support ng0
2016-12-29 14:05     ` [PATCH 1/2] gnu: hplip: Add qt5 gui ng0
2017-01-02 21:04       ` Ludovic Courtès
2016-12-29 14:05     ` [PATCH 2/2] gnu: hplip: Add policykit support ng0
2017-01-15 21:56     ` hplip: Add qt5 gui, try to fix " Andy Patterson
2017-01-15 23:47       ` ng0
2017-01-16  9:58       ` CUPS and HP printers Ludovic Courtès
2017-01-24  1:27         ` ng0
2017-01-27 23:14           ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161229115008.19266-2-ng0@libertad.pw \
    --to=ng0@libertad.pw \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.