cinnamon.xviewer: 3.2.4 -> 3.2.9

Ported to Meson.
This commit is contained in:
Bobby Rong 2022-07-18 11:05:52 +08:00
parent 9c21438777
commit 52ca18d8c6
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -1,24 +1,25 @@
{ stdenv
, lib
, fetchFromGitHub
, autoreconfHook
, cinnamon-desktop
, file
, docbook_xsl
, exempi
, gdk-pixbuf
, glib
, gobject-introspection
, gtk-doc
, gtk3
, intltool
, gtk-doc
, itstool
, lcms2
, libexif
, libjpeg
, libpeas
, libtool
, librsvg
, libxml2
, meson
, ninja
, pkg-config
, shared-mime-info
, python3
, wrapGAppsHook
, xapps
, yelp-tools
@ -26,39 +27,41 @@
stdenv.mkDerivation rec {
pname = "xviewer";
version = "3.2.4";
version = "3.2.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-OyHSBXtJ/TExl06NLUAaIZq4u0+fI3YGQ37HRZeNP+0=";
sha256 = "sha256-sDDQ/LGhHH13gRjVfpTyHYsYhelp80KNE75I8AlskoU=";
};
nativeBuildInputs = [
wrapGAppsHook
autoreconfHook
cinnamon-desktop
docbook_xsl
gdk-pixbuf
gobject-introspection
gtk-doc
intltool
itstool
libtool
meson
ninja
pkg-config
python3
wrapGAppsHook
yelp-tools
];
buildInputs = [
exempi
glib
gtk3
lcms2
libexif
libjpeg
libpeas
librsvg
libxml2
shared-mime-info
xapps
lcms2
];
meta = with lib; {