Merge pull request #207680 from romildo/upd.xfce4-settings
xfce.xfce4-settings: 4.18.0 -> 4.18.1
This commit is contained in:
commit
5affcefe9b
1 changed files with 16 additions and 5 deletions
|
@ -1,13 +1,24 @@
|
||||||
{ lib, mkXfceDerivation, exo, garcon, gtk3, glib
|
{ lib
|
||||||
, libnotify, libxfce4ui, libxfce4util, libxklavier
|
, mkXfceDerivation
|
||||||
, upower, xfconf, xf86inputlibinput }:
|
, exo
|
||||||
|
, garcon
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, libnotify
|
||||||
|
, libxfce4ui
|
||||||
|
, libxfce4util
|
||||||
|
, libxklavier
|
||||||
|
, upower
|
||||||
|
, xfconf
|
||||||
|
, xf86inputlibinput
|
||||||
|
}:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfce4-settings";
|
pname = "xfce4-settings";
|
||||||
version = "4.18.0";
|
version = "4.18.1";
|
||||||
|
|
||||||
sha256 = "sha256-T0sPcsyGqa0hEXIb/mhxb29OnuLmHey6Tt/iB4nQvoM=";
|
sha256 = "sha256-Uy5dObnMV+fpt8RdyFOsYVPN8Dyx1zzOu0pDak01ipQ=";
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for f in xfsettingsd/pointers.c dialogs/mouse-settings/main.c; do
|
for f in xfsettingsd/pointers.c dialogs/mouse-settings/main.c; do
|
||||||
|
|
Loading…
Reference in a new issue