nixpkgs/pkgs/tools
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
..
admin lxd: 2.0.0.rc4 -> 2.0.2 2016-06-19 20:21:03 +01:00
archivers zpaqd: 7.07 -> 7.08 2016-06-23 12:37:54 +02:00
audio gvolicon: c04cafb -> 31cf770 2016-06-17 11:46:19 +02:00
backup attic: unbreak "attic mount" by using old llfuse 0.41 2016-06-24 20:16:41 +02:00
bluetooth bluez-tools: fix sha256 hash. 2016-05-21 16:37:40 +02:00
bootloaders/refind use the sourceforge mirrors everywhere 2016-02-28 12:07:42 +00:00
cd-dvd Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
compression zstd: set meta.platforms to unix 2016-06-23 19:30:12 +02:00
filesystems btrfs-progs: 4.6 -> 4.6.1 2016-06-26 02:07:20 +02:00
graphics Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
inputmethods ibus: fix #16292 2016-06-21 20:57:51 +02:00
misc system-config-printer: update hash to really upgrade to 1.5.7 2016-06-28 14:23:49 +02:00
networking haproxy: 1.6.4 -> 1.6.5 2016-06-27 00:11:16 +02:00
package-management gx: add missing meta 2016-06-19 13:45:16 +01:00
security gnupg21: 2.1.12 -> 2.1.13 2016-06-23 00:26:48 -07:00
system Merge pull request #16489 from mimadrid/update/fio-2.12 2016-06-25 13:37:31 +03:00
text mecab: init at 0.996 (#16175) 2016-06-26 22:47:23 +02:00
typesetting Revert "stdenv: introduce baseHash() to replace stripHash()" 2016-06-25 14:25:58 +01:00
video Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
virtualization Captialize meta.description of all packages 2016-06-20 13:55:52 +02:00
X11 xpra: 0.17.0 -> 0.17.3 2016-06-23 19:17:20 +02:00