mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
xorg: update a few sub-packages
This commit is contained in:
parent
8f0656c2f7
commit
f0419a0bfc
3 changed files with 16 additions and 16 deletions
|
@ -890,11 +890,11 @@ let
|
||||||
})) // {inherit ;};
|
})) // {inherit ;};
|
||||||
|
|
||||||
libxcb = (stdenv.mkDerivation ((if overrides ? libxcb then overrides.libxcb else x: x) {
|
libxcb = (stdenv.mkDerivation ((if overrides ? libxcb then overrides.libxcb else x: x) {
|
||||||
name = "libxcb-1.9.1";
|
name = "libxcb-1.10";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://xcb.freedesktop.org/dist/libxcb-1.9.1.tar.bz2;
|
url = http://xcb.freedesktop.org/dist/libxcb-1.10.tar.bz2;
|
||||||
sha256 = "0brn7vw66widc5mw7gynwy8dln3gmzym2fqqyzk6k58bxgs5yjnl";
|
sha256 = "1dfmyb1zjx6n0zhr4y40mc1crlmj3bfjjhmn0f30ip9nnq2spncq";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig libxslt libpthreadstubs python libXau xcbproto libXdmcp ];
|
buildInputs = [pkgconfig libxslt libpthreadstubs python libXau xcbproto libXdmcp ];
|
||||||
})) // {inherit libxslt libpthreadstubs python libXau xcbproto libXdmcp ;};
|
})) // {inherit libxslt libpthreadstubs python libXau xcbproto libXdmcp ;};
|
||||||
|
@ -1130,11 +1130,11 @@ let
|
||||||
})) // {inherit ;};
|
})) // {inherit ;};
|
||||||
|
|
||||||
xcbproto = (stdenv.mkDerivation ((if overrides ? xcbproto then overrides.xcbproto else x: x) {
|
xcbproto = (stdenv.mkDerivation ((if overrides ? xcbproto then overrides.xcbproto else x: x) {
|
||||||
name = "xcb-proto-1.8";
|
name = "xcb-proto-1.10";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://xcb.freedesktop.org/dist/xcb-proto-1.8.tar.bz2;
|
url = http://xcb.freedesktop.org/dist/xcb-proto-1.10.tar.bz2;
|
||||||
sha256 = "1c11652h9sjynw3scm1pn5z3a6ci888pq7hij8q5n8qrl33icg93";
|
sha256 = "01dgp802i4ic9wkmpa7g1wm50pp547d3b96jjz2hnxavhpfhvx3y";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig python ];
|
buildInputs = [pkgconfig python ];
|
||||||
})) // {inherit python ;};
|
})) // {inherit python ;};
|
||||||
|
@ -1280,11 +1280,11 @@ let
|
||||||
})) // {inherit libX11 xproto libXrandr ;};
|
})) // {inherit libX11 xproto libXrandr ;};
|
||||||
|
|
||||||
xextproto = (stdenv.mkDerivation ((if overrides ? xextproto then overrides.xextproto else x: x) {
|
xextproto = (stdenv.mkDerivation ((if overrides ? xextproto then overrides.xextproto else x: x) {
|
||||||
name = "xextproto-7.2.1";
|
name = "xextproto-7.3.0";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/X11R7.7/src/everything/xextproto-7.2.1.tar.bz2;
|
url = mirror://xorg/individual/proto/xextproto-7.3.0.tar.bz2;
|
||||||
sha256 = "06kdanbnprxvgl56l5h0lqj4b0f1fbb1ndha33mv5wvy802v2lvw";
|
sha256 = "1c2vma9gqgc2v06rfxdiqgwhxmzk2cbmknwf1ng3m76vr0xb5x7k";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig ];
|
buildInputs = [pkgconfig ];
|
||||||
})) // {inherit ;};
|
})) // {inherit ;};
|
||||||
|
@ -1370,11 +1370,11 @@ let
|
||||||
})) // {inherit inputproto xorgserver xproto ;};
|
})) // {inherit inputproto xorgserver xproto ;};
|
||||||
|
|
||||||
xf86inputsynaptics = (stdenv.mkDerivation ((if overrides ? xf86inputsynaptics then overrides.xf86inputsynaptics else x: x) {
|
xf86inputsynaptics = (stdenv.mkDerivation ((if overrides ? xf86inputsynaptics then overrides.xf86inputsynaptics else x: x) {
|
||||||
name = "xf86-input-synaptics-1.7.1";
|
name = "xf86-input-synaptics-1.7.2";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://xorg/individual/driver/xf86-input-synaptics-1.7.1.tar.bz2;
|
url = mirror://xorg/individual/driver/xf86-input-synaptics-1.7.2.tar.bz2;
|
||||||
sha256 = "13mmpcwp1d69w6c458a4fdqgwl24bpvrnq3zd6833chz1rk2an6v";
|
sha256 = "1kbx59zhk3kky0hkklsl8n2lm269am8k5xjpikpn51hdbyjpz5b3";
|
||||||
};
|
};
|
||||||
buildInputs = [pkgconfig inputproto randrproto recordproto libX11 libXi xorgserver xproto libXtst ];
|
buildInputs = [pkgconfig inputproto randrproto recordproto libX11 libXi xorgserver xproto libXtst ];
|
||||||
})) // {inherit inputproto randrproto recordproto libX11 libXi xorgserver xproto libXtst ;};
|
})) // {inherit inputproto randrproto recordproto libX11 libXi xorgserver xproto libXtst ;};
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.bz2
|
http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.bz2
|
||||||
http://xcb.freedesktop.org/dist/libxcb-1.9.1.tar.bz2
|
http://xcb.freedesktop.org/dist/libxcb-1.10.tar.bz2
|
||||||
http://xcb.freedesktop.org/dist/xcb-proto-1.8.tar.bz2
|
http://xcb.freedesktop.org/dist/xcb-proto-1.10.tar.bz2
|
||||||
http://xcb.freedesktop.org/dist/xcb-util-0.3.9.tar.bz2
|
http://xcb.freedesktop.org/dist/xcb-util-0.3.9.tar.bz2
|
||||||
http://xcb.freedesktop.org/dist/xcb-util-image-0.3.9.tar.bz2
|
http://xcb.freedesktop.org/dist/xcb-util-image-0.3.9.tar.bz2
|
||||||
http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.3.9.tar.bz2
|
http://xcb.freedesktop.org/dist/xcb-util-keysyms-0.3.9.tar.bz2
|
||||||
|
|
|
@ -108,7 +108,7 @@ mirror://xorg/X11R7.7/src/everything/xcursor-themes-1.0.3.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xdpyinfo-1.3.0.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xdpyinfo-1.3.0.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xdriinfo-1.0.4.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xdriinfo-1.0.4.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xev-1.2.0.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xev-1.2.0.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xextproto-7.2.1.tar.bz2
|
mirror://xorg/individual/proto/xextproto-7.3.0.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xf86bigfontproto-1.2.0.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xf86bigfontproto-1.2.0.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xf86dgaproto-2.1.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xf86dgaproto-2.1.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xf86driproto-2.1.1.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xf86driproto-2.1.1.tar.bz2
|
||||||
|
@ -116,7 +116,7 @@ mirror://xorg/individual/driver/xf86-input-evdev-2.7.3.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-input-joystick-1.6.2.tar.bz2
|
mirror://xorg/individual/driver/xf86-input-joystick-1.6.2.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xf86-input-keyboard-1.6.1.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xf86-input-keyboard-1.6.1.tar.bz2
|
||||||
mirror://xorg/X11R7.7/src/everything/xf86-input-mouse-1.7.2.tar.bz2
|
mirror://xorg/X11R7.7/src/everything/xf86-input-mouse-1.7.2.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-input-synaptics-1.7.1.tar.bz2
|
mirror://xorg/individual/driver/xf86-input-synaptics-1.7.2.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-input-vmmouse-13.0.0.tar.bz2
|
mirror://xorg/individual/driver/xf86-input-vmmouse-13.0.0.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-input-void-1.4.0.tar.bz2
|
mirror://xorg/individual/driver/xf86-input-void-1.4.0.tar.bz2
|
||||||
mirror://xorg/individual/driver/xf86-video-ark-0.7.5.tar.bz2
|
mirror://xorg/individual/driver/xf86-video-ark-0.7.5.tar.bz2
|
||||||
|
|
Loading…
Reference in a new issue