Commit Graph

500 Commits

Author SHA1 Message Date
Will Dietz 58c11983a1
Merge pull request #68075 from dtzWill/update/setxkbmap-1.3.2
setxkbmap: 1.3.1 -> 1.3.2
2019-10-07 18:18:33 -05:00
Will Dietz f5692937ce
setxkbmap: 1.3.1 -> 1.3.2
https://lists.x.org/archives/xorg-announce/2019-July/003007.html
2019-10-07 18:14:00 -05:00
Will Dietz c63dba2025
xorg.libXfont2: 2.0.3 -> 2.0.4
https://lists.x.org/archives/xorg-announce/2019-September/003022.html
2019-09-16 10:02:41 -05:00
Will Dietz 3263254cfb xorg.xinput: 1.6.2 -> 1.6.3
https://lists.x.org/archives/xorg-announce/2019-July/003013.html
2019-09-06 22:00:33 +02:00
Will Dietz ae5df9705c libXi: 1.7.9 -> 1.7.10 2019-09-06 19:35:32 +02:00
Will Dietz 8d3d7ce3e5 libX11: 1.6.7 -> 1.6.8 2019-09-06 19:34:52 +02:00
Will Dietz 10f023e306
Merge pull request #68070 from dtzWill/update/sessreg-1.1.2
sessreg: 1.1.1 -> 1.1.2
2019-09-04 21:05:41 -05:00
Will Dietz cdb4ee8078
encodings: 1.0.4 -> 1.0.5 2019-09-03 20:00:36 -05:00
Will Dietz 86a112585a
sessreg: 1.1.1 -> 1.1.2 2019-09-03 19:54:41 -05:00
Will Dietz 29c120c065
Merge pull request #66973 from dtzWill/update/xauth-1.1
xauth: 1.0.10 -> 1.1
2019-09-03 18:25:06 -05:00
Will Dietz 1343b61796 xorg.libpciaccess: 0.14 -> 0.16
https://lists.x.org/archives/xorg-announce/2019-July/003014.html
2019-08-31 12:36:53 +02:00
Robin Gloster 279bd6fcd9
xorg.xf86videosis: 0.10.9 -> 0.11.0
fixes build
2019-08-26 22:12:43 +02:00
Will Dietz edd3e17785
xauth: 1.0.10 -> 1.1
https://lists.x.org/archives/xorg-announce/2019-July/003005.html
2019-08-19 16:33:59 -05:00
Daniel Schaefer e3329f9e85 xorg.libXTrap: init at 1.0.1
Fixes build of xorg.xtrap
2019-08-02 18:49:45 +02:00
Will Dietz 97d1f95d9d xorg.xkeyboardconfig: 2.24 -> 2.27
https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/tags/xkeyboard-config-2.27
2019-07-03 08:52:51 +02:00
Matthew Bauer 4d6f65b81f
Merge pull request #62167 from matthewbauer/alias-libgl
Add libGL* aliases
2019-06-17 15:18:29 -04:00
Matthew Bauer 263f5891b6 treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesa
Just use mesa for these to be more clear. Move these to aliases.nix
2019-06-17 14:43:18 -04:00
Will Dietz 813799a6cb
xorg.xcalc: 1.0.7 -> 1.1.0
xcalc: ensure "app-defaults" resources are installed+found, works now
2019-06-12 00:00:10 -05:00
Will Dietz 962d49aec8
xorg.xorgserver: 1.20.4 -> 1.20.5
https://lists.x.org/archives/xorg-announce/2019-May/002993.html
2019-06-04 01:03:39 -05:00
Robin Gloster 4a246cea28
xorg.*: fix cross m4 handling 2019-05-07 18:14:12 +02:00
Will Dietz 16d5cb1b00 xcompmgr: 1.1.7 -> 1.1.8
https://lists.x.org/archives/xorg-announce/2019-March/002989.html
2019-03-24 21:37:28 -05:00
Will Dietz c489789f61 xorg.mkfontscale: 1.2.0 -> 1.2.1
https://lists.x.org/archives/xorg-announce/2019-March/002988.html
2019-03-21 06:50:18 -05:00
Will Dietz 84fb329ec1 xorg.xf86video{ati,amdgpu}: 19.0.0 -> 19.0.1
https://lists.x.org/archives/xorg-announce/2019-March/002986.html
https://lists.x.org/archives/xorg-announce/2019-March/002987.html
2019-03-19 20:20:31 -05:00
Will Dietz 8d31888648 xorg: simplify overrides now handled automatically, GL -> libGL 2019-03-18 23:45:42 -05:00
Will Dietz 108ab954ed xorg: font utilities should be nativeBuildInputs
They provide programs executed by the builder.
2019-03-18 23:45:42 -05:00
Will Dietz 9e39ab6753 generate-expr-from-tarballs.pl: more detection, detect gettext usage 2019-03-18 23:45:42 -05:00
Will Dietz 29f4526a5a xorg: detect deps on libxkbfile from ${XKBMODULE} 2019-03-18 23:45:42 -05:00
Will Dietz 061f6562f0 xorg/default.nix: regen! 2019-03-18 23:45:42 -05:00
Will Dietz 542908cc35 xorg: batch of updates, bump luit
Announcements with details of changes
can be found on the mailing list,
and since IIRC these are all from
this month they all are listed here:

