openbsd-ports/x11/kde4/smokegen/Makefile
zhuk 5ce7841d3a "small update" (c) tedu@
Here KDE 4.13.2 comes. Big release changelogs could be read here:

  http://www.kde.org/announcements/4.12/
  http://www.kde.org/announcements/4.13/

Critical things you should be aware of:

  1. Nepomuk is gone, it's superseeded by Baloo. Nepomuk libraries
     are still here, though, but they do rely on Baloo internally.

  2. kdnssd was renamed to zeroconf-ioslave;

  3. kwallet was renamed to kwalletmanager;

  4. Akonadi cache will be rebuilt; this could result in change
     of PIM folder indexes, which in turn could mess up your
     mail filters - beware.

  5. ... a lot of other little problems that always happen during
     update.

Things could be broken for a day or two in subtle ways - don't
hesistate on reporting them!
2014-07-09 20:03:22 +00:00

22 lines
468 B
Makefile

# $OpenBSD: Makefile,v 1.7 2014/07/09 20:03:31 zhuk Exp $
CATEGORIES = devel x11/kde4
COMMENT = programming language wrapper generator
DISTNAME = smokegen-${MODKDE4_VERSION}
# https://bugs.kde.org/show_bug.cgi?id=283677
SHARED_LIBS = smokebase 50.1 # 3.0
SHARED_LIBS += cppparser 50.1
WANTLIB = c m pthread
WANTLIB += lib/qt4/QtXml
MODKDE4_USE =
NO_TEST = Yes
CONFIGURE_ARGS = -DSMOKE_LIBRARY_PREFIX:Path=${PREFIX}/${MODKDE4_LIB_DIR}
.include <bsd.port.mk>