kazam: unstable-2021-06-22 -> 1.5.5-unstable-2025-01-02
13f6ce124e...b6c1bddc9a
This commit is contained in:
parent
a6f9c18cbe
commit
4db19edbcc
@ -16,16 +16,16 @@
|
|||||||
libgudev,
|
libgudev,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "kazam";
|
pname = "kazam";
|
||||||
version = "unstable-2021-06-22";
|
version = "1.5.5-unstable-2025-01-02";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "niknah";
|
owner = "niknah";
|
||||||
repo = "kazam";
|
repo = "kazam";
|
||||||
rev = "13f6ce124e5234348f56358b9134a87121f3438c";
|
rev = "b6c1bddc9ac93aad50476f2c87fec9f0cf204f2a";
|
||||||
sha256 = "1jk6khwgdv3nmagdgp5ivz3156pl0ljhf7b6i4b52w1h5ywsg9ah";
|
hash = "sha256-xllpNoKeSXVWZhzlY60ZDnWIKoAW+cd08Tb1413Ldpk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -51,6 +51,7 @@ python3Packages.buildPythonApplication {
|
|||||||
];
|
];
|
||||||
|
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
|
distro
|
||||||
pygobject3
|
pygobject3
|
||||||
pyxdg
|
pyxdg
|
||||||
pycairo
|
pycairo
|
||||||
@ -71,11 +72,12 @@ python3Packages.buildPythonApplication {
|
|||||||
|
|
||||||
pythonImportsCheck = [ "kazam" ];
|
pythonImportsCheck = [ "kazam" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = "Screencasting program created with design in mind";
|
description = "Screencasting program created with design in mind";
|
||||||
homepage = "https://github.com/niknah/kazam";
|
homepage = "https://github.com/niknah/kazam";
|
||||||
license = licenses.lgpl3;
|
changelog = "https://github.com/niknah/kazam/raw/${src.rev}/NEWS";
|
||||||
platforms = platforms.linux;
|
license = lib.licenses.lgpl3;
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
mainProgram = "kazam";
|
mainProgram = "kazam";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user