Merge pull request #264816 from bobby285271/upd/xfce
Xfce updates 2023-11-01
This commit is contained in:
commit
74ff760203
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, mkXfceDerivation
|
, mkXfceDerivation
|
||||||
, fetchpatch
|
|
||||||
, libxfce4util
|
, libxfce4util
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, vala
|
, vala
|
||||||
@ -9,19 +8,9 @@
|
|||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "xfce";
|
category = "xfce";
|
||||||
pname = "xfconf";
|
pname = "xfconf";
|
||||||
version = "4.18.2";
|
version = "4.18.3";
|
||||||
|
|
||||||
sha256 = "sha256-FVNkcwOS4feMocx3vYhuWNs1EkXDrM1FaKkMhIOuPHI=";
|
sha256 = "sha256-Iu/LHyk/lOvu8uJuJRDxIkabiX0vZB4H99vVKRiugVo=";
|
||||||
|
|
||||||
patches = [
|
|
||||||
# fixes a segfault, can likely be removed with 4.18.3,
|
|
||||||
# see https://gitlab.xfce.org/xfce/xfconf/-/issues/35#note_81151
|
|
||||||
(fetchpatch {
|
|
||||||
name = "cache-fix-uncached-value.patch";
|
|
||||||
url = "https://gitlab.xfce.org/xfce/xfconf/-/commit/03f7ff961fd46c9141aba624a278e19de0bf3211.diff";
|
|
||||||
hash = "sha256-n9Wvt7NfKMxs2AcjUWgs4vZgzLUG9jyEVTZxINko4h8=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [ gobject-introspection vala ];
|
nativeBuildInputs = [ gobject-introspection vala ];
|
||||||
|
|
||||||
|
@ -11,10 +11,10 @@
|
|||||||
mkXfceDerivation {
|
mkXfceDerivation {
|
||||||
category = "thunar-plugins";
|
category = "thunar-plugins";
|
||||||
pname = "thunar-archive-plugin";
|
pname = "thunar-archive-plugin";
|
||||||
version = "0.5.1";
|
version = "0.5.2";
|
||||||
odd-unstable = false;
|
odd-unstable = false;
|
||||||
|
|
||||||
sha256 = "sha256-TV70IaZClIyQnMGsJEPN0VxHzZAS5F5jSTLm8VwYuwI=";
|
sha256 = "sha256-vbuFosj2qxDus7vu9WfRiFpLwnTRnmLVGCDa0tNQecU=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
intltool
|
intltool
|
||||||
|
Loading…
Reference in New Issue
Block a user