mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
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
This commit is contained in:
parent
976128edd2
commit
a5aa446856
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=471406
8 changed files with 68 additions and 3 deletions
1
MOVED
1
MOVED
|
@ -10093,7 +10093,6 @@ net-im/ktp-kded-integration-module|net-im/ktp-kded-integration-module-kde4|2018-
|
||||||
net-im/plasma-applet-ktp|net-im/plasma-applet-ktp-kde4|2018-03-23|Make room for KDE updates
|
net-im/plasma-applet-ktp|net-im/plasma-applet-ktp-kde4|2018-03-23|Make room for KDE updates
|
||||||
multimedia/gmencoder||2018-03-23|Abandonware, does not support modern codecs
|
multimedia/gmencoder||2018-03-23|Abandonware, does not support modern codecs
|
||||||
mail/wanderlust-devel|mail/wanderlust|2018-03-23|Removed, use mail/wanderlust instead
|
mail/wanderlust-devel|mail/wanderlust|2018-03-23|Removed, use mail/wanderlust instead
|
||||||
graphics/skanlite|graphics/skanlite-kde4|2018-03-25|Make room for KDE updates
|
|
||||||
lang/x10||2018-03-25|Has expired: Broken for more than 6 months
|
lang/x10||2018-03-25|Has expired: Broken for more than 6 months
|
||||||
science/siril|astro/siril|2018-03-25|Moved to a more appropriate category
|
science/siril|astro/siril|2018-03-25|Moved to a more appropriate category
|
||||||
net/samba44|net/samba45|2018-03-26|Has expired: unsupported upstream
|
net/samba44|net/samba45|2018-03-26|Has expired: unsupported upstream
|
||||||
|
|
|
@ -1053,6 +1053,7 @@
|
||||||
SUBDIR += simage
|
SUBDIR += simage
|
||||||
SUBDIR += simpleviewer
|
SUBDIR += simpleviewer
|
||||||
SUBDIR += sk1libs
|
SUBDIR += sk1libs
|
||||||
|
SUBDIR += skanlite
|
||||||
SUBDIR += skanlite-kde4
|
SUBDIR += skanlite-kde4
|
||||||
SUBDIR += smillaenlarger
|
SUBDIR += smillaenlarger
|
||||||
SUBDIR += spectacle
|
SUBDIR += spectacle
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= kdegraphics
|
PORTNAME= kdegraphics
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics kde
|
CATEGORIES= graphics kde
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
|
@ -15,8 +16,9 @@ OPTIONS_DEFINE= GPHOTO \
|
||||||
KCOLORCHOOSER \
|
KCOLORCHOOSER \
|
||||||
KOLOURPAINT \
|
KOLOURPAINT \
|
||||||
KRULER \
|
KRULER \
|
||||||
SPECTACLE \
|
|
||||||
MOBIPOCKET \
|
MOBIPOCKET \
|
||||||
|
SKANLITE \
|
||||||
|
SPECTACLE \
|
||||||
SVG \
|
SVG \
|
||||||
THUMBNAILER
|
THUMBNAILER
|
||||||
|
|
||||||
|
@ -37,6 +39,9 @@ KOLOURPAINT_RUN_DEPENDS= kolourpaint>=${KDE_APPLICATIONS_VERSION}:graphics/kolou
|
||||||
KRULER_DESC= Screen ruler
|
KRULER_DESC= Screen ruler
|
||||||
KRULER_RUN_DEPENDS= kruler>=${KDE_APPLICATIONS_VERSION}:deskutils/kruler
|
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_DESC= Screen capture program
|
||||||
SPECTACLE_RUN_DEPENDS= spectacle>=${KDE_APPLICATIONS_VERSION}:graphics/spectacle
|
SPECTACLE_RUN_DEPENDS= spectacle>=${KDE_APPLICATIONS_VERSION}:graphics/spectacle
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,10 @@ PKGNAMESUFFIX= -kde4
|
||||||
DIST_SUBDIR= KDE/extragear
|
DIST_SUBDIR= KDE/extragear
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Simple image scanning application for KDE
|
COMMENT= Simple image scanning application for KDE4
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/src/COPYING
|
||||||
|
|
||||||
LIB_DEPENDS= libksane.so:graphics/libksane-kde4
|
LIB_DEPENDS= libksane.so:graphics/libksane-kde4
|
||||||
|
|
||||||
|
@ -17,4 +20,6 @@ USES= cmake:outsource gettext kde:4 tar:xz
|
||||||
USE_KDE= kdelibs automoc4
|
USE_KDE= kdelibs automoc4
|
||||||
USE_QT4= qmake_build moc_build rcc_build uic_build
|
USE_QT4= qmake_build moc_build rcc_build uic_build
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= skanlite
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
26
graphics/skanlite/Makefile
Normal file
26
graphics/skanlite/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= skanlite
|
||||||
|
DISTVERSION= 2.1.0
|
||||||
|
CATEGORIES= graphics kde
|
||||||
|
MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION:R}/
|
||||||
|
|
||||||
|
MAINTAINER= kde@FreeBSD.org
|
||||||
|
COMMENT= Simple image scanning application
|
||||||
|
|
||||||
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/src/COPYING
|
||||||
|
|
||||||
|
LIB_DEPENDS= libKF5Sane.so:graphics/libksane \
|
||||||
|
libpng16.so:graphics/png
|
||||||
|
|
||||||
|
USES= cmake:outsource gettext kde:5 tar:xz
|
||||||
|
USE_KDE= ecm auth config configwidgets codecs completion \
|
||||||
|
coreaddons doctools i18n jobwidgets kio \
|
||||||
|
service widgetsaddons xmlgui
|
||||||
|
USE_QT5= buildtools_build qmake_build \
|
||||||
|
core concurrent dbus gui network widgets xml
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= skanlite-kde4
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
graphics/skanlite/distinfo
Normal file
3
graphics/skanlite/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1525441048
|
||||||
|
SHA256 (skanlite-2.1.0.tar.xz) = e625db6eed8e2ca9713936ae8175fb96d30d88c0986528ee8845d198624e41bd
|
||||||
|
SIZE (skanlite-2.1.0.tar.xz) = 1121468
|
7
graphics/skanlite/pkg-descr
Normal file
7
graphics/skanlite/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
Skanlite is a simple image scanning application that does nothing
|
||||||
|
more than scan and save images. Skanlite can open a save dialog
|
||||||
|
for every image scanned or save the images immediately in a specified
|
||||||
|
directory with auto-generated names and format. The user can also
|
||||||
|
choose to show the scanned image before saving.
|
||||||
|
|
||||||
|
WWW: http://www.kde.org/applications/graphics/skanlite
|
19
graphics/skanlite/pkg-plist
Normal file
19
graphics/skanlite/pkg-plist
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
bin/skanlite
|
||||||
|
share/applications/org.kde.skanlite.desktop
|
||||||
|
share/doc/HTML/en/skanlite/buttons-main.png
|
||||||
|
share/doc/HTML/en/skanlite/choose-scanner.png
|
||||||
|
share/doc/HTML/en/skanlite/final-button.png
|
||||||
|
share/doc/HTML/en/skanlite/index.cache.bz2
|
||||||
|
share/doc/HTML/en/skanlite/index.docbook
|
||||||
|
share/doc/HTML/en/skanlite/main-window.png
|
||||||
|
share/doc/HTML/en/skanlite/multiple-selections.png
|
||||||
|
share/doc/HTML/en/skanlite/no-scanner-found.png
|
||||||
|
share/doc/HTML/en/skanlite/other-options.png
|
||||||
|
share/doc/HTML/en/skanlite/preview-button.png
|
||||||
|
share/doc/HTML/en/skanlite/preview.png
|
||||||
|
share/doc/HTML/en/skanlite/save-location.png
|
||||||
|
share/doc/HTML/en/skanlite/scanning.png
|
||||||
|
share/doc/HTML/en/skanlite/settings.png
|
||||||
|
share/doc/HTML/en/skanlite/zoom-in.png
|
||||||
|
share/doc/HTML/en/skanlite/zoom-to-fit.png
|
||||||
|
share/metainfo/org.kde.skanlite.appdata.xml
|
Loading…
Add table
Reference in a new issue