2021-05-31 21:29:52 +03:00
|
|
|
# https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/
|
|
|
|
|
2021-06-01 02:15:15 +03:00
|
|
|
PORTNAME = katanalibs
|
2023-08-09 23:10:50 +03:00
|
|
|
DISTVERSION = 4.24.0.d20230809
|
2021-05-31 21:29:52 +03:00
|
|
|
CATEGORIES = devel x11
|
|
|
|
MAINTAINER = xakepa10@gmail.com
|
|
|
|
COMMENT = Katana core libraries
|
|
|
|
LICENSE = LGPL20 LGPL21
|
|
|
|
LICENSE_COMB = multi
|
|
|
|
|
2023-08-10 19:49:19 +03:00
|
|
|
MASTER_SITES = https://google.com/
|
|
|
|
DISTFILES = index.html
|
2021-05-31 21:29:52 +03:00
|
|
|
DIST_SUBDIR = ${PORTNAME}
|
2022-09-24 10:10:05 +03:00
|
|
|
WRKSRC = ${WRKDIR}/kdelibs.git
|
2021-05-31 21:29:52 +03:00
|
|
|
|
2023-07-27 01:33:41 +03:00
|
|
|
USES = compiler:c++11-lang pkgconfig cmake xorg ssl libarchive \
|
2022-10-06 20:17:14 +03:00
|
|
|
desktop-file-utils shared-mime-info shebangfix
|
2021-08-26 21:55:53 +03:00
|
|
|
USE_XORG = x11 xtst xcursor xfixes xscrnsaver xext sm
|
2021-07-11 01:31:05 +03:00
|
|
|
USE_LDCONFIG = yes
|
2021-06-08 01:14:17 +03:00
|
|
|
SHEBANG_FILES = kdeui/preparetips
|
2021-07-10 15:23:22 +03:00
|
|
|
RUN_DEPENDS = xdg-open:devel/xdg-utils \
|
2022-04-20 03:46:23 +03:00
|
|
|
${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme \
|
2022-12-18 16:34:10 +02:00
|
|
|
ck-list-sessions:sysutils/consolekit2
|
2022-10-17 23:20:52 +03:00
|
|
|
# xz is not part of any package
|
2023-05-28 21:04:14 +03:00
|
|
|
LIB_DEPENDS = libKtCore.so:katana/katie \
|
2022-12-18 16:34:10 +02:00
|
|
|
libenchant-2.so:textproc/enchant2 libwebp.so:graphics/webp libexiv2.so:graphics/exiv2 \
|
|
|
|
libmpv.so:multimedia/mpv libavahi-client.so:net/avahi-app libbz2.so:archivers/bzip2 \
|
|
|
|
libcurl.so:ftp/curl libavcodec.so:multimedia/ffmpeg libtag.so:audio/taglib \
|
|
|
|
libepub.so:textproc/ebook-tools libpoppler-cpp.so:graphics/poppler \
|
2022-12-25 05:13:24 +02:00
|
|
|
libspectre.so:print/libspectre libraw_r.so:graphics/libraw libtiff.so:graphics/tiff \
|
|
|
|
libfreetype.so:print/freetype2 libturbojpeg.so:graphics/libjpeg-turbo \
|
|
|
|
libopenjp2.so:graphics/openjpeg libdeflate.so:archivers/libdeflate \
|
|
|
|
libdjvulibre.so:graphics/djvulibre
|
2021-05-31 21:29:52 +03:00
|
|
|
CMAKE_ARGS = -Wno-dev
|
2021-07-10 15:42:35 +03:00
|
|
|
LDFLAGS += -Wl,--as-needed
|
2021-05-31 21:29:52 +03:00
|
|
|
|
2022-09-24 10:10:05 +03:00
|
|
|
do-extract:
|
|
|
|
@rm -vrf ${WRKSRC}
|
2023-08-20 20:13:12 +03:00
|
|
|
# @git clone --depth=1 https://scm.osdn.net/gitroot/kde/kdelibs.git ${WRKSRC}
|
|
|
|
@git clone --depth=1 https://bitbucket.org/smil3y/kdelibs.git ${WRKSRC}
|
2023-08-10 19:49:19 +03:00
|
|
|
# @git clone --depth=1 https://github.com/fluxer/kdelibs.git ${WRKSRC}
|
2022-09-24 10:10:05 +03:00
|
|
|
|
2021-05-31 21:29:52 +03:00
|
|
|
.include <bsd.port.mk>
|