https://lists.x.org/archives/xorg-announce/2019-March/thread.html

-----

Grab luit from mirror because our fetcher's
default behavior doesn't get along with
invisible-island's FTP server apparently (?).

Or perhaps server is problematic, not sure.

Example URL:
ftp://ftp.invisible-island.net/luit/luit-20190106.tgz
* Using curl or wget:
  "Server denied you to change to the given directory"
  (or so)
* Using curl with `--ftp-mode nocwd`: success

curl's manpage suggests this is less-compliant behavior
used for speed, offering a third option that's more
likely to work but not quite as fast.
So it seems like the more compliant behavior is
rejected but the fast behavior is accepted.
Dunno, hopefully it'll be on a content-addressed
server soon enough so it doesn't matter as much :).

Hash used here matches manually-fetched from official URL
as well as from the mirror.
2019-03-17 00:39:31 -05:00
Frederik Rietdijk 5d7ab31949 Merge master into staging-next 2019-03-05 08:32:52 +01:00
Will Dietz 6e3582c9fd xinit: 1.4.0 -> 1.4.1 (#56800)
https://lists.x.org/archives/xorg-announce/2019-March/002962.html
2019-03-04 13:34:46 +01:00
Will Dietz 9809a541b2 xdm: 1.1.11 -> 1.1.12 (#56755)
https://lists.x.org/archives/xorg-announce/2019-March/002959.html
2019-03-04 13:09:29 +01:00
Frederik Rietdijk 205e0fc5bd Merge staging-next into staging 2019-03-01 09:22:21 +01:00
Frederik Rietdijk 2fcb11a244 Merge staging-next into master 2019-03-01 09:06:20 +01:00
Will Dietz c971e88fdc xorgserver: 1.20.3 -> 1.20.4
https://lists.x.org/archives/xorg-announce/2019-February/002957.html
2019-02-27 12:56:50 -06:00
Lengyel Balazs dffba878e1 xorg/xstdcmap: init at 1.0.4
(cherry picked from commit 6a316df98800e41954fd820e87da8752d5fc48cb)
2019-02-24 12:39:26 +01:00
Lengyel Balazs ed508238be xorg/xfsinfo: init at 1.0.6
(cherry picked from commit 4553b42de4b28af1a677182e271b138816ed4a6b)
2019-02-24 12:38:21 +01:00
Will Dietz e961a40012 xorg: misc updates
Announcements for each are on xorg-announce@,
see:
https://lists.x.org/archives/xorg-announce/2019-February/thread.html
2019-02-23 12:01:47 -06:00
Lengyel Balazs b6167a6e63 xorg/xf86-video-apm: init at 1.3.0 2019-02-18 23:24:47 +01:00
Lengyel Balazs 38004ab4bb xorg/xf86-video-tdfx: 1.4.7 -> 1.5.0 2019-02-18 23:24:47 +01:00
Lengyel Balazs ea1ca5a4eb xorg/xf86-video-s3virge: 1.10.7 -> 1.11.0 2019-02-18 23:24:47 +01:00
Lengyel Balazs 3da970b8c9 xorg/xf86-video-chips: 1.3.4 -> 1.4.0 2019-02-18 23:24:47 +01:00
Lengyel Balazs 0e6814e11a xorg/xcursor-themes: 1.0.5 -> 1.0.6 2019-02-18 23:24:46 +01:00
Lengyel Balazs c72b449f3c xorg/xcursorgen: 1.0.6 -> 1.0.7 2019-02-18 23:24:46 +01:00
Lengyel Balazs 3117c1131b xorg/xcalc: init ad 1.0.7 2019-02-18 23:24:46 +01:00
Lengyel Balazs c6d84ce454 xorg/libXau: 1.0.8 -> 1.0.9 2019-02-18 23:24:46 +01:00
Will Dietz 91047d75e1 xorg.bitmap: 1.0.8 -> 1.0.9 (#55594)
https://lists.x.org/archives/xorg-announce/2019-February/002941.html
2019-02-14 23:16:04 +01:00
Will Dietz 01cd6cda25 xorg.xf86inputlibinput: 0.28.1 -> 0.28.2
https://lists.x.org/archives/xorg-announce/2019-February/002938.html
2019-02-03 21:33:03 -06:00
Lengyel Balazs b981b8e0fe xorg/xorgserver: 1.19.6 -> 1.20.3 2019-01-04 14:38:57 +01:00
Lengyel Balazs 8851116a47 xorg/luit: 1.1.1 -> 20181211 2019-01-04 14:38:57 +01:00