mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
lxqt.obconf-qt: 0.16.4 -> 0.16.5
This commit is contained in:
parent
aa9dd15dbd
commit
73e301522d
@ -1,7 +1,6 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, fetchpatch
|
|
||||||
, cmake
|
, cmake
|
||||||
, libSM
|
, libSM
|
||||||
, libXdmcp
|
, libXdmcp
|
||||||
@ -19,13 +18,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "obconf-qt";
|
pname = "obconf-qt";
|
||||||
version = "0.16.4";
|
version = "0.16.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lxqt";
|
owner = "lxqt";
|
||||||
repo = pname;
|
repo = "obconf-qt";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-uF90v56BthEts/Jy+a6kH2b1QFHCtft4ZLxyi/K/Vnc=";
|
hash = "sha256-C7s312DeLiustPBBY4OdjYvN7X6noktLA8LuhlOaVRo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -46,22 +45,14 @@ stdenv.mkDerivation rec {
|
|||||||
qtwayland
|
qtwayland
|
||||||
];
|
];
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "obconf-qt.port-to-qt6";
|
|
||||||
url = "https://patch-diff.githubusercontent.com/raw/lxqt/obconf-qt/pull/230.patch";
|
|
||||||
hash = "sha256-XLt8+/4oMXeli07qTAGc73U9RD1fGYqxTX0QdhuXpII=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater { };
|
passthru.updateScript = gitUpdater { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
homepage = "https://github.com/lxqt/obconf-qt";
|
homepage = "https://github.com/lxqt/obconf-qt";
|
||||||
description = "Qt port of obconf, the Openbox configuration tool";
|
description = "Qt port of obconf, the Openbox configuration tool";
|
||||||
mainProgram = "obconf-qt";
|
mainProgram = "obconf-qt";
|
||||||
license = licenses.gpl2Plus;
|
license = lib.licenses.gpl2Plus;
|
||||||
platforms = with platforms; unix;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = teams.lxqt.members;
|
maintainers = lib.teams.lxqt.members;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user