labwc: 0.3.0 -> 0.4.0

labwc: 0.3.0 -> 0.4.0

Update pkgs/applications/window-managers/labwc/default.nix

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

Apply PR feedback - imports reordered, description updated, wlroots version incremented
This commit is contained in:
Erika Kuykendall 2022-01-27 17:03:35 -05:00
parent 2b14787033
commit eaf9d8f598
2 changed files with 14 additions and 13 deletions

View file

@ -1,33 +1,33 @@
{ lib
, stdenv
, fetchFromGitHub
, pkg-config
, meson
, ninja
, cairo
, glib
, libdrm
, libinput
, libxcb
, libxkbcommon
, libxml2
, meson
, ninja
, pango
, pkg-config
, scdoc
, wayland
, wayland-protocols
, wlroots
, libxcb
, libxkbcommon
, xwayland
, libdrm
, scdoc
}:
stdenv.mkDerivation rec {
pname = "labwc";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "johanmalm";
owner = "labwc";
repo = pname;
rev = version;
sha256 = "sha256-v8LGiQG/n1IXeVMPWyiP9MgZzZLW78JftvxnRVTswaM=";
hash = "sha256-O9jVDR7UROt5u8inUsZjbzB3dQTosiLYqXkeOyGrbaM=";
};
nativeBuildInputs = [
@ -36,6 +36,7 @@ stdenv.mkDerivation rec {
pkg-config
scdoc
];
buildInputs = [
cairo
glib
@ -54,8 +55,8 @@ stdenv.mkDerivation rec {
mesonFlags = [ "-Dxwayland=enabled" ];
meta = with lib; {
homepage = "https://github.com/johanmalm/labwc";
description = "Openbox alternative for Wayland";
homepage = "https://github.com/labwc/labwc";
description = "A Wayland stacking compositor, similar to Openbox";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ AndersonTorres ];
platforms = platforms.unix;

View file

@ -26854,7 +26854,7 @@ with pkgs;
lame = callPackage ../development/libraries/lame { };
labwc = callPackage ../applications/window-managers/labwc {
wlroots = wlroots_0_14;
wlroots = wlroots_0_15;
};
larswm = callPackage ../applications/window-managers/larswm { };