Import skanlite-2.1.0; Tweak and OK kn@
Comment: scanning application for KDE Description: Skanlite is a simple image scanning application to scan and save images. Skanlite is based on libksane, an interface for SANE library to control image scanners. Features: - Save dialog for every image scanned or saving the images immediately in a specified folder with auto-generated names and format - Support for networks scanners - Preview with selection feature for the final scan - Scanning multiple selections of an image Maintainer: Rafael Sadowski <rsadowski@openbsd.org> WWW: https://kde.org/applications/graphics/org.kde.skanlite
This commit is contained in:
parent
56f6976536
commit
4a618bcf46
51
graphics/skanlite/Makefile
Normal file
51
graphics/skanlite/Makefile
Normal file
@ -0,0 +1,51 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2020/03/24 21:02:59 rsadowski Exp $
|
||||
|
||||
COMMENT = scanning application for KDE
|
||||
|
||||
VERSION = 2.1.0
|
||||
DISTNAME = skanlite-${VERSION}
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
HOMEPAGE = https://kde.org/applications/graphics/org.kde.skanlite
|
||||
|
||||
MAINTAINER = Rafael Sadowski <rsadowski@openbsd.org>
|
||||
|
||||
# GPLv2+, GNU FDLv1.3
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} KF5Auth KF5AuthCore KF5Codecs KF5Completion
|
||||
WANTLIB += KF5ConfigCore KF5ConfigGui KF5ConfigWidgets KF5CoreAddons
|
||||
WANTLIB += KF5I18n KF5JobWidgets KF5KIOCore KF5KIOWidgets KF5Sane
|
||||
WANTLIB += KF5Service KF5WidgetsAddons KF5XmlGui Qt5Concurrent
|
||||
WANTLIB += Qt5Core Qt5DBus Qt5Gui Qt5Network Qt5Widgets Qt5Xml
|
||||
WANTLIB += c m png
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/skanlite/${VERSION:R}/}
|
||||
|
||||
MODULES = devel/kf5
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+3,-guic
|
||||
|
||||
BUILD_DEPENDS = devel/gettext,-tools \
|
||||
devel/kf5/kdoctools
|
||||
|
||||
LIB_DEPENDS = devel/kf5/kauth \
|
||||
devel/kf5/kcodecs \
|
||||
devel/kf5/kcompletion \
|
||||
devel/kf5/kconfig \
|
||||
devel/kf5/kconfigwidgets \
|
||||
devel/kf5/kcoreaddons \
|
||||
devel/kf5/ki18n \
|
||||
devel/kf5/kio \
|
||||
devel/kf5/kjobwidgets \
|
||||
devel/kf5/kservice \
|
||||
devel/kf5/kwidgetsaddons \
|
||||
devel/kf5/kxmlgui \
|
||||
graphics/png \
|
||||
x11/kde-applications/libksane
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
||||
.include <bsd.port.mk>
|
2
graphics/skanlite/distinfo
Normal file
2
graphics/skanlite/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (skanlite-2.1.0.tar.xz) = 5iXbbu2OLKlxOTaugXX7ltMNiMCYZSjuiEXRmGJOQb0=
|
||||
SIZE (skanlite-2.1.0.tar.xz) = 1121468
|
11
graphics/skanlite/pkg/DESCR
Normal file
11
graphics/skanlite/pkg/DESCR
Normal file
@ -0,0 +1,11 @@
|
||||
Skanlite is a simple image scanning application to scan and save images.
|
||||
Skanlite is based on libksane, an interface for SANE library to control image
|
||||
scanners.
|
||||
|
||||
Features:
|
||||
|
||||
- Save dialog for every image scanned or saving the images immediately in a
|
||||
specified folder with auto-generated names and format
|
||||
- Support for networks scanners
|
||||
- Preview with selection feature for the final scan
|
||||
- Scanning multiple selections of an image
|
23
graphics/skanlite/pkg/PLIST
Normal file
23
graphics/skanlite/pkg/PLIST
Normal file
@ -0,0 +1,23 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/03/24 21:02:59 rsadowski Exp $
|
||||
@bin bin/skanlite
|
||||
share/applications/org.kde.skanlite.desktop
|
||||
share/doc/HTML/en/skanlite/
|
||||
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/
|
||||
share/metainfo/org.kde.skanlite.appdata.xml
|
||||
@tag update-desktop-database
|
Loading…
x
Reference in New Issue
Block a user