xorg.libXft: 2.3.3 -> 2.3.4
This commit is contained in:
parent
52f1624eb3
commit
a3c3bb0de9
@ -1017,11 +1017,11 @@ lib.makeScope newScope (self: with self; {
|
||||
# THIS IS A GENERATED FILE. DO NOT EDIT!
|
||||
libXft = callPackage ({ stdenv, pkg-config, fetchurl, fontconfig, freetype, libX11, xorgproto, libXrender }: stdenv.mkDerivation {
|
||||
pname = "libXft";
|
||||
version = "2.3.3";
|
||||
version = "2.3.4";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = "mirror://xorg/individual/lib/libXft-2.3.3.tar.bz2";
|
||||
sha256 = "05lja9s54090xwh31r0bqms4v3pimng5xr09g2rdnafx2vk6hp12";
|
||||
url = "mirror://xorg/individual/lib/libXft-2.3.4.tar.bz2";
|
||||
sha256 = "1pdbr6gzfvixc791pjf42i9gg8wvfq6cpq6sdca04h4i42mxmpjp";
|
||||
};
|
||||
hardeningDisable = [ "bindnow" "relro" ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
@ -200,11 +200,19 @@ self: super:
|
||||
++ malloc0ReturnsNullCrossFlag;
|
||||
|
||||
patches = [
|
||||
# Adds color emoji rendering support.
|
||||
# The following three patches add color emoji rendering support.
|
||||
# https://gitlab.freedesktop.org/xorg/lib/libxft/merge_requests/1
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/xorg/lib/libxft/commit/fe41537b5714a2301808eed2d76b2e7631176573.patch";
|
||||
sha256 = "045lp1q50i2wlwvpsq6ycxdc6p3asm2r3bk2nbad1dwkqw2xf9jc";
|
||||
url = "https://gitlab.freedesktop.org/xorg/lib/libxft/commit/723092ece088559f1af299236305911f4ee4d450.patch";
|
||||
sha256 = "1y5s6x5b7n2rqxapdx65zlcz35s7i7075qxkfnj859hx7k5ybx53";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/xorg/lib/libxft/commit/e0fc4ce7e87ab9c4b47e5c8e693f070dfd0d2f7b.patch";
|
||||
sha256 = "1x7cbhdrprrmngyy3l3b45bz6717dzp881687h5hxa4g2bg5c764";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.freedesktop.org/xorg/lib/libxft/commit/d385aa3e5320d18918413df0e8aef3a713a47e0b.patch";
|
||||
sha256 = "1acnks2g88hari2708x93ywa9m2f4lm60yhn9va45151ma2qb5n0";
|
||||
})
|
||||
];
|
||||
|
||||
|
@ -188,7 +188,7 @@ mirror://xorg/individual/lib/libXext-1.3.4.tar.bz2
|
||||
mirror://xorg/individual/lib/libXfixes-6.0.0.tar.bz2
|
||||
mirror://xorg/individual/lib/libXfont-1.5.4.tar.bz2
|
||||
mirror://xorg/individual/lib/libXfont2-2.0.5.tar.bz2
|
||||
mirror://xorg/individual/lib/libXft-2.3.3.tar.bz2
|
||||
mirror://xorg/individual/lib/libXft-2.3.4.tar.bz2
|
||||
mirror://xorg/individual/lib/libXi-1.7.10.tar.bz2
|
||||
mirror://xorg/individual/lib/libXinerama-1.1.4.tar.bz2
|
||||
mirror://xorg/individual/lib/libxkbfile-1.1.0.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user