diff options
author | Logan Rathbone <poprocks@gmail.com> | 2023-08-12 13:03:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-13 07:18:36 +0700 |
commit | a7244477f274d5ec189bed7f92760cf58c229536 (patch) | |
tree | ff9da70868cfa4caeeef8e77736331803606297a /graphics/unpaper/unpaper.info | |
parent | 52c3bcb8516c7dd2859750dd9f300515c6ad25b3 (diff) |
graphics/unpaper: Update for 7.0.0
Build system has moved to meson, so rewrite the SlackBuild based on the
standard meson template.
The manpage now requires "sphinx" to be built, which is a large python
package with many dependencies. Patch out the building of same by
default, and add the optional dep of Sphinx and the option SPHINX=true
for those that want it.
Update the README file to reflect this build option/optional dep, and
re-paragraph it to make it more readable.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/unpaper/unpaper.info')
-rw-r--r-- | graphics/unpaper/unpaper.info | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/unpaper/unpaper.info b/graphics/unpaper/unpaper.info index c554b09a890e8..a1a652c7a1c0b 100644 --- a/graphics/unpaper/unpaper.info +++ b/graphics/unpaper/unpaper.info @@ -1,8 +1,8 @@ PRGNAM="unpaper" -VERSION="6.1" +VERSION="7.0" HOMEPAGE="https://www.flameeyes.com/projects/unpaper" -DOWNLOAD="https://www.flameeyes.com/files/unpaper-6.1.tar.xz" -MD5SUM="b5e79645765be7c7ae0e003697bdb9e2" +DOWNLOAD="https://www.flameeyes.com/files/unpaper-7.0.0.tar.xz" +MD5SUM="24be66b049a27b6f841cc7444ceff9cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |