Commit graph

7 commits

Author SHA1 Message Date
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 4c5f252189 deepin.deepin-screenshot: 4.1.10 -> 4.2.1 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 04e0f425d5 deepin.deepin-screenshot: 4.1.8 -> 4.1.10 2019-05-04 13:47:37 -03:00
José Romildo Malaquias e4745e8363 deepin.deepin-screenshot: search FHS hard coded paths (for debuging) 2019-04-13 20:23:42 -03:00
José Romildo Malaquias 8db37160eb deepin.deepin-screenshot: fix FHS hard coded path 2019-04-13 20:09:42 -03:00
José Romildo Malaquias 1bac24cd46 deepin-screenshot: init at 4.1.8
Co-authored-by: worldofpeace <worldofpeace@users.noreply.github.com>
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-04-13 13:59:52 -04:00