- Update to version 0.9.10 [1]
- Mark MAKE_JOBS_SAFE [2] - Add desktop entry [2] PR: ports/160633 Submitted by: maintainer [1], myself [2] Approved by: maintainer, miwi, wen (mentors implicit)
This commit is contained in:
parent
f01a21bfea
commit
0181f52092
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281812
3 changed files with 15 additions and 5 deletions
|
@ -6,26 +6,30 @@
|
|||
#
|
||||
|
||||
PORTNAME= scantailor
|
||||
PORTVERSION= 0.9.9.2
|
||||
PORTVERSION= 0.9.10
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= g.veniamin@googlemail.com
|
||||
COMMENT= Scan Tailor is an interactive post-processing tool for scanned pages
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff \
|
||||
jbig.1:${PORTSDIR}/graphics/jbigkit \
|
||||
png.6:${PORTSDIR}/graphics/png
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build \
|
||||
linguist_build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
DESKTOP_ENTRIES="Scan Tailor" "Interactive post-processing tool for scanned pages" \
|
||||
"" "${PORTNAME}" "Graphics;Scanning;" false
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (scantailor-0.9.9.2.tar.gz) = b65f45697c196a05ea12910ffb47ad728f98b18937c8c42033865bbdd40211c7
|
||||
SIZE (scantailor-0.9.9.2.tar.gz) = 969691
|
||||
SHA256 (scantailor-0.9.10.tar.gz) = 0b574eabfb65e4dcf3915d00ad3da31d464060458ffaeb49e4257e97301f93a0
|
||||
SIZE (scantailor-0.9.10.tar.gz) = 1124348
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
bin/scantailor
|
||||
bin/scantailor-cli
|
||||
%%DATADIR%%/translations/scantailor_bg.qm
|
||||
%%DATADIR%%/translations/scantailor_cs.qm
|
||||
%%DATADIR%%/translations/scantailor_de.qm
|
||||
%%DATADIR%%/translations/scantailor_fr.qm
|
||||
%%DATADIR%%/translations/scantailor_it.qm
|
||||
%%DATADIR%%/translations/scantailor_ja.qm
|
||||
%%DATADIR%%/translations/scantailor_pl.qm
|
||||
%%DATADIR%%/translations/scantailor_ru.qm
|
||||
%%DATADIR%%/translations/scantailor_sk.qm
|
||||
%%DATADIR%%/translations/scantailor_zh_TW.qm
|
||||
@dirrm %%DATADIR%%/translations
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue