xfce4-settings: 4.13.1 -> 4.13.4 (#43705)

This commit is contained in:
volth 2018-07-18 19:18:45 +00:00 committed by xeji
parent 5e3d434a91
commit 061c7445ed

View File

@ -1,13 +1,13 @@
{ mkXfceDerivation, automakeAddFlags, dbus_glib, exo, garcon, gtk3 { mkXfceDerivation, automakeAddFlags, dbus-glib, exo, garcon, gtk3
, libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null , libnotify ? null, libxfce4ui, libxfce4util, libxklavier ? null
, upower ? null, xfconf, xf86inputlibinput ? null }: , upower ? null, xfconf, xf86inputlibinput ? null }:
mkXfceDerivation rec { mkXfceDerivation rec {
category = "xfce"; category = "xfce";
pname = "xfce4-settings"; pname = "xfce4-settings";
version = "4.13.1"; version = "4.13.4";
sha256 = "010vcgy3qiqykk174jhf50a8q3x4a5qq2lf6b0wcbyzv7aikydrw"; sha256 = "0qnnpvcs2hpfq3n4byjwq343p95i9xw96rq7ym4md4mahnk176dy";
postPatch = '' postPatch = ''
automakeAddFlags xfce4-settings-editor/Makefile.am xfce4_settings_editor_CFLAGS DBUS_GLIB_CFLAGS automakeAddFlags xfce4-settings-editor/Makefile.am xfce4_settings_editor_CFLAGS DBUS_GLIB_CFLAGS
@ -19,7 +19,7 @@ mkXfceDerivation rec {
nativeBuildInputs = [ automakeAddFlags ]; nativeBuildInputs = [ automakeAddFlags ];
buildInputs = [ buildInputs = [
dbus_glib dbus-glib
exo exo
garcon garcon
gtk3 gtk3