Merge pull request #145715 from dotlambda/metadata-cleaner-2.0.1
metadata-cleaner: 1.0.7 -> 2.0.1
This commit is contained in:
commit
14be8ae9ee
1 changed files with 9 additions and 7 deletions
|
@ -5,8 +5,9 @@
|
||||||
, desktop-file-utils
|
, desktop-file-utils
|
||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gtk3
|
, gtk4
|
||||||
, libhandy
|
, itstool
|
||||||
|
, libadwaita
|
||||||
, librsvg
|
, librsvg
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
|
@ -17,7 +18,7 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "metadata-cleaner";
|
pname = "metadata-cleaner";
|
||||||
version = "1.0.7";
|
version = "2.0.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
|
@ -25,14 +26,15 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "rmnvgr";
|
owner = "rmnvgr";
|
||||||
repo = "metadata-cleaner";
|
repo = "metadata-cleaner";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-HlP/QahVFCAct06pKanjozFqeyTdHoHanIemq5ID2CQ=";
|
sha256 = "sha256-iTKs3DEZSzqRARXJKPPygvCS5JNUMbQBkfjacwd168Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
appstream
|
appstream
|
||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk4
|
||||||
|
itstool
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
|
@ -41,8 +43,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk3
|
gtk4
|
||||||
libhandy
|
libadwaita
|
||||||
librsvg
|
librsvg
|
||||||
poppler_gi
|
poppler_gi
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue