Merge pull request #45362 from peterhoeg/u/okteta
okteta: 17.12.3 -> 0.25.2
This commit is contained in:
commit
5a3f063ebc
@ -4,16 +4,16 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "okteta-${version}";
|
name = "okteta-${version}";
|
||||||
version = "17.12.3";
|
version = "0.25.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://kde/stable/applications/${version}/src/${name}.tar.xz";
|
url = "mirror://kde/stable/okteta/${version}/src/${name}.tar.xz";
|
||||||
sha256 = "03wsv83l1cay2dpcsksad124wzan7kh8zxdw1h0yicn398kdbck4";
|
sha256 = "00mw8gdqvn6vn6ir6kqnp7xi3lpn6iyp4f5aknxwq6mdcxgjmh1p";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ qtscript extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [ shared-mime-info ];
|
buildInputs = [ shared-mime-info ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
kconfig
|
kconfig
|
||||||
kinit
|
kinit
|
||||||
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
karchive
|
karchive
|
||||||
kcrash
|
kcrash
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ peterhoeg bkchr ];
|
maintainers = with maintainers; [ peterhoeg bkchr ];
|
||||||
|
Loading…
Reference in New Issue
Block a user