mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
OpenBSD package files review
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ed4ce13919
commit
6007016453
3 changed files with 28 additions and 26 deletions
|
@ -2,15 +2,15 @@
|
|||
|
||||
# https://www.openbsd.org/faq/ports/
|
||||
|
||||
COMMENT = C++ toolkit derived from the Qt 4.8 framework
|
||||
DISTNAME = katie
|
||||
PKGNAME = katie-4.9.0.20200114
|
||||
CATEGORIES = devel x11 net www
|
||||
HOMEPAGE = https://github.com/fluxer/katie
|
||||
MAINTAINER = Ivailo Monev <xakepa10@gmail.com>
|
||||
COMMENT = C++ toolkit derived from the Qt 4.8 framework
|
||||
# BSD LGPLv2+ custom
|
||||
PERMIT_PACKAGE = Yes
|
||||
PERMIT_DISTFILES = Yes
|
||||
HOMEPAGE = https://github.com/fluxer/katie
|
||||
|
||||
MASTER_SITES = https://github.com/fluxer/katie/archive/
|
||||
DISTFILES = master.tar.gz
|
||||
|
@ -18,32 +18,32 @@ DIST_SUBDIR = ${DISTNAME}
|
|||
WRKSRC = ${WRKDIR}/katie-master
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
MODULES += devel/cmake
|
||||
MODULES = devel/cmake
|
||||
BUILD_DEPENDS = devel/gettext,-tools
|
||||
RUN_DEPENDS += devel/desktop-file-utils
|
||||
LIB_DEPENDS += print/cups,-libs x11/dbus textproc/icu4c graphics/jpeg devel/pcre
|
||||
LIB_DEPENDS += graphics/png databases/sqlite3 graphics/tiff archivers/zstd
|
||||
LIB_DEPENDS += devel/gettext,-runtime
|
||||
WANTLIB += ${COMPILER_LIBCXX} ICE SM X11 Xcursor Xext Xfixes Xinerama
|
||||
WANTLIB += Xrandr Xrender c crypto fontconfig freetype m ssl z
|
||||
WANTLIB += cups dbus-1 icui18n icuuc intl jpeg pcre png sqlite3
|
||||
WANTLIB += tiff zstd
|
||||
RUN_DEPENDS = devel/desktop-file-utils
|
||||
LIB_DEPENDS = archivers/zstd textproc/icu4c devel/pcre graphics/png \
|
||||
graphics/jpeg graphics/tiff x11/dbus print/cups,-libs databases/iodbc \
|
||||
databases/sqlite3 devel/gettext,-runtime
|
||||
WANTLIB = ${COMPILER_LIBCXX} ICE SM X11 Xcursor Xext Xfixes Xinerama Xrandr \
|
||||
Xrender fontconfig freetype zstd icui18n icuuc pcre png jpeg tiff \
|
||||
dbus-1 cups iodbc sqlite3 intl ssl z c crypto m
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie"
|
||||
|
||||
SHARED_LIBS += KtCore 4.9
|
||||
SHARED_LIBS += KtDBus 4.9
|
||||
SHARED_LIBS += KtDeclarative 4.9
|
||||
SHARED_LIBS += KtDesigner 4.9
|
||||
SHARED_LIBS += KtDesignerComponents 4.9
|
||||
SHARED_LIBS += KtGui 4.9
|
||||
SHARED_LIBS += KtNetwork 4.9
|
||||
SHARED_LIBS += KtScript 4.9
|
||||
SHARED_LIBS += KtScriptTools 4.9
|
||||
SHARED_LIBS += KtSql 4.9
|
||||
SHARED_LIBS += KtSvg 4.9
|
||||
SHARED_LIBS += KtTest 4.9
|
||||
SHARED_LIBS += KtUiTools 4.9
|
||||
SHARED_LIBS += KtXml 4.9
|
||||
SHARED_LIBS = \
|
||||
KtCore 4.9 \
|
||||
KtDBus 4.9 \
|
||||
KtDeclarative 4.9 \
|
||||
KtDesigner 4.9 \
|
||||
KtDesignerComponents 4.9 \
|
||||
KtGui 4.9 \
|
||||
KtNetwork 4.9 \
|
||||
KtScript 4.9 \
|
||||
KtScriptTools 4.9 \
|
||||
KtSql 4.9 \
|
||||
KtSvg 4.9 \
|
||||
KtTest 4.9 \
|
||||
KtUiTools 4.9 \
|
||||
KtXml 4.9
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1520,6 +1520,8 @@ lib/katie/plugins/imageformats/
|
|||
@so lib/katie/plugins/imageformats/libqtiff.so
|
||||
lib/katie/plugins/script/
|
||||
@so lib/katie/plugins/script/libqtscriptdbus.so
|
||||
lib/katie/plugins/sqldrivers/
|
||||
@so lib/katie/plugins/sqldrivers/libqsqlodbc.so
|
||||
@lib lib/libKtCore.so.${LIBKtCore_VERSION}
|
||||
@lib lib/libKtDBus.so.${LIBKtDBus_VERSION}
|
||||
@lib lib/libKtDeclarative.so.${LIBKtDeclarative_VERSION}
|
||||
|
|
Loading…
Add table
Reference in a new issue