xfce:xfce4-settings: 4.14.3 -> 4.16.0

This commit is contained in:
José Romildo Malaquias 2021-03-02 09:28:54 -03:00
parent 6a8196aa57
commit a397623952

View file

@ -1,16 +1,16 @@
{ mkXfceDerivation, automakeAddFlags, exo, garcon, gtk3, glib { mkXfceDerivation, exo, garcon, gtk3, glib
, libnotify, libxfce4ui, libxfce4util, libxklavier , libnotify, libxfce4ui, libxfce4util, libxklavier
, upower, xfconf, xf86inputlibinput }: , upower, xfconf, xf86inputlibinput }:
mkXfceDerivation { mkXfceDerivation {
category = "xfce"; category = "xfce";
pname = "xfce4-settings"; pname = "xfce4-settings";
version = "4.14.3"; version = "4.16.0";
sha256 = "1zzngdj7mp2r6rcs8gvda1218zlz5gpnc6gsp20z32l69psp3yld"; sha256 = "0iha3jm7vmgk6hq7z4l2r7w9qm5jraka0z580i8i83704kfx9g0y";
postPatch = '' postPatch = ''
for f in $(find . -name \*.c); do for f in xfsettingsd/pointers.c dialogs/mouse-settings/main.c; do
substituteInPlace $f --replace \"libinput-properties.h\" '<xorg/libinput-properties.h>' substituteInPlace $f --replace \"libinput-properties.h\" '<xorg/libinput-properties.h>'
done done
''; '';