xreader: 4.4.0 -> 4.6.0 (#464271)

This commit is contained in:
Bobby Rong
2025-11-24 13:11:05 +00:00
committed by GitHub
+9 -2
View File
@@ -11,6 +11,7 @@
libarchive,
libxml2,
xapp,
xapp-symbolic-icons,
meson,
pkg-config,
cairo,
@@ -36,13 +37,13 @@
stdenv.mkDerivation rec {
pname = "xreader";
version = "4.4.0";
version = "4.6.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xreader";
rev = version;
hash = "sha256-56G+UmYTNEp9lMU56Nm+OIuPwXwhDt92ANkaC0NWZZQ=";
hash = "sha256-cp/pZ42AS98AD78BVMeY3SHQHkYA2h4o0kddr/H+kUA=";
};
nativeBuildInputs = [
@@ -77,6 +78,12 @@ stdenv.mkDerivation rec {
djvulibre
];
preFixup = ''
gappsWrapperArgs+=(
--prefix XDG_DATA_DIRS : "${lib.makeSearchPath "share" [ xapp-symbolic-icons ]}"
)
'';
meta = with lib; {
description = "Document viewer capable of displaying multiple and single page
document formats like PDF and Postscript";