diff options
author | Lumin Etherlight <lumin+slackbuilds@etherlight.link> | 2024-09-19 06:15:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-19 06:16:55 +0700 |
commit | 74d2cc72109bd0cab5ee7157582a6cdc13b4689e (patch) | |
tree | 2429a515f5e445d9e2362ad6dfa1ef59d846a19f /graphics | |
parent | c3ac9a76985027cb18d13deb3e5aca1c3b09224c (diff) |
graphics/optipng: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/optipng/README | 2 | ||||
-rw-r--r-- | graphics/optipng/optipng.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/optipng/optipng.info | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/graphics/optipng/README b/graphics/optipng/README index 92d87915254c..9f92eb3a4eb5 100644 --- a/graphics/optipng/README +++ b/graphics/optipng/README @@ -4,5 +4,3 @@ OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. - -See also: graphics/pngcrush diff --git a/graphics/optipng/optipng.SlackBuild b/graphics/optipng/optipng.SlackBuild index f3992098748f..52da00141999 100644 --- a/graphics/optipng/optipng.SlackBuild +++ b/graphics/optipng/optipng.SlackBuild @@ -2,10 +2,14 @@ # Slackware build script for OptiPNG # Written by Oleg O. Chukaev -# Modified and now maintained by B. Watson <urchlay@slackware.uk> +# Modified by B. Watson <urchlay@slackware.uk> +# Maintained by Lumin Etherlight <lumin+slackbuilds@etherlight.link> # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240916 lumin: +# - new maintainer. +# - minor readme modification. # 20240905 bkw: # - new maintainer. # - update for v0.7.8. diff --git a/graphics/optipng/optipng.info b/graphics/optipng/optipng.info index d861b184ce55..f0d59dfe7b08 100644 --- a/graphics/optipng/optipng.info +++ b/graphics/optipng/optipng.info @@ -6,5 +6,5 @@ MD5SUM="e340235722cc39ed3b8bc539b9c63f2d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="B. Watson" -EMAIL="urchlay@slackware.uk" +MAINTAINER="Lumin Etherlight" +EMAIL="lumin+slackbuilds@etherlight.link" |