Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Kirill Boltaev
22a050ff5e
virt-manager: use pname
2019-11-21 14:30:20 +03:00
Kirill Boltaev
0072e70d35
virt-manager: remove redundant namePrefix assignment
...
buildPythonApplication does namePrefix = ""
2019-11-21 14:27:59 +03:00
Kirill Boltaev
3d7d72bc46
virt-manager: use setupPyGlobalFlags
2019-11-20 15:46:41 +03:00
volth
7b8fb5c06c
treewide: remove redundant quotes
2019-09-08 23:38:31 +00:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
...
There ver very many conflicts, basically all due to
name -> pname+version. Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job. There might be some fallback to these
conflicts, but I believe it should be minimal.
Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs
2019-08-20 19:36:05 +02: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
R. RyanTM
076c101836
virtmanager: 2.2.0 -> 2.2.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/virt-manager/versions
2019-07-20 17:12:06 -07:00
Kirill Boltaev
2df33c40ff
virtmanager: remove redundant gtk3 dependency
2019-07-12 23:55:37 +03:00
Kirill Boltaev
5e18c7cf21
virtmanager: remove redundant gsettings schema compilation
...
Schemas are now compiled in the setup.py.
2019-07-12 23:52:48 +03:00
Kirill Boltaev
cdfc0b6429
virtmanager: fix librsvg propagation from wrapGAppsHook
...
Custom buildPhase should be removed once there is support
for setupPyDistFlags (not a final name).
2019-07-12 23:52:48 +03:00
Kirill Boltaev
22e2acd736
virtmanager: add missing GI dependencies
2019-07-12 23:52:48 +03:00
R. RyanTM
48a1b8e25a
virtmanager: 2.1.0 -> 2.2.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/virt-manager/versions
2019-07-03 08:29:48 +02:00
Florian Franzen
871c1d5bb1
virtmanager: Fix gobject-introspection ( #57385 )
2019-03-12 22:29:45 +01:00
Matthew Bauer
b1bbd94bb6
Merge remote-tracking branch 'NixOS/master' into staging
2019-02-18 20:36:48 -05:00
R. RyanTM
912751bad8
virtmanager: 2.0.0 -> 2.1.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/virt-manager/versions
2019-02-14 23:22:42 -08:00
Jan Tojnar
606ceda352
gnome3: stop using aliases
2019-02-14 02:31:15 +01:00
Peter Hoeg
778ebcd1b0
virtmanager-qt: 0.60.88 -> 0.70.91
2018-12-28 14:47:22 +08: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
Gabriel Ebner
db7e9408a1
virtmanager: 1.5.1 -> 2.0.0
2018-11-07 22:25:09 +01: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
xeji
66d204188b
virtmanager: add missing virt-install runtime deps ( #40380 )
...
virt-install calls some programs from initrdinject.py
that were missing on PATH
2018-05-13 19:58:10 +02:00
Peter Hoeg
9131f2d005
virtmanager-qt: 0.52.80 -> 0.60.88
2018-04-17 22:11:25 +08:00
Franz Pletz
d21e682dde
virtmanager: 1.5.0 -> 1.5.1
2018-03-05 18:06:29 +01:00
Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Jörg Thalheim
aa6d6cc78f
Merge pull request #35151 from xeji/virtmanager-cleanup
...
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
2018-02-23 11:31:21 +00:00
Peter Hoeg
af2d94fed5
virtmanager-qt: 0.48.79 -> 0.52.80
2018-02-23 13:19:05 +08:00
xeji
1cbccb95a7
virtmanager: set platforms to linux
...
since dependency libvirt-glib currently doesn't build on Darwin
2018-02-20 12:47:34 +01:00
xeji
7460dc318b
virtmanager: 1.5.0: sha512->sha256 (readability)
2018-02-19 01:15:47 +01:00
xeji
b0eb4d6390
virtmanager: 1.5.0: add gtk3 dependency
...
otherwise virt-manager startup fails with
Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
2018-02-19 01:02:47 +01:00
xeji
911f408b5e
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
...
remove unneeded dependencies, see issue #34043
2018-02-18 23:19:41 +01:00
Andrey Golovizin
3eb0ddcfc4
virt-manager: add gobjectIntrospection to nativeBuildInputs
2018-01-14 13:31:03 +01:00
Peter Hoeg
7e8e582e0c
virtmanager-qt: 0.45.75 -> 0.48.79
2018-01-06 22:12:42 +08:00
adisbladis
92edbb0a71
virt-manager: 1.4.2 -> 1.4.3
2017-11-26 18:41:41 +08:00
José Romildo Malaquias
62204a59c7
Merge branch 'master' into upd.lxqt
2017-11-02 10:27:39 -02:00
José Romildo Malaquias
d9f9c0d0d1
qtermwidget: keep version 0.7.1, needed by virt-manager-qt
2017-11-02 10:15:48 -02:00
Peter Hoeg
7c83413a7d
virtmanager-qt: 0.43.72 -> 0.45.75
2017-11-02 14:03:58 +08:00
Franz Pletz
9ac5525f87
virtmanager: 1.4.1 -> 1.4.2
2017-08-12 11:05:22 +02:00
Peter Hoeg
63011015b9
virtmanager-qt: 0.43.70.2 -> 0.43.72
2017-06-19 19:26:19 +08:00
Thomas Tuegel
c816bbc8a8
qt5: remove makeQtWrapper
2017-06-18 08:44:42 -05:00
midchildan
7060a692c5
virtmanager: Fix python import error
2017-06-05 23:42:25 +09:00
Peter Hoeg
5b45342832
virtmanager-qt: 0.43.70 -> 0.43.70.2
2017-05-23 17:54:20 +08:00
Peter Hoeg
68f335c6cd
virtmanager-qt: 0.42.67 -> 0.43.70
2017-05-14 11:21:51 +08:00
Olegs Jeremejevs
670afd010c
virt-manager: add requests as dependency
2017-05-07 12:15:19 +03:00
Frederik Rietdijk
e184e02e7a
virt-manager: do not depend on glanceclient
...
because its not a dependency and because its broken.
2017-05-07 10:01:47 +02:00
Franz Pletz
0018cd5a2d
libvirt packages: fix & clean up dependencies
2017-03-28 19:45:01 +02:00
Franz Pletz
160fd7231e
virt-manager: needs file for building translations
2017-03-25 14:57:45 +01:00
volth
4e749683e6
virt-manager: 1.4.0 -> 1.4.1 ( #24149 )
2017-03-21 10:20:55 +01:00
Peter Hoeg
ee20e89644
virtmanager-qt: 0.39.60 -> 0.42.67
2017-03-18 12:32:49 +08:00