R. RyanTM
495dd9f84b
ckbcomp: 1.188 -> 1.189
...
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
2019-03-03 09:18:04 +01:00
Thiago Kenji Okada
d2d7fed8ce
xsecurelock: Added missing X11 buildInputs
...
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.
2019-03-01 23:11:06 -03:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
...
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.
2019-02-26 14:10:49 +00:00
Vladimír Čunát
f7f1a2f54e
Merge branch 'master' into staging-next
...
A mass darwin rebuild from master (#55784 ).
2019-02-17 08:05:24 +01:00
Maximilian Bosch
346df14000
nx-libs: minor fixes
...
* 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.
2019-02-16 05:03:10 +01:00
jD91mZM2
5a00711ef8
x11docker: init at 5.4.1
2019-02-15 17:16:42 +01:00
Vladimír Čunát
8ba516664b
Merge branch 'staging-next' into staging
2019-02-01 09:42:53 +01:00
Will Dietz
7ed3c32015
xlayoutdisplay: init at 1.0.2
...
(promoting from my NUR repo)
2019-01-29 07:07:53 -06:00
R. RyanTM
6da88c4c25
wpgtk: 5.8.6 -> 5.8.7
...
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
2019-01-26 16:07:19 -08:00
Frederik Rietdijk
d531da6f8a
Merge pull request #54094 from rnhmjoj/shell
...
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-19 14:15:51 +01:00
rnhmjoj
bcf54ce5bb
treewide: use ${stdenv.shell} instead of /bin/sh where possible
2019-01-16 20:37:15 +01:00
R. RyanTM
e91bc16f9e
x11vnc: 0.9.15 -> 0.9.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
2019-01-16 16:57:43 +01:00
Frederik Rietdijk
a4250d1478
Merge staging-next into staging
2019-01-06 09:48:31 +01:00
Jörg Thalheim
38fa1ed0db
Merge pull request #53392 from xzfc/xpointerbarrier
...
xpointerbarrier: 17.11 -> 18.06
2019-01-05 13:03:53 +01:00
Frederik Rietdijk
60a3973a55
Merge staging-next into staging
2019-01-05 10:15:00 +01:00
Lengyel Balazs
f4a53ff3bc
treewide/xorg: replace *proto with xorgproto
2019-01-04 14:38:57 +01:00
R. RyanTM
aa366da6c0
ckbcomp: 1.187 -> 1.188
...
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
2019-01-04 11:10:38 +01:00
Albert Safin
4a09853516
xpointerbarrier: 17.11 -> 18.06
2019-01-04 15:58:46 +07:00
wedens
88a82a4dc9
xkb-switch: 1.3.1 -> 1.5.0, rename from xkb_switch
2019-01-02 21:59:41 -05:00
Melkor333
889815fd7b
wpgtk: 5.7.4 -> 5.8.6
2018-12-26 13:33:00 +01:00
Frederik Rietdijk
8862d554c7
wpgtk: use python37 and fix dependency on pywal
2018-12-26 12:01:20 +01:00
Jörg Thalheim
bbe5e97f1b
xsecurelock: 1.1 -> 1.2
2018-12-16 08:55:21 +00:00
Frederik Rietdijk
e0950ae9ad
Merge master into staging-next
2018-12-08 12:40:13 +01:00
Tobias Pflug
691f6cceea
grobi: 0.3.0 -> 0.5.1
2018-12-07 15:45:57 +01:00
Frederik Rietdijk
a510aa2672
Merge master into staging-next
2018-12-03 12:18:43 +01:00
c0bw3b
0498ccd076
Treewide: use HTTPS on GNU domains
...
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/
2018-12-02 15:51:59 +01:00
c0bw3b
a04a512f34
Treewide: use HTTPS on NonGNU domains
2018-12-02 15:21:04 +01:00
Jan Tojnar
a51a99c690
gobject-introspection: rename package
...
camelCase package name was a huge inconsistency in GNOME package set.
2018-12-02 12:42:29 +01:00
Matthew Bauer
76c7a8bac0
Merge pull request #51205 from matthewbauer/more-setup-hooks
...
Add premake & imake setup hook
2018-11-29 19:36:25 -06:00
Matthew Bauer
c90dba094d
xzoom: use imake setup hook
2018-11-28 20:14:40 -06:00
Matthew Bauer
fd1a5aecab
xvkbd: use imake setup hook
2018-11-28 20:14:40 -06:00
Matthew Bauer
39122285ba
xbrightness: use imake setup hook
2018-11-28 20:14:39 -06:00
Matthew Bauer
be10bee0e4
x2x: use imake setup hook
2018-11-28 20:14:38 -06:00
c0bw3b
9762e2c3bd
confuse: remove and replace with libconfuse
...
- confuse is a duplicate of libconfuse
- upstream name is libconfuse so keep this one
- replace confuse with libconfuse in packages depending on it
2018-11-25 18:20:42 +01:00
Renaud
631dc221d4
Merge pull request #51024 from mt-caret/keynav
...
keynav: 0.20150730.0 -> 0.20180821.0
2018-11-25 16:20:32 +01:00
Masayuki Takeda
e3d1a7a8b6
keynav: 0.20150730.0 -> 0.20180821.0
2018-11-25 21:24:38 +09:00
c0bw3b
aed83accbf
ckbcomp: 1.133 -> 1.187
2018-11-25 01:21:11 +01:00
Sarah Brofeldt
25c562e451
Merge pull request #50550 from jD91mZM2/xidlehook
...
xidlehook: 0.6.0 -> 0.6.1
2018-11-24 10:32:55 +01:00
James Hillyerd
c5933f4bf2
imwheel: init at 1.0.0pre12
2018-11-23 15:17:56 -08:00
R. RyanTM
4b55459323
xosview2: 2.2.2 -> 2.3.0
...
* xosview2: 2.2.2 -> 2.3.0 (#50533 )
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
* xosview2: fix licenses
https://sourceforge.net/p/xosview/git/ci/v2.3.0/tree/COPYING
2018-11-19 00:12:34 +01:00
jD91mZM2
e2d5470b17
xidlehook: Fix darwin build
...
... I think
2018-11-18 08:27:39 +01:00
jD91mZM2
a2ae93adc9
xidlehook: 0.6.0 -> 0.6.1
2018-11-18 08:23:44 +01:00
Silvan Mosberger
86b12cb8ca
xpra: Mark as broken
2018-11-14 21:19:38 +01:00
Melkor333
5d53675c2f
wpgtk: init at 5.7.4
2018-11-10 15:32:59 +01:00
R. RyanTM
400a40b8c9
xidlehook: 0.5.0 -> 0.6.0
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xidlehook/versions
2018-11-08 08:19:04 -08:00
Markus Kowalewski
ddd761abb3
Revert "virtualgl-lib: fix broken startup script ( #49185 )"
...
This reverts commit efd3f8b57f
.
2018-11-01 21:40:38 +01:00
markuskowa
efd3f8b57f
virtualgl-lib: fix broken startup script ( #49185 )
...
Replace /bin/sh with bash in vglrun.
'exec' fails with /bin/sh
2018-10-30 16:15:53 +01:00
jD91mZM2
fec3af14e5
xidlehook: 0.4.9 -> 0.5.0
2018-10-28 14:31:36 +01:00
Jan Tojnar
21f20b5f7b
Merge pull request #46613 from jtojnar/xpra-gtk3
...
xpra: port to gtk3
2018-10-18 05:59:09 +02:00
Christoph Neidahl (OPNA2608)
07f135c7f5
x11vnc: moving substitutions, commenting sed line
...
moved substitutions to postPatch phase and commented on workaround sed line, as requested in the code reviews
2018-10-17 20:13:07 +02:00