Artturi
9a4f4b92f7
Merge pull request #190862 from zhaofengli/xpra-uinput-conf
2023-03-18 16:47:20 +02:00
R. Ryantm
d95545bb57
xpra: 4.4.3 -> 4.4.4
2023-03-15 10:28:42 +00:00
Mauricio Scheffer
7705b76cc1
xpra: 4.3.3 -> 4.4.3
2023-03-03 15:12:37 +00:00
Artturin
f9fdf2d402
treewide: move NIX_CFLAGS_COMPILE to the env attrset
...
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper
this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Shawn8901
133fa5f867
treewide: remove global with lib; in pkgs/tools
2023-01-24 17:41:44 +01:00
Kototama
530f4c22d9
xpra: add missing invoke python3 module
...
This prevents the following error when starting xpra:
xpra initialization error:
connection failed: No module named 'invoke'
2023-01-02 13:37:19 +01:00
Zhaofeng Li
13c2eb0eb3
xpra: Also add module paths to xorg-uinput.conf
...
If uinput is used, xpra will silently replace "xorg.conf" with
"xorg-uinput.conf" in the xorg/xvfb command line before launching
it [1]. We also need to inject the xorg module paths there.
[1] 337d861d28/xpra/x11/vfb_util.py (L231-L235)
2022-11-01 08:17:50 -06:00
Bjørn Forsman
06e2c42ae4
xpra: fix application icon location
...
This makes the icon visible in desktop environments. (Tested in GNOME).
2022-10-31 09:03:16 -05:00
Martino Fontana
c5b051905c
xpra: fix launch
2022-08-08 21:53:44 +02:00
ajs124
45ec5898cb
maintainers: remove tstrobel
...
was ts468 on github afaict and was actually a committer, but that account hasn't been active since early 2018
2022-06-29 00:54:53 +02:00
Sandro Jäckel
a2c2795e1c
xpra: remove ipaddress
2022-05-30 05:54:00 +02:00
Matt Votava
9abfef3f54
xpra: 4.3.2 -> 4.3.3 ( #172682 )
2022-05-20 14:32:42 +02:00
R. Ryantm
2a52ad5f76
xpra: 4.3.1 -> 4.3.2
2022-02-16 09:04:16 -08:00
Felix Buehler
09e3b7a570
treewide: remove all updateWalker/downloadURLRegexp
2022-01-26 21:46:08 +01:00
Louis Bettens
a3354b61b6
xpra: 4.2 -> 4.3.1
2022-01-22 20:08:40 +01:00
Zhaofeng Li
80e86f8871
xpra: Add NVENC support
2021-05-28 17:43:20 -07:00
Matt Votava
3147a7104d
xpra: 4.1.3 -> 4.2
...
Add librsvg for icon resizing
2021-05-22 05:37:13 -07:00
Louis Bettens
c34dd57a3c
xpra: 4.0.6 -> 4.1.3
2021-05-07 11:15:26 +02:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Ben Siraphob
d6aeae8f90
pkgs/tools: pkgconfig -> pkg-config (2)
2021-01-17 23:27:27 +07:00
Jörg Thalheim
147270c1c9
Merge pull request #109434 from siraben/pkgs-tools-stdenv
...
pkgs/tools: stdenv.lib -> lib
2021-01-15 10:48:18 +00:00
Ben Siraphob
8c5d37129f
pkgs/tools: stdenv.lib -> lib
2021-01-15 17:12:36 +07:00
Sandro
ebd22859f2
Merge pull request #108969 from lourkeur/update/xpra
2021-01-15 10:52:16 +01:00
Louis Bettens
e3dac9b6b3
xpra: 4.0.2 -> 4.0.6
2021-01-11 11:05:59 +01:00
Louis Bettens
a129a5e2d9
xpra: add update script
2021-01-11 11:05:53 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Lassulus
2df0a3e453
Merge pull request #88021 from lourkeur/fix_xpra_doublewrapping
...
xpra: avoid double-wrapping
2020-08-23 09:09:57 +02:00
Louis Bettens
ead09d7e6e
xpra: force XPRA_COMMAND
2020-08-22 22:38:10 +02:00
Lassulus
344787cf8e
Merge pull request #87983 from lourkeur/cleanup_libfakeXinerama
...
fakeXinerama: clean up minor issues
2020-08-22 18:45:16 +02:00
zowoq
78e324d272
treewide: ffmpeg_4 -> ffmpeg
2020-06-16 18:23:14 -07:00
Michael Lingelbach
e5b7f1325c
xpra: 3.0.9 -> 4.0.2
2020-06-08 17:52:18 -07:00
Jaka Hudoklin
fd9d37e271
Merge pull request #87985 from lourkeur/fix_85694
...
xpra: fix #85694
2020-06-03 14:37:35 +00:00
Louis Bettens
8e5f5a54f2
xpra: avoid double-wrapping
...
Per manual: https://nixos.org/nixpkgs/manual/#ssec-gnome-common-issues
2020-05-17 17:04:29 +02:00
Louis Bettens
4459844e79
xpra: fix #41106
2020-05-17 16:32:55 +02:00
Louis Bettens
3573aef274
libfakeXinerama: remove deprecated pattern per #28910
2020-05-16 23:15:09 +02:00
Louis Bettens
15002bf1fb
libfakeXinerama: fix dangling symlinks
2020-05-16 23:15:07 +02:00
Louis Bettens
8b92f678f9
xpra: fix #85694
2020-05-16 23:00:21 +02:00
R. RyanTM
057383bbcc
xpra: 3.0.8 -> 3.0.9
2020-05-12 22:13:06 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
R. RyanTM
f7b0d0e4f0
xpra: 3.0.7 -> 3.0.8
2020-04-08 00:44:34 +00:00
Jaka Hudoklin
439d97eb97
xpra: set correct module paths for xorg.conf
2020-03-31 13:30:26 +07:00
Jaka Hudoklin
af418c4356
xpra: use xf86videodummy from xorg
2020-03-31 13:29:46 +07:00
R. RyanTM
06b4333891
xpra: 3.0.6 -> 3.0.7
2020-03-20 23:41:31 -07:00
R. RyanTM
c17c998000
xpra: 3.0.5 -> 3.0.6
2020-02-14 11:06:33 +00:00
Markus S. Wamser
55d3b6b1b1
xpra: 2.5.3 -> 3.0.5
...
Closes #78707 .
2020-01-28 23:39:58 +01:00
Robin Gloster
313da176d3
treewide: NIX_*_FLAGS -> string
2019-12-31 00:16:46 +01:00
Vladimír Čunát
985d1ac425
Merge branch 'master' into staging-next
...
There were several more conflicts from name -> pname+version;
all auto-solved by kdiff3, hopefully OK.
Hydra nixpkgs: ?compare=1538611
2019-08-25 14:57:11 +02:00
adisbladis
83d179fc09
xpra: 2.5 -> 2.5.3
...
Also fix build by using opencv4
2019-08-24 14:15:17 +01:00
volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00