slingamn / system-config-printer

Graphical user interface for CUPS administration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

system-config-printer

Build Status

This is a graphical tool for CUPS administration. It uses IPP to configure a CUPS server.

Build requirements:

  • development packages for:
    • cups
    • gettext
    • glib2
    • libusb
    • python3
    • systemd
  • tools:
    • autoconf
    • autoconf-archives
    • automake
    • desktop-file-install
    • intltool
    • xmlto

Runtime requirements:

  • any desktop notification daemon
  • dbus-x11
  • gobject-introspection
  • gtk3
  • libnotify
  • python3-cairo
  • python3-cups
  • python3-dbus
  • python3-firewall
  • python3-gobject
  • python3-pycurl
  • python3-requests
  • (optional) python3-smbc

How to compile and install:

$ ./bootstrap
$ ./configure
$ make
$ sudo make install

How to uninstall:

$ sudo make uninstall

About

Graphical user interface for CUPS administration

License:GNU General Public License v2.0


Languages

Language:Python 91.6%Language:C 4.1%Language:Shell 2.7%Language:Makefile 0.9%Language:Perl 0.4%Language:M4 0.2%Language:XSLT 0.0%Language:sed 0.0%