summary refs log tree commit diff
path: root/pkgs/tools/X11
Commit message (Collapse)AuthorAge
* xpointerbarrier: init at 17.10Albert Safin2017-10-23
|
* Merge remote-tracking branch 'upstream/staging' into deps-reorgJohn Ericson2017-09-28
|\
| * Merge pull request #29761 from Infinisil/xwinwrapFranz Pletz2017-09-28
| |\ | | | | | | xwinwrap: init at 4
| | * xwinwrap: init at 4Silvan Mosberger2017-09-25
| | |
| * | sct: fix segfault when DISPLAY is empty, clean up derivationYegor Timoshenko2017-09-26
| |/
* | treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
| |
* | misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
|/ | | | Only acts on one-line dependency lists.
* xmacro: 0.3pre20000911 -> 0.4.6; switch upstreamMichael Raskin2017-08-29
|
* xdg-user-dirs: 0.15 -> 0.16Franz Pletz2017-08-28
|
* xdg_utils: 1.1.1 -> 1.1.2Franz Pletz2017-08-28
|
* xzoom: init at 0.3.24Michael Raskin2017-08-20
|
* Update homepage attributes: http -> httpsmimadrid2017-08-03
| | | | | Homepage link "http://.../" is a permanent redirect to "https://.../" and should be updated https://repology.org/repository/nix_stable/problems
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* nixos/xserver: Properly validate XKB optionsaszlig2017-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Checking the keyboard layout has been a long set of hurdles so far, with several attempts. Originally, the checking was introduced by @lheckemann in #23709. The initial implementation just was trying to check whether the symbols/ directory contained the layout name. Unfortunately, that wasn't enough and keyboard variants weren't recognized, so if you set layout to eg. "dvorak" it will fail with an error (#25526). So my improvement on that was to use sed to filter rules/base.lst and match the layout against that. I fucked up twice with this, first because layout can be a comma-separated list which I didn't account for and second because I ran into a Nix issue (NixOS/nix#1426). After fixing this, it still wasn't enough (and this is btw. what localectl also does), because we were *only* matching rules but not symbols, so using "eu" as a layout won't work either. I decided now it's the time to actually use libxkbcommon to try compiling the keyboard options and see whether it succeeds. This comes in the form of a helper tool called xkbvalidate. IMHO this approach is a lot less error-prone and we can be sure that we don't forget about anything because that's what the X server itself uses to compile the keymap. Another advantage of this is that we now validate the full set of XKB options rather than just the layout. Tested this against a variety of wrong and correct keyboard configurations and against the "keymap" NixOS VM tests. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @lheckemann, @peti, @7c6f434c, @tohl, @vcunat, @lluchs Fixes: #27597
* virtualglLib: 2.5.1 -> 2.5.2Nikolay Amiantov2017-07-27
|
* setroot: 1.4.4 -> 2.0.1xd1le2017-07-24
|
* xcwd: init at 2016-09-30GRBurst2017-07-13
| | | | fixes #27345
* Merge pull request #27308 from vaibhavsagar/xautomationBenno Fünfstück2017-07-12
|\ | | | | xautomation: init at 1.09
| * xautomation: init at 1.09Vaibhav Sagar2017-07-12
| |
* | xvkbd: 3.7 -> 3.8Benno Fünfstück2017-07-11
|/
* screen-message: 0.24 -> 0.25Franz Pletz2017-06-20
|
* fix #25511Volth2017-06-05
|
* xpra: fix missed ffmpeg_3_2 referenceCray Elliott2017-04-30
|
* mpv, xpra: depend on ffmpeg instead of ffmpeg_3_2Cray Elliott2017-04-30
| | | | effectively updates them to depend on ffmpeg_3_3
* xpra: 2.0.1 -> 2.0.2Victor Calvert2017-04-28
|
* xpra: 0.17.6 -> 2.0.1Victor Calvert2017-04-04
| | | | | | | Requires build against newer ffmpeg (3.2.x instead of 3.1.x) because of new symbols: FF_PROFILE_H264_MULTIVIEW_HIGH FF_PROFILE_H264_STEREO_HIGH
* xkbset: init at 0.5Dmitry Rets2017-04-02
|
* wayv: install docsMichael Raskin2017-03-18
|
* wayv: init at 0.3Michael Raskin2017-03-18
|
* xannotate: init at 20150301Michael Raskin2017-03-18
|
* primus: fix if nvidia is not usedNikolay Amiantov2017-03-08
| | | | Fixes #23628
* xpra: install data files to correct location in $outBenno Fünfstück2017-03-06
| | | | | The patch is no longer needed, with the wheel-based method that we use now data_files *are* relative to the prefix.
* Merge pull request #20904 from offlinehacker/nixos/xserver/xpraJaka Hudoklin2017-03-05
|\ | | | | Add xpra display-manager
| * xpra: do not preset FONTCONFIG_FILE and XPRA_LOG_DIR env variablesJaka Hudoklin2016-12-04
| |
| * xpra: add pam supportJaka Hudoklin2016-12-04
| |
* | xrectsel: remove unnecessary DESTDIR=$outBenno Fünfstück2017-03-03
| | | | | | | | This avoids files being installed to $out/nix/store
* | ffcast: remove unnecessary DESTDIR=$outBenno Fünfstück2017-03-03
| | | | | | | | This avoids files being installed to $out/nix/store
* | obconf: add libSM to fix buildBenjamin Herr2017-02-26
| |
* | nitrogen: 1.6.0 -> 1.6.1romildo2017-02-20
| |
* | guile rev-deps: fix build by adding pkgconfigVladimír Čunát2017-02-18
| | | | | | | | | | Without it packages fail to find the headers, after guile has split them into a separate output in 218713a.
* | Merging against upstream masterParnell Springmeyer2017-02-13
|\ \
| * | primusLib: fix receiving long library pathsNikolay Amiantov2017-02-08
| | |
| * | linuxPackages.nvidia_x11: refactor, build more from sourceNikolay Amiantov2017-02-08
| | | | | | | | | | | | | | | | | | * Use libglvnd; * Compile nvidia-settings, nvidia-persistenced from source; * Generalize builder.
| * | wmutils-opt: init at v1.0Adrian Pistol2017-01-30
| | |
* | | Getting rid of the var indirection and using a bin path insteadParnell Springmeyer2017-01-29
| | |
* | | Addressing PR feedbackParnell Springmeyer2017-01-28
| | |
* | | Merging against master - updating smokingpig, rebase was going to be messyParnell Springmeyer2017-01-26
|\| |
| * | xchainkeys: fix source and homepage urlFranz Pletz2017-01-26
| | |
| * | xorg.xserver: configure --with-xkb-path= (#21653)volth2017-01-18
| | |
* | | setcap-wrapper: Merging with upstream master and resolving conflictsParnell Springmeyer2017-01-25
|\| |