mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
libgedit-amtk: 5.8.0 → 5.9.0
https://gitlab.gnome.org/World/gedit/libgedit-amtk/-/compare/5.8.0...5.9.0
This commit is contained in:
parent
75ac2a58e9
commit
bbf75a3c3e
@ -1,6 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, lib
|
, lib
|
||||||
, fetchFromGitHub
|
, fetchFromGitLab
|
||||||
, glib
|
, glib
|
||||||
, gtk3
|
, gtk3
|
||||||
, meson
|
, meson
|
||||||
@ -17,15 +17,17 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libgedit-amtk";
|
pname = "libgedit-amtk";
|
||||||
version = "5.8.0";
|
version = "5.9.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitLab {
|
||||||
owner = "gedit-technology";
|
domain = "gitlab.gnome.org";
|
||||||
|
group = "World";
|
||||||
|
owner = "gedit";
|
||||||
repo = "libgedit-amtk";
|
repo = "libgedit-amtk";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-U77/KMZw9k9ukebCXVXAsCa4uJaTgw9irfZ/l0303kk=";
|
hash = "sha256-D6jZmadUHDtxedw/tCsKHzcWXobs6Vb7dyhbVKqu2Zc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
@ -62,12 +64,10 @@ stdenv.mkDerivation rec {
|
|||||||
runHook postCheck
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru.updateScript = gitUpdater {
|
passthru.updateScript = gitUpdater { };
|
||||||
odd-unstable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/gedit-technology/libgedit-amtk";
|
homepage = "https://gitlab.gnome.org/World/gedit/libgedit-amtk";
|
||||||
description = "Actions, Menus and Toolbars Kit for GTK applications";
|
description = "Actions, Menus and Toolbars Kit for GTK applications";
|
||||||
maintainers = with maintainers; [ manveru bobby285271 ];
|
maintainers = with maintainers; [ manveru bobby285271 ];
|
||||||
license = licenses.lgpl21Plus;
|
license = licenses.lgpl21Plus;
|
||||||
|
Loading…
Reference in New Issue
Block a user