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
remotes/origin/Applications/17.12
Heiko Becker 8 years ago
parent 7eaa3cb659
commit f099d5fa2a
  1. 4
      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.")

Loading…
Cancel
Save