appmenu-glib-translator: adress code review
This commit is contained in:
parent
9b1ffb0486
commit
6ff856f8db
@ -1,15 +1,13 @@
|
|||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
fetchFromGitLab,
|
fetchFromGitLab,
|
||||||
|
stdenv,
|
||||||
glib,
|
glib,
|
||||||
gtk3,
|
gobject-introspection,
|
||||||
meson,
|
meson,
|
||||||
ninja,
|
ninja,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
gobject-introspection,
|
|
||||||
vala,
|
vala,
|
||||||
stdenv,
|
|
||||||
wrapGAppsHook3,
|
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "appmenu-glib-translator";
|
pname = "appmenu-glib-translator";
|
||||||
@ -19,7 +17,6 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
owner = "vala-panel-project";
|
owner = "vala-panel-project";
|
||||||
repo = "vala-panel-appmenu";
|
repo = "vala-panel-appmenu";
|
||||||
tag = finalAttrs.version;
|
tag = finalAttrs.version;
|
||||||
fetchSubmodules = true;
|
|
||||||
hash = "sha256-v5J3nwViNiSKRPdJr+lhNUdKaPG82fShPDlnmix5tlY=";
|
hash = "sha256-v5J3nwViNiSKRPdJr+lhNUdKaPG82fShPDlnmix5tlY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -30,19 +27,15 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
ninja
|
ninja
|
||||||
|
|
||||||
pkg-config
|
pkg-config
|
||||||
wrapGAppsHook3
|
gobject-introspection
|
||||||
vala
|
vala
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
propagatedBuildInputs = [ glib ];
|
||||||
glib
|
|
||||||
gobject-introspection
|
|
||||||
gtk3
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "GTK module that strips menus from all GTK programs, converts to MenuModel and sends to AppMenu";
|
description = "Library for translating from DBusMenu to GMenuModel";
|
||||||
homepage = "https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tree/${finalAttrs.version}/subprojects/appmenu-gtk-module";
|
homepage = "https://gitlab.com/vala-panel-project/vala-panel-appmenu/-/tree/${finalAttrs.version}/subprojects/appmenu-glib-translator";
|
||||||
license = lib.licenses.lgpl3Plus;
|
license = lib.licenses.lgpl3Plus;
|
||||||
maintainers = with lib.maintainers; [ perchun ];
|
maintainers = with lib.maintainers; [ perchun ];
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user