f588659b0f
Kbabel * Subversion 1.4 support for catalog manager. * Fix bookmarking. * Fixed loading of project files with very long lines. * Avoid endless loop if focus is taken away before "find next" operation. * Fix broken replacement of marked text with e.g. ctrl-m. * Work with media:/. * Use the same project for all Find/Replace in Files operations as catalogmanager. * Fix problems when no default project is found. Umbrello * Stereotype selection list for parameter properties dialog. * Association line nodes don't drag along with multiply-selected classes. * Accessor methods are private instead of public. * XMI file contains deleted associations. * Crash when opening a document. * Shift+Left and Shift+Right causes SIGSEGV. * Umbrello saves too many copies in XMI. * XML scheme: mixup of attribute names: *color and *colour. * Crashes on closing/opening files created with previous umbrello versions. * Faulty behavior when a class inside of a package is modified. * Artifacts of a component diagram are erroneously placed in Deployment folder. * Fix incorrect export to SQL. * Saving trashes model, classes lost. * Fix segfault in UMLClassifier::checkOperationSignature(). * Fix segfault on XMI close when a class uses a template. * Fix hang/crash in Tcl code generation. * Fix saving/loading of association widgets for collaboration diagrams. * Fix crash in ToolBarStateArrow destructor on document close. * Note widget is now always drawn on top of all widgets. * Fix display icon for enum literals in list view. * Optimized printer margins. * Improved code import for Ada and Pascal.
81 lines
2.2 KiB
Makefile
81 lines
2.2 KiB
Makefile
# $NetBSD: Makefile,v 1.55 2007/01/26 03:28:08 markd Exp $
|
|
|
|
DISTNAME= kdesdk-${_KDE_VERSION}
|
|
CATEGORIES= devel
|
|
COMMENT= Support applications and tools used by KDE developers
|
|
|
|
CONFLICTS+= cervisia-[0-9]*
|
|
CONFLICTS+= umbrello-[0-9]*
|
|
|
|
.include "../../meta-pkgs/kde3/Makefile.kde3"
|
|
|
|
USE_TOOLS+= lex perl:run
|
|
|
|
REPLACE_PERL+= cervisia/change_colors.pl \
|
|
cervisia/move_repositories.pl \
|
|
cervisia/cervisia-change_repos_list.pl \
|
|
cervisia/cervisia-normalize_cvsroot.pl \
|
|
kapptemplate/admin/am_edit \
|
|
kapptemplate/admin/bcheck.pl \
|
|
kapptemplate/admin/debianrules \
|
|
kapptemplate/admin/nmcheck \
|
|
kcachegrind/converters/dprof2calltree \
|
|
kcachegrind/converters/memprof2calltree \
|
|
kcachegrind/converters/op2calltree \
|
|
scripts/authors2xml.pl \
|
|
scripts/check_licenses \
|
|
scripts/colorcvs \
|
|
scripts/cvs-clean \
|
|
scripts/cvsblame \
|
|
scripts/cvscheck \
|
|
scripts/cvslastchange \
|
|
scripts/cvslastreferenced \
|
|
scripts/cxxmetric \
|
|
scripts/extend_dmalloc \
|
|
scripts/extractattr \
|
|
scripts/extractrc \
|
|
scripts/fixheaders \
|
|
scripts/fixkdeincludes \
|
|
scripts/fixuifiles \
|
|
scripts/includemocs \
|
|
scripts/kde-spellcheck.pl \
|
|
scripts/kdemangen.pl \
|
|
scripts/kdesvn-build \
|
|
scripts/licensecheck \
|
|
scripts/noncvslist \
|
|
scripts/png2mng.pl \
|
|
scripts/rc2kcfgxt.pl \
|
|
kunittest/kunittest_debughelper
|
|
|
|
REPLACE_INTERPRETER+= bash
|
|
REPLACE.bash.old= /bin/bash
|
|
REPLACE.bash.new= ${SH}
|
|
REPLACE_FILES.bash= scripts/cvs2dist scripts/makeobj \
|
|
scripts/package_crystalsvg \
|
|
kunittest/kunittest \
|
|
kunittest/kunittestmod
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
PLIST_SRC= # empty
|
|
.if ${OPSYS} == "Linux"
|
|
PLIST_SRC+= ${PKGDIR}/PLIST.kmtrace
|
|
.endif
|
|
PLIST_SRC+= ${PKGDIR}/PLIST
|
|
|
|
.include "options.mk"
|
|
|
|
# Makefile{,.am,.in} weren't supposed to be installed so clean up
|
|
post-install:
|
|
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile
|
|
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.am
|
|
${RM} ${KDEDIR}/share/kde/apps/kapptemplate/admin/Makefile.in
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../x11/kdebase3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|