gnome3.gedit: 3.36.2 -> 3.38.0
* Add vala for vapigen * reformat https://gitlab.gnome.org/GNOME/gedit/-/blob/3.38.0/NEWS Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
This commit is contained in:
co-authored by
WORLDofPEACE
parent
ca51986f03
commit
37405d384a
@@ -1,29 +1,56 @@
|
|||||||
{ stdenv, meson, fetchurl, python3
|
{ stdenv
|
||||||
, pkgconfig, gtk3, glib, adwaita-icon-theme
|
, meson
|
||||||
, libpeas, gtksourceview4, gsettings-desktop-schemas
|
, fetchurl
|
||||||
, wrapGAppsHook, ninja, libsoup, tepl
|
, python3
|
||||||
, gnome3, gspell, perl, itstool, desktop-file-utils
|
, pkgconfig
|
||||||
|
, gtk3
|
||||||
|
, glib
|
||||||
|
, adwaita-icon-theme
|
||||||
|
, libpeas
|
||||||
|
, gtksourceview4
|
||||||
|
, gsettings-desktop-schemas
|
||||||
|
, wrapGAppsHook
|
||||||
|
, ninja
|
||||||
|
, libsoup
|
||||||
|
, tepl
|
||||||
|
, gnome3
|
||||||
|
, gspell
|
||||||
|
, perl
|
||||||
|
, itstool
|
||||||
|
, desktop-file-utils
|
||||||
|
, vala
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gedit";
|
pname = "gedit";
|
||||||
version = "3.36.2";
|
version = "3.38.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gedit/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gedit/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "15s1almlhjlgl3m8lxg6jpzln8jhgdxxjr635a3b7cf58d35b1v8";
|
sha256 = "1y2n3325qvfiaz526vdf7l5wbh5js25djkz3jmg6x3z5dn00dks6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig wrapGAppsHook meson ninja
|
desktop-file-utils
|
||||||
python3 perl itstool desktop-file-utils
|
itstool
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
|
perl
|
||||||
|
pkgconfig
|
||||||
|
python3
|
||||||
|
vala
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3 glib
|
adwaita-icon-theme
|
||||||
adwaita-icon-theme libsoup
|
glib
|
||||||
libpeas gtksourceview4
|
gsettings-desktop-schemas
|
||||||
gsettings-desktop-schemas gspell
|
gspell
|
||||||
|
gtk3
|
||||||
|
gtksourceview4
|
||||||
|
libpeas
|
||||||
|
libsoup
|
||||||
tepl
|
tepl
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user