gwenview: wrap with Qt paths

This commit is contained in:
Thomas Tuegel 2015-10-27 13:00:14 -05:00
parent fc4468e40a
commit 8660b7f737

View File

@ -2,6 +2,7 @@
, lib , lib
, extra-cmake-modules , extra-cmake-modules
, kdoctools , kdoctools
, makeQtWrapper
, baloo , baloo
, exiv2 , exiv2
, kactivities , kactivities
@ -18,6 +19,7 @@ kdeApp {
nativeBuildInputs = [ nativeBuildInputs = [
extra-cmake-modules extra-cmake-modules
kdoctools kdoctools
makeQtWrapper
]; ];
buildInputs = [ buildInputs = [
exiv2 exiv2
@ -32,6 +34,9 @@ kdeApp {
kio kio
qtx11extras qtx11extras
]; ];
postInstall = ''
wrapQtProgram "$out/bin/gwenview"
'';
meta = { meta = {
license = with lib.licenses; [ gpl2 fdl12 ]; license = with lib.licenses; [ gpl2 fdl12 ];
maintainers = [ lib.maintainers.ttuegel ]; maintainers = [ lib.maintainers.ttuegel ];