crashplan: install desktop file
(cherry picked from commit 42b2c1f3cf41844e7edf41a4523dd6c3ff958234) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
3106bab31d
commit
d500a52eba
@ -45,6 +45,7 @@ in stdenv.mkDerivation rec {
|
|||||||
install -D -m 644 run.conf $out/bin/run.conf
|
install -D -m 644 run.conf $out/bin/run.conf
|
||||||
install -D -m 755 scripts/CrashPlanDesktop $out/bin/CrashPlanDesktop
|
install -D -m 755 scripts/CrashPlanDesktop $out/bin/CrashPlanDesktop
|
||||||
install -D -m 755 scripts/CrashPlanEngine $out/bin/CrashPlanEngine
|
install -D -m 755 scripts/CrashPlanEngine $out/bin/CrashPlanEngine
|
||||||
|
install -D -m 644 scripts/CrashPlan.desktop $out/share/applications/CrashPlan.desktop
|
||||||
|
|
||||||
rm -r $out/log
|
rm -r $out/log
|
||||||
ln -s $vardir/log $out/log
|
ln -s $vardir/log $out/log
|
||||||
@ -72,6 +73,10 @@ in stdenv.mkDerivation rec {
|
|||||||
substituteInPlace $f --replace sed ${gnused}/bin/sed
|
substituteInPlace $f --replace sed ${gnused}/bin/sed
|
||||||
substituteInPlace $f --replace grep ${gnugrep}/bin/grep
|
substituteInPlace $f --replace grep ${gnugrep}/bin/grep
|
||||||
done
|
done
|
||||||
|
|
||||||
|
substituteInPlace $out/share/applications/CrashPlan.desktop \
|
||||||
|
--replace /usr/local $out \
|
||||||
|
--replace crashplan/skin skin
|
||||||
|
|
||||||
wrapProgram $out/bin/CrashPlanDesktop --prefix LD_LIBRARY_PATH ":" "${gtk2}/lib:${glib}/lib:${libXtst}/lib"
|
wrapProgram $out/bin/CrashPlanDesktop --prefix LD_LIBRARY_PATH ":" "${gtk2}/lib:${glib}/lib:${libXtst}/lib"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user