tepl: 6.4.0 → 6.8.0
https://gitlab.gnome.org/swilmet/tepl/-/compare/6.4.0...6.8.0
This commit is contained in:
parent
0e4d873e28
commit
f0283e4284
1 changed files with 9 additions and 8 deletions
|
@ -1,14 +1,15 @@
|
||||||
{ lib, stdenv
|
{ stdenv
|
||||||
|
, lib
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, meson
|
, meson
|
||||||
, mesonEmulatorHook
|
, mesonEmulatorHook
|
||||||
, ninja
|
, ninja
|
||||||
, amtk
|
|
||||||
, gnome
|
, gnome
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk3
|
, gtk3
|
||||||
, gtksourceview4
|
|
||||||
, icu
|
, icu
|
||||||
|
, libgedit-amtk
|
||||||
|
, libgedit-gtksourceview
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
, docbook-xsl-nons
|
, docbook-xsl-nons
|
||||||
|
@ -16,13 +17,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tepl";
|
pname = "tepl";
|
||||||
version = "6.4.0";
|
version = "6.8.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "XlayBmnQzwX6HWS1jIw0LFkVgSLcUYEA0JPVnfm4cyE=";
|
sha256 = "Rubl8b/bxS5ZVvBq3VdenHaXxnPVPTgD3+do9JC1YPA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
@ -42,9 +43,9 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
amtk
|
|
||||||
gtksourceview4
|
|
||||||
gtk3
|
gtk3
|
||||||
|
libgedit-amtk
|
||||||
|
libgedit-gtksourceview
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -62,7 +63,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://wiki.gnome.org/Projects/Tepl";
|
homepage = "https://wiki.gnome.org/Projects/Tepl";
|
||||||
description = "Text editor product line";
|
description = "Text editor product line";
|
||||||
maintainers = [ maintainers.manveru ];
|
maintainers = with maintainers; [ manveru bobby285271 ];
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue