mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
Katie no longer depends on OpenSSL [ci skip]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0b551a79c2
commit
ca3adbe8f4
5 changed files with 4 additions and 5 deletions
|
@ -5,7 +5,7 @@ Homepage: https://github.com/fluxer/katie
|
|||
Vcs-Git: git://github.com/fluxer/katie.git
|
||||
Vcs-browser: https://github.com/fluxer/katie
|
||||
Standards-Version: 4.12.0
|
||||
Build-Depends: debhelper (>= 9~), libssl-dev, libdeflate-dev,
|
||||
Build-Depends: debhelper (>= 9~), libdeflate-dev,
|
||||
libc6-dev, libjansson-dev, libpng-dev, libcups2-dev, libfreetype6-dev,
|
||||
libfontconfig1-dev, libpcre3-dev, libdbus-1-dev, libicu-dev, cmake,
|
||||
git, xserver-xorg-dev, libxinerama-dev, libxrandr-dev, libxrender-dev,
|
||||
|
|
|
@ -7,7 +7,7 @@ Summary: C++ toolkit derived from the Qt 4.8 framework
|
|||
License: BSD and LGPLv2+
|
||||
URL: https://github.com/fluxer/katie
|
||||
|
||||
BuildRequires: gcc-c++ cmake libicu-devel libdeflate-devel jansson-devel libpng-devel freetype-devel pcre-devel openssl-devel libX11-devel libXinerama-devel libXrandr-devel libXrender-devel libXfixes-devel libXcursor-devel libSM-devel libICE-devel dbus-devel fontconfig-devel cups-devel unifdef
|
||||
BuildRequires: gcc-c++ cmake libicu-devel libdeflate-devel jansson-devel libpng-devel freetype-devel pcre-devel libX11-devel libXinerama-devel libXrandr-devel libXrender-devel libXfixes-devel libXcursor-devel libSM-devel libICE-devel dbus-devel fontconfig-devel cups-devel unifdef
|
||||
Requires: xdg-utils gnu-free-fonts
|
||||
Requires(post): /sbin/ldconfig
|
||||
Requires(postun): /sbin/ldconfig
|
||||
|
|
|
@ -13,7 +13,7 @@ DISTFILES = master.tar.gz
|
|||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/katie-master
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake ssl xorg desktop-file-utils
|
||||
USES = compiler:c++11-lang pkgconfig cmake xorg desktop-file-utils
|
||||
USE_XORG = x11 xinerama xrandr xrender xfixes xcursor xext sm ice
|
||||
USE_LDCONFIG = yes
|
||||
RUN_DEPENDS = xdg-open:devel/xdg-utils \
|
||||
|
|
|
@ -29,7 +29,6 @@ BUILD_DEPENDS = unifdef-[0-9]*:../../devel/unifdef
|
|||
.include "../../textproc/jansson/buildlink3.mk"
|
||||
.include "../../textproc/icu/buildlink3.mk"
|
||||
.include "../../devel/pcre/buildlink3.mk"
|
||||
.include "../../security/openssl/buildlink3.mk"
|
||||
.include "../../x11/libXinerama/buildlink3.mk"
|
||||
.include "../../x11/libXcursor/buildlink3.mk"
|
||||
.include "../../x11/libXext/buildlink3.mk"
|
||||
|
|
|
@ -25,7 +25,7 @@ LIB_DEPENDS = textproc/icu4c devel/jansson devel/pcre \
|
|||
graphics/png x11/dbus print/cups,-libs devel/gettext,-runtime
|
||||
WANTLIB = ${COMPILER_LIBCXX} ICE SM X11 Xcursor Xext Xfixes Xinerama Xrandr \
|
||||
Xrender fontconfig freetype icui18n icuuc pcre png \
|
||||
dbus-1 cups intl ssl z c crypto m
|
||||
dbus-1 cups intl z c m
|
||||
SEPARATE_BUILD = Yes
|
||||
CONFIGURE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie" -Wno-dev
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue