Commit graph

12 commits

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Mario Rodas 49c63e498c
treewide: remove empty inherits
These empty inherits were accidentally introduced by https://github.com/NixOS/nixpkgs/pull/66585
2019-12-04 04:20:00 -05:00
José Romildo Malaquias 4b33a62ca7 deepin.qt5integration: 0.3.12 -> 5.0.0 2019-11-13 08:00:56 -03: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 735199a210 deepin: use qt5.mkDerivation where needed, cleanup wrappers
This switches a majority of the applications to using qt5.mkDerivation
which automatically adds wrapQtAppsHook.

In certain places, where GLib and gtk intersect with Qt, we
also needed to use wrapGAppsHook. In these cases there will
be multiple wrappers.
2019-07-21 23:49:36 -04:00
José Romildo Malaquias 6bde2ebab5 deepin.qt5integration: 0.3.11 -> 0.3.12 2019-06-22 10:00:23 -03:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
José Romildo Malaquias 1b7597f3dc deepin.qt5integration: 0.3.8 -> 0.3.11 2019-05-04 13:47:37 -03:00
José Romildo Malaquias 8e4a7e3c53 deepin.qt5integration: 0.3.6 -> 0.3.8 2019-04-02 20:12:33 -03:00
José Romildo Malaquias d5cb0bc3b3 deepin.qt5integration: 0.3.5 -> 0.3.6 2018-11-10 12:37:05 -02:00
José Romildo Malaquias 287db0f9b9 deepin: add update script 2018-11-10 12:27:38 -02:00
José Romildo Malaquias e8fe244a71 qt5integration: init at 0.3.5 (#46012) 2018-09-04 00:22:57 +02:00