Merge pull request #19657 from romildo/upd.cmst

cmst: 2016.04.03 -> 2016.10.03
This commit is contained in:
Joachim F 2016-10-19 05:24:26 +02:00 committed by GitHub
commit 7b4a9cd5f3

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "cmst-${version}"; name = "cmst-${version}";
version = "2016.04.03"; version = "2016.10.03";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "cmst"; repo = "cmst";
owner = "andrew-bibb"; owner = "andrew-bibb";
rev = name; rev = name;
sha256 = "1334ynhq1lxcfqln3bq17hy1awyfnn3zhzpsnymlyp0z3h4ydpp9"; sha256 = "1pvk1jg0fiw0j4f1wrnhgirgziliwa44sxfdmcq9ans4zbig4izh";
}; };
nativeBuildInputs = [ makeWrapper qmakeHook ]; nativeBuildInputs = [ makeWrapper qmakeHook ];
@ -19,16 +19,14 @@ stdenv.mkDerivation rec {
preConfigure = '' preConfigure = ''
substituteInPlace ./cmst.pro \ substituteInPlace ./cmst.pro \
--replace "/usr/bin" "$out/bin" \ --replace "/usr/share" "$out/share"
--replace "/usr/share" "$out/usr/share"
substituteInPlace ./cmst.pri \ substituteInPlace ./cmst.pri \
--replace "/usr/lib" "$out/lib" \ --replace "/usr/lib" "$out/lib" \
--replace "/usr/share" "$out/share" --replace "/usr/share" "$out/share"
substituteInPlace ./apps/cmstapp/cmstapp.pro \ substituteInPlace ./apps/cmstapp/cmstapp.pro \
--replace "/usr/bin" "$out/bin" \ --replace "/usr/bin" "$out/bin"
--replace "/usr/share" "$out/share"
substituteInPlace ./apps/rootapp/rootapp.pro \ substituteInPlace ./apps/rootapp/rootapp.pro \
--replace "/etc" "$out/etc" \ --replace "/etc" "$out/etc" \