nixpkgs-suyu/pkgs
Bjørn Forsman 1f4853f7a9 system-config-printer: update hash to really upgrade to 1.5.7
Commit 03353ce6ff ("system-config-printer: 1.3.12 -> 1 5.7")
forgot to update the hash. So since that commit we actually continued to
use the old version (1.3.12) because of the NixOS tarball cache...

The new version prints some warnings on startup:

  /nix/store/HASH-system-config-printer-1.5.7/share/system-config-printer/system-config-printer.py:32: \
    PyGIWarning: Polkit was imported without specifying a version first. \
    Use gi.require_version('Polkit', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import Polkit

...and similar errors for GdkPixbuf, Gdk, Gtk and Notify. These warnings
are already fixed upstream and will be part of the next release.

Implementation details:
* The new version needs python3.
* Remove unneeded, and python3 incompatible, 'notify' dependency.
  system-config-printer > 1.3.12 replaced it with GOBject introspection
  bindings to libnotify (from gi.repository import Notify).
* Add gtk3, gdk_pixbuf, pango, atk, libnotify as needed (for gobject
  introspection).
* A new --with-udevdir configure option is used to prevent the
  installer from trying to install stuff to "/rules.d" (yes, the root).
* Get pycups from the passed pythonPackages set (fixes loading of
  python cups module).
* Use pygobject3 instead of pygobject, as needed.
* Use dbus from the passed pythonPackages attrset instead of
  pythonDBus, so we get a python3 compatible module that loads
  successfully.
* Python requests2 modules is required.
2016-06-28 14:23:49 +02:00
..
applications cryptoverif: init at 1.22 2016-06-28 04:37:29 +00:00
build-support Revert "stdenv: introduce baseHash() to replace stripHash()" 2016-06-25 14:25:58 +01:00
data Revert "stdenv: introduce baseHash() to replace stripHash()" 2016-06-25 14:25:58 +01:00
desktops Merge pull request #16431 from romildo/upd.efl 2016-06-24 01:04:44 +01:00
development Merge pull request #16553 from cko/typesafe_activator 2016-06-28 10:10:14 +02:00
games Merge pull request #16493 from ikervagyok/mineraft1.10 2016-06-27 16:46:47 +03:00
misc higan: v098 -> v099 2016-06-25 12:20:32 -03:00
os-specific grsecurity: 4.5.7-201606222150 -> 4.5.7-201606262019 2016-06-27 21:42:17 +02:00
servers rmilter: 1.8.4 -> 1.8.5 2016-06-27 00:20:28 +02:00
shells zsh-completions: init at version 0.18.0 (#16512) 2016-06-27 00:39:18 +02:00
stdenv Revert "stdenv: introduce baseHash() to replace stripHash()" 2016-06-25 14:25:58 +01:00
test
tools system-config-printer: update hash to really upgrade to 1.5.7 2016-06-28 14:23:49 +02:00
top-level system-config-printer: update hash to really upgrade to 1.5.7 2016-06-28 14:23:49 +02:00