deepin.deepin-reader: 5.10.28 -> 5.10.29

This commit is contained in:
rewine 2023-03-12 22:30:00 +08:00
parent f94a71f899
commit e249df14b4
No known key found for this signature in database
GPG Key ID: AABB329787290824

View File

@ -16,19 +16,18 @@
, libspectre
, openjpeg
, djvulibre
, gtest
, qtbase
}:
stdenv.mkDerivation rec {
pname = "deepin-reader";
version = "5.10.28";
version = "5.10.29";
src = fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "sha256-0jHhsxEjBbu3ktvjX1eKnkZDwzRk9MrUSJSdYeOvWtI=";
sha256 = "sha256-IpgmTmnrPWc9EFZVM+S2nFxdpPjbgXqEWUnK/O9FmUg=";
};
patches = [ ./use-pkg-config.diff ];
@ -56,7 +55,10 @@ stdenv.mkDerivation rec {
libspectre
djvulibre
openjpeg
gtest
];
qmakeFlags = [
"DEFINES+=VERSION=${version}"
];
# qt5integration must be placed before qtsvg in QT_PLUGIN_PATH