xfce.libxfce4ui: 4.18.6 -> 4.20.0
https://gitlab.xfce.org/xfce/libxfce4ui/-/compare/libxfce4ui-4.18.6...libxfce4ui-4.20.0
This commit is contained in:
@@ -1,16 +1,45 @@
|
||||
{ lib, mkXfceDerivation, gobject-introspection, vala, gtk3, libICE, libSM
|
||||
, libstartup_notification, libgtop, libepoxy, libxfce4util, xfconf }:
|
||||
{
|
||||
mkXfceDerivation,
|
||||
lib,
|
||||
gobject-introspection,
|
||||
vala,
|
||||
libICE,
|
||||
libSM,
|
||||
libepoxy,
|
||||
libgtop,
|
||||
libgudev,
|
||||
libstartup_notification,
|
||||
xfconf,
|
||||
gtk3,
|
||||
libxfce4util,
|
||||
}:
|
||||
|
||||
mkXfceDerivation {
|
||||
category = "xfce";
|
||||
pname = "libxfce4ui";
|
||||
version = "4.18.6";
|
||||
version = "4.20.0";
|
||||
|
||||
sha256 = "sha256-ojmI745tKLHv26uL1qS/v6hAcLmAV/WF2NAtAhQRUkg=";
|
||||
sha256 = "sha256-M+OapPHQ/WxlkUzHPx+ELstVyGoZanCxCL0N8hDWSN8=";
|
||||
|
||||
nativeBuildInputs = [ gobject-introspection vala ];
|
||||
buildInputs = [ gtk3 libstartup_notification libgtop libepoxy xfconf ];
|
||||
propagatedBuildInputs = [ libxfce4util libICE libSM ];
|
||||
nativeBuildInputs = [
|
||||
gobject-introspection
|
||||
vala
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libICE
|
||||
libSM
|
||||
libepoxy
|
||||
libgtop
|
||||
libgudev
|
||||
libstartup_notification
|
||||
xfconf
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
gtk3
|
||||
libxfce4util
|
||||
];
|
||||
|
||||
configureFlags = [
|
||||
"--with-vendor-info=NixOS"
|
||||
@@ -19,7 +48,10 @@ mkXfceDerivation {
|
||||
meta = with lib; {
|
||||
description = "Widgets library for Xfce";
|
||||
mainProgram = "xfce4-about";
|
||||
license = with licenses; [ lgpl2Plus lgpl21Plus ];
|
||||
license = with licenses; [
|
||||
lgpl2Plus
|
||||
lgpl21Plus
|
||||
];
|
||||
maintainers = with maintainers; [ ] ++ teams.xfce.members;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user