Commit graph

8 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 6945053159 deepin.deepin-image-viewer: 1.3.13 -> 1.3.17 2019-06-22 10:00:23 -03:00
José Romildo Malaquias 3712ba6fec deepin.deepin-image-viewer: 1.3.10 -> 1.3.13 2019-05-04 13:47:37 -03:00
José Romildo Malaquias eb25703f7b deepin.deepin-image-viewer: 1.3.1 -> 1.3.10 2019-04-02 20:12:33 -03:00
José Romildo Malaquias c47f99e4d8 deepin.deepin-image-viewer: 1.2.23 -> 1.3.1
- Update to version 1.3.1

- Currently does not build on aarch64-linux. It seems that in the libpng
package (which is bundled with freeimage) neon is not available on the
platform, but is detected as being available.
2018-11-10 12:33:38 -02:00
José Romildo Malaquias 287db0f9b9 deepin: add update script 2018-11-10 12:27:38 -02:00
José Romildo Malaquias 5efede93d2 deepin-image-viewer: init at 1.2.23 2018-09-11 15:33:05 +02:00