summary refs log tree commit diff
path: root/pkgs/tools/X11
Commit message (Collapse)AuthorAge
...
| | * xdg-user-dirs: deprioritize shipped configsJan Tojnar2019-08-24
| | | | | | | | | | | | | | | | | | XDG_CONFIG_DIRS should contain directories ordered by priority so if we want users to be able to customize the defaults, we need to move the shipped values to the end.
| * | xpra: 2.5 -> 2.5.3adisbladis2019-08-24
| |/ | | | | | | Also fix build by using opencv4
* | Merge branch 'master' into staging-nextVladimír Čunát2019-08-24
|\| | | | | | | | | | | | | | | | | | | There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
| * Merge pull request #67165 from r-ryantm/auto-update/xkb-switchMarek Mahut2019-08-21
| |\ | | | | | | xkb-switch: 1.5.0 -> 1.6.0
| | * xkb-switch: 1.5.0 -> 1.6.0R. RyanTM2019-08-20
| | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xkb-switch/versions
| * | Merge pull request #67173 from r-ryantm/auto-update/wpgtkMarek Mahut2019-08-21
| |\ \ | | | | | | | | wpgtk: 6.0.8 -> 6.0.9
| | * | wpgtk: 6.0.8 -> 6.0.9R. RyanTM2019-08-20
| | |/ | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wpgtk/versions
| * | Merge pull request #66989 from r-ryantm/auto-update/nx-libsMarek Mahut2019-08-20
| |\ \ | | | | | | | | nx-libs: 3.5.99.20 -> 3.5.99.21
| | * | nx-libs: 3.5.99.20 -> 3.5.99.21R. RyanTM2019-08-19
| | |/ | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/nx-libs/versions
| * / Remove myself as maintainer of some packages.Rickard Nilsson2019-08-20
| |/
* | Merge master into staging-nextFrederik Rietdijk2019-08-18
|\|
| * ckbcomp: 1.192 -> 1.193R. RyanTM2019-08-17
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ckbcomp/versions
* | treewide: name -> pnamevolth2019-08-17
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-08-17
|\|
| * xkbvalidate: Rename output binary to xkbvalidateaszlig2019-08-15
| | | | | | | | | | | | | | | | | | | | | | So far, the output binary has been just "validate", which is quite a very generic name and doesn't match the package name. Even though I highly doubt that this program will ever be used outside of NixOS modules, it's nevertheless less confusing to have a consistent naming. Signed-off-by: aszlig <aszlig@nix.build>
| * xkbvalidate: Don't rely on GNU extensionsaszlig2019-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only reason why I was using _GNU_SOURCE was because of vasprintf(), so getting rid of that extension should make the source way more portable. When using vsnprintf() with a null pointer for the output buffer and a size of 0, I wasn't quite sure whether this would be undefined behaviour, so I looked it up in the C11 standard. In section 7.21.6.5, it explicitly mentions this case, so we're lucky: If n is zero, nothing is written, and s may be a null pointer. Additionally, section 7.21.6.12 writes the following about vsnprintf(): The vsnprintf function does not invoke the va_end macro. So to be sure to avoid undefined behaviour I subsequently added the corresponding va_end() calls. With this, the platforms attribute is now "unix", because the program should now even run on OS X, even though it usually wouldn't be needed. Signed-off-by: aszlig <aszlig@nix.build>
| * xkbvalidate: Use $CC instead of hardcoded gccaszlig2019-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I initially didn't use $CC because I thought this would be GCC specific, but it turns out that Clang actually accepts -std=gnu11. So using $CC here might not work on compilers other than Clang or GCC, but at the moment those are the compilers we typically use in nixpkgs, so even if we'd use some other compiler it *might* even work there. I've tested this by compiling against clangStdenv with both $CC and clang hardcoded and it works. This was reported by @dkudriavtsev on IRC. Signed-off-by: aszlig <aszlig@nix.build>
* | treewide: name -> pname (easy cases) (#66585)volth2019-08-15
|/ | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge staging-next into stagingFrederik Rietdijk2019-07-28
|\
| * dragon-drop: git-2014-08-14 -> 1.1.0Markus Hauck2019-07-27
| |
* | gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|/
* primus: fix for libglvndNikolay Amiantov2019-07-17
| | | | Fixes #48795.
* wpgtk: 6.0.7 -> 6.0.8R. RyanTM2019-07-17
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/wpgtk/versions
* Merge pull request #64805 from peterhoeg/u/xcapeMichael Raskin2019-07-16
|\ | | | | xcape: 1.2 -> 20180301
| * xcape: 1.2 -> 20180301Peter Hoeg2019-07-15
| | | | | | | | | | | | | | | | 1.2 only allows running in the foreground if debug mode is enabled which generates lots of noise for journald. The changes from the most recent release is only a few minor fixes plus support for running in the foreground with the `-f` flag.
* | libstrangle: init at 2017-02-22Kirill Boltaev2019-07-15
| |
* | ckbcomp: 1.191 -> 1.192R. RyanTM2019-07-15
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ckbcomp/versions
* Merge master into staging-nextFrederik Rietdijk2019-06-26
|\
| * xtrace: 1.3.1 -> 1.4.0Guillaume Maudoux2019-06-25
| |
* | Merge master into staging-nextFrederik Rietdijk2019-06-21
|\|
| * xsecurelock: 1.3.1 -> 1.4.0R. RyanTM2019-06-18
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xsecurelock/versions
* | Merge staging-next into stagingFrederik Rietdijk2019-06-18
|\|
| * treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | Merge pull request #62167 from matthewbauer/alias-libglMatthew Bauer2019-06-17
|\ \ | |/ |/| Add libGL* aliases
| * treewide: mesa_noglu, mesa_drivers, libGL_driver -> mesaMatthew Bauer2019-06-17
| | | | | | | | Just use mesa for these to be more clear. Move these to aliases.nix
* | Merge pull request #58151 from dtzWill/update/xpra-2.5Will Dietz2019-06-09
|\ \ | |/ |/| xpra: 2.3.4 -> 2.5, unbreak?
| * xpra: 2.3.4 -> 2.5, unbreakWill Dietz2019-03-22
| |
* | wpgtk: 6.0.5 -> 6.0.7Will Dietz2019-06-06
| |
* | virtualglLib: 2.5.2 -> 2.6.2Nikolay Amiantov2019-06-04
| |
* | treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* | Merge pull request #62193 from dtzWill/update/setroot-2.0.2Jörg Thalheim2019-05-30
|\ \ | | | | | | setroot: 2.0.1 -> 2.0.2
| * | setroot: 2.0.1 -> 2.0.2Will Dietz2019-05-28
| | |
* | | xbanish: 1.5 -> 1.6Brice Waegeneire2019-05-29
|/ /
* | srandrd: init at v0.6.0Utku Demir2019-05-28
| |
* | caffeine-ng: init at 3.4.2Marcial Gaißert2019-05-26
| |
* | arandr: Use wrapGAppsHookJack Kelly2019-05-20
| | | | | | | | | | | | | | This stops arandr from crashing if it tries to open a dialog box. Note: the hook doesn't play nicely with gobject-introspection unless strictDeps = false. See NixOS#56943.
* | Merge pull request #61228 from sgraf812/masterRenaud2019-05-17
|\ \ | | | | | | alttab: init at 1.4.0
| * | alttab: init at 1.4.0Sebastian Graf2019-05-10
| | | | | | | | | | | | | | | [`alttab`](https://github.com/sagb/alttab) is a window switcher for X11, designed for minimalistic window managers or a standalone X11 session.
* | | Merge pull request #61216 from endgame/arandrMaximilian Bosch2019-05-10
|\ \ \ | |/ / |/| | arandr: 0.1.9 -> 0.1.10
| * | arandr: 0.1.9 -> 0.1.10R. RyanTM2019-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/arandr/versions arandr 0.1.10 needs python3, so switch python version too.