Commit graph

116 commits

Author SHA1 Message Date
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
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Will Dietz d48e8f67a2 xpra: 2.3.4 -> 2.5, unbreak 2019-03-22 17:32:55 -05:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +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
Silvan Mosberger 86b12cb8ca
xpra: Mark as broken 2018-11-14 21:19:38 +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
R. RyanTM 541e5b8900 xpra: 2.3.3 -> 2.3.4 (#47705)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xpra/versions
2018-10-12 22:43:15 +02:00
Jan Tojnar d4d87b049b
xpraGtk3: point to xpra
xpra now uses GTK 3
2018-10-04 03:37:13 +02:00
Jan Tojnar 3b685ee517
xpra: modernize
Port to Python 3 and GTK+ 3.
2018-10-04 03:37:10 +02:00
Morgan Jones 73cabebdd1 xpra.xf86videodummy: init at 0.3.8 2018-10-01 00:28:36 +00:00
Markus Kowalewski 0052a756d2
xpra: add license 2018-09-12 23:12:14 +02:00
Markus Kowalewski 7d6c70bc74
libfakeXinerama: add license 2018-09-12 23:12:08 +02:00
Juho Östman 5914bf4f97 xpra: fix the xkb search path (#45752)
Search for the xkb files in the nix store.
2018-08-30 08:45:11 +02:00
R. RyanTM af761489b5 xpra: 2.3.2 -> 2.3.3 (#45530)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/xpra/versions.
2018-08-28 00:35:42 +02:00