I made this update hoping that it would fix the build errors with CUPS 1.5.x,
but unfortunately the new version still fails to compile:
gnome-print-cups-transport.c:59:2: error: expected specifier-qualifier-list before 'FILE'
gnome-print-cups-transport.c: In function 'gp_transport_cups_init':
gnome-print-cups-transport.c:128:11: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c: In function 'gp_transport_cups_finalize':
gnome-print-cups-transport.c:140:15: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c: In function 'gp_transport_cups_open':
gnome-print-cups-transport.c:194:11: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c:196:15: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c: In function 'gp_transport_cups_close':
gnome-print-cups-transport.c:238:2: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c:241:23: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c:245:11: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c: In function 'gp_transport_cups_write':
gnome-print-cups-transport.c:270:2: error: 'GPTransportCups' has no member named 'file'
gnome-print-cups-transport.c:276:13: warning: incompatible implicit declaration of built-in function 'fwrite'
gnome-print-cups-transport.c:276:57: error: 'GPTransportCups' has no member named 'file'
make[4]: *** [gnome-print-cups-transport.lo] Error 1
I commit the update anyway, because (a) I feel that having the latest version
probably can't hurt and (b) the old expression had an incorrect name attribute,
which is now fixed.
svn path=/nixpkgs/trunk/; revision=29281
1) It broke the Gwenview build (it ended up depending on the
wrapper).
2) It's confusing to have two identically named packages.
3) If upstream's kde_baseapps doesn't include Konsole and Kate, then
why should ours?
svn path=/nixpkgs/trunk/; revision=29206
Mark virtuoso as a runtime dependency of kdebase-runtime.
The propagatedUserEnvPackages is not used by buildEnv, but I'm going to let it
use this property (instead of/in addition to)
$prefix/nix-support/propagated-user-env-packages.
svn path=/nixpkgs/trunk/; revision=29162
(through udisks) in Xfce. Libgdu is part of gnome-disk-utility,
which would pull in lots of Gnome dependencies, so some hackery is
necessary to build only the useful part.
svn path=/nixpkgs/trunk/; revision=29054
List of changes:
* All individual packages moved to the top-level kde47 namespace.
* Utility functions moved back to kde-package/default.nix
nix-env will not find kde-4.7 modules unless you add something like
'kde4 = pkgs.recurseIntoAttrs pkgs.kde47;' to your packageOverrides.
This is done because kde-4.7.0 on NixOS is not ready yet.
svn path=/nixpkgs/trunk/; revision=28693