Merge pull request #294643 from bobby285271/upd/xfce
Xfce updates 2024-03-10
This commit is contained in:
commit
997da97066
2 changed files with 6 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "libxfce4ui";
|
pname = "libxfce4ui";
|
||||||
version = "4.18.5";
|
version = "4.18.6";
|
||||||
|
|
||||||
sha256 = "sha256-Jf+oxdUWXJJmMoJ9kIx9F+ndb2c6bNpf+JOzxpi2Lwo=";
|
sha256 = "sha256-ojmI745tKLHv26uL1qS/v6hAcLmAV/WF2NAtAhQRUkg=";
|
||||||
|
|
||||||
nativeBuildInputs = [ gobject-introspection vala ];
|
nativeBuildInputs = [ gobject-introspection vala ];
|
||||||
buildInputs = [ gtk3 libstartup_notification libgtop libepoxy xfconf ];
|
buildInputs = [ gtk3 libstartup_notification libgtop libepoxy xfconf ];
|
||||||
|
|
|
@ -5,6 +5,7 @@
|
||||||
, intltool
|
, intltool
|
||||||
, glib
|
, glib
|
||||||
, gtk3
|
, gtk3
|
||||||
|
, json_c
|
||||||
, libxml2
|
, libxml2
|
||||||
, libsoup
|
, libsoup
|
||||||
, upower
|
, upower
|
||||||
|
@ -22,11 +23,11 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-weather-plugin";
|
pname = "xfce4-weather-plugin";
|
||||||
version = "0.11.1";
|
version = "0.11.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "sha256-pFFG+aDc3JXRkcCcZK0nmuKJz4+BHEQz4I4xplaEUjk=";
|
sha256 = "sha256-ZdQK/3hjVQhYqfnStgVPJ8aaPn5xKZF4WYf5pzu6h2s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk3
|
||||||
|
json_c
|
||||||
libxml2
|
libxml2
|
||||||
libsoup
|
libsoup
|
||||||
upower
|
upower
|
||||||
|
|
Loading…
Reference in a new issue