xfce.xfce4-panel: 4.20.3 -> 4.20.4 (#402021)
This commit is contained in:
commit
cfc9e092bf
@ -2,6 +2,8 @@
|
|||||||
stdenv,
|
stdenv,
|
||||||
lib,
|
lib,
|
||||||
mkXfceDerivation,
|
mkXfceDerivation,
|
||||||
|
fetchpatch,
|
||||||
|
python3,
|
||||||
cairo,
|
cairo,
|
||||||
exo,
|
exo,
|
||||||
garcon,
|
garcon,
|
||||||
@ -26,15 +28,28 @@
|
|||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfce4-panel";
|
pname = "xfce4-panel";
|
||||||
version = "4.20.3";
|
version = "4.20.4";
|
||||||
|
|
||||||
sha256 = "sha256-tLWjU0M7tuE+qqDwaE1CtnOjDiPWno8Mf7hhxYxbvjo=";
|
sha256 = "sha256-P1EZefpGRZ0DQ5S4Okw9pyly23d+UdPp5xMj1wJc44c=";
|
||||||
|
|
||||||
nativeBuildInputs = lib.optionals withIntrospection [
|
patches = [
|
||||||
gobject-introspection
|
# Fixes panel not shown on external display after reconnecting
|
||||||
vala # vala bindings require GObject introspection
|
# https://gitlab.xfce.org/xfce/xfce4-panel/-/issues/925
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://gitlab.xfce.org/xfce/xfce4-panel/-/commit/e2451cacd950f4b7539efd1e5e36b067515dba9b.patch";
|
||||||
|
hash = "sha256-h2iPlghHJeHD9PJp6RJrRx4MBsaqXuNclAJW6CKHE4A=";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs =
|
||||||
|
[
|
||||||
|
python3
|
||||||
|
]
|
||||||
|
++ lib.optionals withIntrospection [
|
||||||
|
gobject-introspection
|
||||||
|
vala # vala bindings require GObject introspection
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
cairo
|
cairo
|
||||||
exo
|
exo
|
||||||
@ -55,6 +70,8 @@ mkXfceDerivation {
|
|||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
patchShebangs xdt-gen-visibility
|
||||||
|
|
||||||
substituteInPlace plugins/clock/clock.c \
|
substituteInPlace plugins/clock/clock.c \
|
||||||
--replace-fail "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
--replace-fail "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user