about summary refs log tree commit diff
path: root/pkgs/tools/X11
Commit message (Collapse)AuthorAge
* treewide: Change URLs to HTTPSDaniel Schaefer2019-04-22
| | | | | | Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
* xidlehook: 0.6.2 -> 0.7.0 (#59399)jD91mZM22019-04-14
|
* wmctrl: mv site&upstream from Google+ to current official siteAnton-Latukha2019-04-11
|
* wmctrl: adopt packageAnton-Latukha2019-04-11
|
* Merge pull request #57892 from dtzWill/feature/xtrussWill Dietz2019-03-24
|\ | | | | xtruss: init at 20181001-82973f5
| * xtruss: init at 20181001-82973f5Will Dietz2019-03-19
| |
* | Merge pull request #58078 from dtzWill/update/wpgtk-6.0.3Will Dietz2019-03-24
|\ \ | | | | | | wpgtk: 5.8.7 -> 6.0.3
| * | wpgtk: 5.8.7 -> 6.0.3Will Dietz2019-03-21
| | |
* | | ckbcomp: 1.190 -> 1.191Will Dietz2019-03-24
|/ /
* / jumpapp: init at 1.0 (#57893)Aleksey Kladov2019-03-19
|/
* xosview2: 2.3.0 -> 2.3.1 (#57515)R. RyanTM2019-03-14
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xosview2/versions
* xidlehook: v0.6.1 -> v0.6.2 (#57599)jD91mZM22019-03-13
|
* Merge pull request #57336 from r-ryantm/auto-update/nx-libsRyan Mulligan2019-03-12
|\ | | | | nx-libs: 3.5.99.18 -> 3.5.99.19
| * nx-libs: 3.5.99.18 -> 3.5.99.19R. RyanTM2019-03-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/nx-libs/versions
* | ckbcomp: 1.189 -> 1.190R. RyanTM2019-03-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/ckbcomp/versions
* ckbcomp: 1.188 -> 1.189R. RyanTM2019-03-03
| | | | | | | 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
* xsecurelock: Added missing X11 buildInputsThiago Kenji Okada2019-03-01
| | | | | | | | | | | | | | | | | | | | According to xsecurelock's configure.ac file, each of the add dependencies are used to: - libXrandr: XRandR provides information about monitor layouts and is strongly recommended on systems which can use more than one monitor (which includes most laptops). - libXext: The X Synchronization extension is used to get per-device idle times. Used by until_nonidle only. - libXScrnSaver: The X11 Screen Saver extension is used to turn off the screen saver when X11 handles screen blanking (e.g. via timeout) anyway. Saves CPU power. Adding libXrandr fixes an issue where locking a screen in a multi monitor setup results in the prompt information to not be in the middle of the screen. The other dependencies are not tested if they fixed something, however since upstream recommends than I think it is fair to include them also.
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* Merge branch 'master' into staging-nextVladimír Čunát2019-02-17
|\ | | | | | | A mass darwin rebuild from master (#55784).
| * nx-libs: minor fixesMaximilian Bosch2019-02-16
| | | | | | | | | | | | | | | | | | | | | | * Add an alias with a deprecation warning for `nxproxy` to avoid an immediate breaking change. * Use the default shell used in the build environment (`stdenv.shell`) for patching. This shell is in the environment and thus used to patch scripts using `patchShebangs`. The shell is referenced as `stdenv.shell` in Makefiles to patch the remaining occurrences of `/bin/bash` in the build environment.
| * x11docker: init at 5.4.1jD91mZM22019-02-15
| |
* | Merge branch 'staging-next' into stagingVladimír Čunát2019-02-01
|\|
| * xlayoutdisplay: init at 1.0.2Will Dietz2019-01-29
| | | | | | | | (promoting from my NUR repo)
| * wpgtk: 5.8.6 -> 5.8.7R. RyanTM2019-01-26
| | | | | | | | | | | | | | 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 #54094 from rnhmjoj/shellFrederik Rietdijk2019-01-19
|\ \ | |/ |/| treewide: use ${stdenv.shell} instead of /bin/sh where possible
| * treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
| |
* | x11vnc: 0.9.15 -> 0.9.16R. RyanTM2019-01-16
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/x11vnc/versions
* Merge staging-next into stagingFrederik Rietdijk2019-01-06
|\
| * Merge pull request #53392 from xzfc/xpointerbarrierJörg Thalheim2019-01-05
| |\ | | | | | | xpointerbarrier: 17.11 -> 18.06
| | * xpointerbarrier: 17.11 -> 18.06Albert Safin2019-01-04
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2019-01-05
|\| |
| * | ckbcomp: 1.187 -> 1.188R. RyanTM2019-01-04
| |/ | | | | | | | | | | | | 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
| * xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switchwedens2019-01-02
| |
* | treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-04
|/
* wpgtk: 5.7.4 -> 5.8.6Melkor3332018-12-26
|
* wpgtk: use python37 and fix dependency on pywalFrederik Rietdijk2018-12-26
|
* xsecurelock: 1.1 -> 1.2Jörg Thalheim2018-12-16
|
* Merge master into staging-nextFrederik Rietdijk2018-12-08
|\
| * grobi: 0.3.0 -> 0.5.1Tobias Pflug2018-12-07
| |
* | Merge master into staging-nextFrederik Rietdijk2018-12-03
|\|
| * Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | | | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
| * Treewide: use HTTPS on NonGNU domainsc0bw3b2018-12-02
| |
* | gobject-introspection: rename packageJan Tojnar2018-12-02
|/ | | | camelCase package name was a huge inconsistency in GNOME package set.
* Merge pull request #51205 from matthewbauer/more-setup-hooksMatthew Bauer2018-11-29
|\ | | | | Add premake & imake setup hook
| * xzoom: use imake setup hookMatthew Bauer2018-11-28
| |
| * xvkbd: use imake setup hookMatthew Bauer2018-11-28
| |
| * xbrightness: use imake setup hookMatthew Bauer2018-11-28
| |
| * x2x: use imake setup hookMatthew Bauer2018-11-28
| |
* | confuse: remove and replace with libconfusec0bw3b2018-11-25
| | | | | | | | | | | | - confuse is a duplicate of libconfuse - upstream name is libconfuse so keep this one - replace confuse with libconfuse in packages depending on it
* | Merge pull request #51024 from mt-caret/keynavRenaud2018-11-25
|\ \ | | | | | | keynav: 0.20150730.0 -> 0.20180821.0