compton-conf: 0.2.0 -> 0.2.1
This commit is contained in:
parent
2070627040
commit
bed2f5c4a6
|
@ -3,25 +3,24 @@
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
pname = "compton-conf";
|
pname = "compton-conf";
|
||||||
version = "0.2.0";
|
version = "0.2.1";
|
||||||
|
|
||||||
srcs = fetchFromGitHub {
|
srcs = fetchFromGitHub {
|
||||||
owner = "lxde";
|
owner = "lxde";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "04svxawa8l0ciflrspkzi13nnl7bljmfwwrgxn5lb3sw6qdcmdlk";
|
sha256 = "1hmirhsz010h6a6k7my1krh5nw5ds4x00c5fq6apamrdd8d4zrmq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake pkgconfig ];
|
nativeBuildInputs = [
|
||||||
|
cmake
|
||||||
|
pkgconfig
|
||||||
|
lxqt.lxqt-build-tools
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qt5.qtbase
|
qt5.qtbase
|
||||||
qt5.qttools
|
qt5.qttools
|
||||||
qt5.qtx11extras
|
|
||||||
qt5.qtsvg
|
|
||||||
kde5.kwindowsystem
|
|
||||||
lxqt.liblxqt
|
|
||||||
lxqt.libqtxdg
|
|
||||||
libconfig
|
libconfig
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -31,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "GUI configuration tool for compton X composite manager";
|
description = "GUI configuration tool for compton X composite manager";
|
||||||
homepage = https://github.com/lxde/compton-conf;
|
homepage = https://github.com/lxde/compton-conf;
|
||||||
license = licenses.lgpl21;
|
license = licenses.lgpl21;
|
||||||
maintainers = with maintainers; [ romildo ];
|
|
||||||
platforms = with platforms; unix;
|
platforms = with platforms; unix;
|
||||||
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue