gedit: 48.0 → 48.1 (#363201)

This commit is contained in:
Bobby Rong
2024-12-11 21:32:18 +08:00
committed by GitHub
3 changed files with 6 additions and 10 deletions
+2 -6
View File
@@ -21,7 +21,6 @@
, ninja
, gnome
, gspell
, perl
, itstool
, desktop-file-utils
, vala
@@ -29,13 +28,13 @@
stdenv.mkDerivation rec {
pname = "gedit";
version = "48.0";
version = "48.1";
outputs = [ "out" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/gedit/${lib.versions.major version}/gedit-${version}.tar.xz";
sha256 = "/g/vm3sHmRINuGrok6BgA2oTRFNS3tkWm6so04rPDoA=";
hash = "sha256-lx56wmvAo6Pe0np1Y3ckFWh9sOWgkrRUflsQpVhYswo=";
};
patches = [
@@ -50,7 +49,6 @@ stdenv.mkDerivation rec {
libxml2
meson
ninja
perl
pkg-config
python3
vala
@@ -77,9 +75,7 @@ stdenv.mkDerivation rec {
postPatch = ''
chmod +x build-aux/meson/post_install.py
chmod +x plugins/externaltools/scripts/gedit-tool-merge.pl
patchShebangs build-aux/meson/post_install.py
patchShebangs plugins/externaltools/scripts/gedit-tool-merge.pl
'';
# Reliably fails to generate gedit-file-browser-enum-types.h in time
@@ -16,7 +16,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgedit-gtksourceview";
version = "299.3.0";
version = "299.4.0";
outputs = [ "out" "dev" "devdoc" ];
@@ -26,7 +26,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "gedit";
repo = "libgedit-gtksourceview";
rev = finalAttrs.version;
hash = "sha256-C2Bq01PlALJMr7kHsSr9VaSNcktc250yGevRYQ7Ipck=";
hash = "sha256-befm5UIXh2aCpKN2NH0aJhCYLf9j/ug0kVDAD5xNt4k=";
};
patches = [
+2 -2
View File
@@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "libgedit-tepl";
version = "6.11.0";
version = "6.12.0";
outputs = [ "out" "dev" "devdoc" ];
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "gedit";
repo = "libgedit-tepl";
rev = version;
hash = "sha256-8y3EQZKYRcx2ocG7aR7tGBCE/68yPdrBcPNm6O2lM4c=";
hash = "sha256-s3b7wj6b2SM0+i0vXUDDhnspgPcsRAsA5kLblh0orJE=";
};
strictDeps = true;