xfce.xfce4-panel: 4.14.4 -> 4.16.2
This commit is contained in:
parent
246bfbad15
commit
df2acf597b
@ -1,17 +1,48 @@
|
|||||||
{ mkXfceDerivation, tzdata, exo, garcon, gtk2, gtk3, glib, gettext, glib-networking, libxfce4ui, libxfce4util, libwnck3, xfconf, gobject-introspection }:
|
{ mkXfceDerivation
|
||||||
|
, exo
|
||||||
|
, garcon
|
||||||
|
, gettext
|
||||||
|
, glib
|
||||||
|
, gobject-introspection
|
||||||
|
, gtk3
|
||||||
|
, libdbusmenu-gtk3
|
||||||
|
, libwnck3
|
||||||
|
, libxfce4ui
|
||||||
|
, libxfce4util
|
||||||
|
, tzdata
|
||||||
|
, vala
|
||||||
|
, xfconf
|
||||||
|
}:
|
||||||
|
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfce4-panel";
|
pname = "xfce4-panel";
|
||||||
version = "4.14.4";
|
version = "4.16.2";
|
||||||
|
|
||||||
sha256 = "1srzgb9vsvfrbhym74zkz9hdhxcrvbffxpfgv5vprhlwxw3vk3fq";
|
sha256 = "0wy66viwjnp1c0lgf90fp3vyqy0f1m1kbfdym8a0yrv2b6sn3958";
|
||||||
|
|
||||||
nativeBuildInputs = [ gobject-introspection ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ exo garcon gtk2 gtk3 glib glib-networking libxfce4ui libxfce4util libwnck3 xfconf ];
|
gobject-introspection
|
||||||
|
vala
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
exo
|
||||||
|
garcon
|
||||||
|
libdbusmenu-gtk3
|
||||||
|
libxfce4ui
|
||||||
|
libwnck3
|
||||||
|
xfconf
|
||||||
|
tzdata
|
||||||
|
];
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
glib
|
||||||
|
gtk3
|
||||||
|
libxfce4util
|
||||||
|
];
|
||||||
|
|
||||||
patches = [ ./xfce4-panel-datadir.patch ];
|
patches = [ ./xfce4-panel-datadir.patch ];
|
||||||
patchFlags = [ "-p1" ];
|
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
for f in $(find . -name \*.sh); do
|
for f in $(find . -name \*.sh); do
|
||||||
@ -21,9 +52,10 @@ mkXfceDerivation {
|
|||||||
--replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
--replace "/usr/share/zoneinfo" "${tzdata}/share/zoneinfo"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
configureFlags = [ "--enable-gtk3" ];
|
# Workaround https://bugzilla.xfce.org/show_bug.cgi?id=15825
|
||||||
|
NIX_CFLAGS_COMPILE = "-I${glib.dev}/include/gio-unix-2.0";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Xfce's panel";
|
description = "Xfce's panel";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user