diff options
author | adridg <adridg@FreeBSD.org> | 2018-06-03 06:03:00 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-06-03 06:03:00 +0800 |
commit | 2463e6594de28e2de793cc4f9db36acac6a5062a (patch) | |
tree | 77b33bdc0ecf0aa493073b31bcc1306c61ec51f5 /graphics/kdegraphics | |
parent | 040c2c05d8c64117ea250f114b0b7cbd38249681 (diff) | |
download | freebsd-ports-gnome-2463e6594de28e2de793cc4f9db36acac6a5062a.tar.gz freebsd-ports-gnome-2463e6594de28e2de793cc4f9db36acac6a5062a.tar.zst freebsd-ports-gnome-2463e6594de28e2de793cc4f9db36acac6a5062a.zip |
New port graphics/skanlite
This is the current version of skanlite, based on KDE Frameworks 5 and
shipped as part of KDE Applications. The legacy KDE4 version was moved
aside in r465503. Now add the modern version of the same application
and add it as a default part of the kdegraphics meta-port.
Reviewed by: tcberner
Differential Revision: https://reviews.freebsd.org/D15296
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 237d9cf69dcb..adebf78db232 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdegraphics DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= graphics kde MAINTAINER= kde@FreeBSD.org @@ -15,8 +16,9 @@ OPTIONS_DEFINE= GPHOTO \ KCOLORCHOOSER \ KOLOURPAINT \ KRULER \ - SPECTACLE \ MOBIPOCKET \ + SKANLITE \ + SPECTACLE \ SVG \ THUMBNAILER @@ -37,6 +39,9 @@ KOLOURPAINT_RUN_DEPENDS= kolourpaint>=${KDE_APPLICATIONS_VERSION}:graphics/kolou KRULER_DESC= Screen ruler KRULER_RUN_DEPENDS= kruler>=${KDE_APPLICATIONS_VERSION}:deskutils/kruler +SKANLITE_DESC= Simple scanning application +SKANLITE_RUN_DEPENDS= skanlite>=2.1:graphics/skanlite + SPECTACLE_DESC= Screen capture program SPECTACLE_RUN_DEPENDS= spectacle>=${KDE_APPLICATIONS_VERSION}:graphics/spectacle |