Commit Graph

52 Commits

Author SHA1 Message Date
Ben Siraphob
5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07: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
Thiago Franco de Moraes
4cd39c9c14
gnome3.gnome-boxes: remove xen as dependency 2021-01-07 17:31:18 -03:00
R. RyanTM
13db8a5856 gnome3.gnome-boxes: 3.38.1 -> 3.38.2 2020-12-01 08:43:36 +01:00
Jan Tojnar
6eef604f8d
gnome3.gnome-boxes: 3.38.0 → 3.38.1
Ported to Tracker 3.

https://ftp.gnome.org/pub/GNOME/sources/gnome-boxes/3.38/gnome-boxes-3.38.1.news
2020-10-24 01:17:55 +02:00
Piotr Bogdan
7e406e7420
gnome3.gnome-boxes: 3.36.6 -> 3.38.0
Use tracker-2 and libhandy_0. Add appstream-glib for appstream-util.

Add new dependencies:
- libhandy
- gtksourceview4

https://gitlab.gnome.org/GNOME/gnome-boxes/-/blob/v3.38.0/NEWS
2020-10-24 01:15:03 +02:00
Daniel Șerbănescu
f0252fe6ce gnome-boxes: 3.36.5 -> 3.36.6 2020-08-10 14:07:22 +02:00
R. RyanTM
3780ac3660 gnome3.gnome-boxes: 3.36.4 -> 3.36.5 2020-06-16 01:40:44 +00:00
R. RyanTM
e359d94760 gnome3.gnome-boxes: 3.36.3 -> 3.36.4 2020-06-09 19:39:15 +00:00
Tor Hedin Brønner
4cf05b434c gnome3.gnome-boxes: 3.36.2 -> 3.36.3 2020-05-03 17:42:30 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next 2020-04-13 18:50:35 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next 2020-04-10 12:12:56 +02:00
Tor Hedin Brønner
b8ee8e12d1
gnome3.gnome-boxes: 3.36.0 -> 3.36.2 2020-04-09 10:24:01 +02:00
Frederik Rietdijk
ce2321f938 Merge staging-next into staging 2020-04-05 08:34:03 +02:00
Jan Tojnar
88b9a966bb
gnome3.gnome-boxes: fix build
It was using libusb-compat instead of libusb1, and the former no longer propagates the latter.
2020-04-05 01:12:39 +02:00
Jan Tojnar
15002f1cfd
tree-wide: Switch from gnome3.maintainers to lib.teams.gnome 2020-04-01 14:41:43 +02:00
Tor Hedin Brønner
3fb38ff428
gnome3.gnome-boxes: 3.34.3 -> 3.36.0 2020-03-24 07:10:50 +01:00
worldofpeace
f3fddcb9cc gnome3.gnome-boxes: 3.34.3 -> 3.34.4 2020-02-19 20:55:10 -05:00
R. RyanTM
c2a7cfb3a8 gnome3.gnome-boxes: 3.34.2 -> 3.34.3 2020-01-21 15:05:56 +00:00
R. RyanTM
1426aa37f5 gnome3.gnome-boxes: 3.34.1 -> 3.34.2 2019-11-27 13:01:29 -08:00
worldofpeace
b27b5c4461 gnome3.gnome-boxes: nixpkgs-fmt 2019-11-05 13:48:06 -05:00
worldofpeace
0720a4e24b gnome3.gnome-boxes: add glib-networking 2019-11-05 13:46:54 -05:00
Tor Hedin Brønner
ca64e5669d gnome3.gnome-boxes: 3.34.0 → 3.34.1 2019-10-08 12:08:51 +02:00
Tor Hedin Brønner
b59b97637a gnome3.gnome-boxes: 3.32.1 → 3.34.0
oVirt support was dropped
2019-09-30 19:39:41 +02:00
Bjørn Forsman
879f851cfc gnome3.gnome-boxes: set maintainers = gnome3.maintainers
All packages under ./pkgs/desktops/gnome-3/apps/ are maintained by
gnome3.maintainers except this one. Fix it.
2019-09-17 23:59:04 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
worldofpeace
120337053f gnome3.gnome-boxes: fix hardcoded emulator path
To avoid this you must install the qemu binaries globally in some
manner.

Fixes #57931
2019-07-14 08:32:02 -04:00
worldofpeace
6377960911 gnome3.gnome-boxes: 3.32.0.2 -> 3.32.1
https://gitlab.gnome.org/GNOME/gnome-boxes/blob/v3.32.1/NEWS
2019-05-15 21:08:33 -04:00
Tor Hedin Brønner
69aa1b069f
gnome3.gnome-boxes: 3.30.3 -> 3.32.0.2
- add required vte dependency
- require new libosinfo et.al.

https://gitlab.gnome.org/GNOME/gnome-boxes/blob/v3.32.0.2/NEWS
2019-04-05 11:40:25 +02:00
Jan Tojnar
606ceda352
gnome3: stop using aliases 2019-02-14 02:31:15 +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
Jan Tojnar
83ce748807
gnome3.gnome-boxes: 3.28.5 → 3.30.3 2018-11-30 21:34:00 +01:00
Jan Tojnar
5cc18c4781
gnome3: remove versionBranch attribute
Standard library now contains stdenv.lib.versions.majorMinor,
which does the same.
2018-10-05 02:17:19 +02:00
Jan Tojnar
5f33edda40
gnome3.gnome-boxes: add python3 for install script
Meson no longer propagates it so we need to re-add it.
2018-09-04 03:23:44 +02:00
Jan Tojnar
05992b9b1b
gtk-vnc: rename from gtkvnc
Upstream uses gtk-vnc, let’s be consistent.
2018-08-25 15:57:23 +02:00
Jan Tojnar
8abddf8373
gnome3.gnome-boxes: 3.28.4 → 3.28.5 2018-07-06 09:35:02 +02:00
Vladimír Čunát
392e6de7d0
Merge branch 'master' into staging 2018-05-20 13:20:53 +02:00
Jan Tojnar
683d397dd8
gnome3.gnome-boxes: 3.28.3 → 3.28.4 2018-05-19 17:34:08 +02:00
Matthew Bauer
6748534d83 Merge remote-tracking branch 'upstream/master' into staging 2018-05-08 09:36:00 -05:00
Jan Tojnar
cafac77e20
gnome3.gnome-boxes: 3.28.2 → 3.28.3 2018-05-08 02:35:09 +02:00
Keith Amidon
737c1c491d gnome-boxes: fix USB redirection (#39129)
This fixes USB redirection in gnome-boxes by ensuring that the
required PolicyKit action policy file is installed in the spice-gtk
package and adding that package to gnome-boxes propagatedUserEnvPkgs.
2018-04-19 20:40:10 +02:00
Jan Tojnar
72b27f2519
gnome3: 3.28.0 → 3.28.1 2018-04-14 13:35:45 +02:00
Jan Tojnar
49d85d42b7
gnome3.gnome-boxes: fix build 2018-03-22 07:46:56 +01:00
Jan Tojnar
cc8403ffdc
gnome3.gnome-boxes: fix build 2018-03-22 07:46:45 +01:00
Jan Tojnar
0973618e4e
gnome3: automated update 2018-03-22 07:46:42 +01:00
Jan Tojnar
546e7669b2
gnome3: move src.nix into default.nix automatically 2018-03-01 02:53:00 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes 2018-02-25 17:41:16 +01:00
Jan Tojnar
1c1d677149
gnome3: dependency tweaks 2017-11-26 03:10:49 +01:00