From f099d5fa2aac03a823c8ad358d6d47fa536eeb1e Mon Sep 17 00:00:00 2001 From: Heiko Becker Date: Sat, 18 Nov 2017 12:15:53 +0100 Subject: [PATCH] generators: Use a specific description for libzip Summary: It appears it's copied and pasted from LibCHM and while it's indeed needed to support displaying CHM files, it's a library of its own. Reviewers: #okular Tags: #okular Differential Revision: https://phabricator.kde.org/D8879 --- generators/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generators/CMakeLists.txt b/generators/CMakeLists.txt index 08e2124af..bc9c3069f 100644 --- a/generators/CMakeLists.txt +++ b/generators/CMakeLists.txt @@ -42,8 +42,8 @@ set_package_properties("KF5KHtml" PROPERTIES find_package(LibZip) set_package_properties("LibZip" PROPERTIES - DESCRIPTION "A library for dealing with Microsoft ITSS/CHM format files" - URL "http://www.jedrea.com/chmlib" + DESCRIPTION "A library for reading, creating, and modifying zip archives" + URL "https://libzip.org/" TYPE RECOMMENDED PURPOSE "Support CHM files in okular.")