about summary refs log tree commit diff
path: root/pkgs/servers/x11
AgeCommit message (Collapse)AuthorFilesLines
2022-01-16Merge #151862: xorg.libxcvt: init at 0.1.1Vladimír Čunát3-1/+18
2021-12-27libxcvt: init at 0.1.1Dr Perceptron3-1/+18
2021-12-22xwayland: 21.1.3 -> 21.1.4R. Ryantm1-2/+2
2021-12-14xorg.xorgserver: apply CVE patchesVladimír Čunát1-0/+19
2021-11-24xorg.xf86videomach64: drop the ancient driverVladimír Čunát2-16/+0
It doesn't seems worth keeping it alive. Broken by commit 0649fcdf2. (I hope I did this right without regenerating.)
2021-11-24xorg.xf86videoqxl: patch build after `bool` renameVladimír Čunát1-0/+10
2021-11-24xorg.xorgserver: apply upstream patchVladimír Čunát1-0/+8
This fixes xorg.xf86videovmware build (channel blocker).
2021-11-11epoxy: rename to libepoxyKerstin Humm2-4/+4
https://github.com/NixOS/nixpkgs/issues/145040
2021-11-10Merge staging-next into staginggithub-actions[bot]1-2/+2
2021-11-10Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-11-09xwayland: 21.1.2 -> 21.1.3Thiago Franco de Moraes1-2/+2
2021-11-05xcb-util-xrm: enable strictDepsArtturin1-2/+3
2021-10-27Merge pull request #141086 from TredwellGit/xorg.xf86inputlibinputSandro2-4/+4
2021-10-27Merge pull request #140475 from TredwellGit/xorg.libXiSandro2-4/+4
2021-10-20Merge master into staging-nextgithub-actions[bot]1-0/+5
2021-10-20xorg.xinit: fix cross-compilingJulien Moutinho1-0/+5
2021-10-10Merge staging-next into staginggithub-actions[bot]2-4/+4
2021-10-10xorg.xev: 1.2.3 -> 1.2.4Sergei Trofimovich2-4/+4
2021-10-09xorg.xf86inputlibinput: 1.1.0 -> 1.2.0TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-September/003110.html
2021-10-04xorg.libXi: 1.7.10 -> 1.8TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-September/003109.html
2021-09-19xorg.xorgproto: 2021.4 -> 2021.5TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-September/003108.html
2021-09-17Merge master into staging-nextgithub-actions[bot]1-11/+11
2021-09-16xorg.xf86*: fix include diroxalica1-11/+11
`installFlags` do not work since .pc files are generated during configure phase. We need to override them with configure flags.
2021-09-09Merge staging-next into staginggithub-actions[bot]1-15/+19
2021-09-06imake: do not skip Linux* vendor definitionsSergei Trofimovich1-15/+19
Initial build failure is onserved on `staging` branch: ``` $ nix-build -A transfig ... make[1]: Entering directory '/build/transfig.3.2.4' Imakefile.c:20:2: Include file Imake.tmpl not found imake: Exit code 1. Stop. ``` This happened after 8675ca0 ("xorg.xorgcffiles: 1.0.6 -> 1.0.7") bump which exposed an old bug in `imake.patch`. `imake.patch` dropped by accident definiton of `LinuxRedHat` enum and changed evaluation of the following code: ``` #if LinuxDistribution == LinuxRedHat ... # define ProjectRoot /usr #endif ``` References to `/usr` were addded in https://gitlab.freedesktop.org/xorg/util/cf/-/commit/d47131ed97ee491bb883c29ec0b106e8d5acfcd3. Before this change `LinuxDistribution == LinuxRedHat` evaluated to true. After this change `LinuxDistribution == LinuxRedHat` evaluates to false. Mechanically I moved `#if 0` right after enum definitions but still before system autodetection. Now `transfig` builds successfully. Closes: https://github.com/NixOS/nixpkgs/issues/135337 Signed-off-by: Sergei Trofimovich <slyich@gmail.com>
2021-09-05Revert "Merge remote-tracking branch 'origin/python-unstable' into staging-next"Martin Weinelt3-15/+7
This reverts commit b041b2e1b25a0ed55d0943030c9da1b5f68ab3c6, reversing changes made to 5b6c2380adb4c4ddb0f87152cef0016333ea5a4d.
2021-08-25xorg.libXft: 2.3.3 -> 2.3.4Alyssa Ross3-7/+15
2021-08-11Merge branch 'staging-next' into stagingJan Tojnar2-4/+4
; Conflicts: ; pkgs/tools/misc/t1utils/default.nix
2021-08-10xorg.xrdb: 1.2.0 -> 1.2.1TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-August/003107.html
2021-08-06Merge branch 'staging-next' into stagingVladimír Čunát4-24/+17
2021-08-05Merge pull request #132491 from TredwellGit/xorg.libXfont2Sandro2-4/+4
xorg.libXfont2: 2.0.4 -> 2.0.5
2021-08-05Merge pull request #127986 from TredwellGit/generate-expr-from-tarballs.plSandro1-6/+3
generate-expr-from-tarballs.pl: use nix-shell as script interpreter
2021-08-05Merge pull request #132485 from TredwellGit/xorg.xorgserverSandro2-4/+4
xorg.xorgserver: 1.20.12 -> 1.20.13
2021-08-04Merge pull request #132489 from TredwellGit/xorg.xwdSandro3-8/+4
2021-08-04Merge pull request #132487 from TredwellGit/xorg.xeyesSandro2-6/+6
xorg.xeyes: 1.1.2 -> 1.2.0
2021-08-04xorg.xorgcffiles: 1.0.6 -> 1.0.7TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-August/003105.html
2021-08-04xorg.libXfont2: 2.0.4 -> 2.0.5TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-August/003103.html
2021-08-04xorg.xf86videoamdgpu: 19.1.0 -> 21.0.0TredwellGit2-4/+4
https://lists.x.org/archives/amd-gfx/2021-July/067146.html
2021-08-03xorg.xwd: 1.0.7 -> 1.0.8TredwellGit3-8/+4
https://lists.x.org/archives/xorg-announce/2021-August/003102.html
2021-08-03xorg.xeyes: 1.1.2 -> 1.2.0TredwellGit2-6/+6
https://lists.x.org/archives/xorg-announce/2021-August/003101.html
2021-08-03xorg.xorgserver: 1.20.12 -> 1.20.13TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-July/003100.html
2021-07-26servers: replace name with pname&versionFelix Buehler1-1/+2
2021-07-15Merge pull request #129812 from TredwellGit/xorg.xorgserverSandro2-4/+4
xorg.xorgserver: 1.20.11 -> 1.20.12
2021-07-14treewide: convert all links git.archlinux.org to github.com/archlinux/svntogit-*Sandro Jäckel1-1/+1
2021-07-13xorgserver: override build OS nameAtemu1-0/+1
2021-07-10xorg.xorgserver: 1.20.11 -> 1.20.12TredwellGit2-4/+4
https://lists.x.org/archives/xorg-announce/2021-July/003098.html
2021-07-09xwayland: 21.1.1 -> 21.1.2Herman Fries1-2/+2
2021-07-03xwayland: support cross-compilationMichael Weiss1-1/+11
2021-06-30xwayland: Fix build option default_font_pathHerman Fries1-1/+1
2021-06-30xwayland: Fix build optionsHerman Fries1-2/+2
Logs https://hydra.nixos.org/build/146088556/nixlog/7 show `WARNING: Unknown options: "default-font-path, xwayland-eglstream"` The option names should contain underscores https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/meson_options.txt#L9