Changes: KCalc: "<" and ">" keypress on some systems wrong KCalc: Pasting empty clipboard made kcalc crash KCalc: Fix paste-function: Pasting e.g. "123 \n" did not work because of the trailing spaces and CarriageReturn. KGpg: Fixed popup never disappearing when wrong passphrase entered KGpg: Fixed wrong extension for temp files in folder archiving KGpg: Fixed Photo size not translated KGpg: Enable auto import of missing keys when using a non english language KGpg: Comments exported inside public key should be fixed KGpg: Fix focus problems causing dialogs to appear behind konqueror KGpg: Re-added Keyserver dialog in the applet popup menu KGpg: Save editor's window size KGpg: Fix import of keys dropped into the editor KBytesEdit part: Fixed support for mousedriven wordwise selection KBytesEdit part: Fixed internal drag'n'drop
32 lines
913 B
Makefile
32 lines
913 B
Makefile
# $NetBSD: Makefile,v 1.34 2004/03/09 12:04:40 markd Exp $
|
|
|
|
DISTNAME= kdeutils-${_KDE_VERSION}
|
|
COMMENT= Utilities for the KDE integrated X11 desktop
|
|
|
|
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGINSTALL= YES
|
|
|
|
# Ensure we export symbols in the linked shared object.
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS="${EXPORT_SYMBOLS_LDFLAGS}"
|
|
|
|
EVAL_PREFIX+= PREFIX.gtar=gtar
|
|
PREFIX.gtar_DEFAULT= ${LOCALBASE}
|
|
CPPFLAGS+= -DARK_TAR=\"\\\"${PREFIX.gtar}/bin/${GNU_PROGRAM_PREFIX}tar\\\"\"
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "NetBSD" && exists(/usr/include/machine/apmvar.h)
|
|
CPPFLAGS+= -D__NetBSD_APM__
|
|
.endif
|
|
|
|
.include "../../meta-pkgs/kde3/buildlink2.mk"
|
|
.include "../../x11/kdebase3/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|