pkgsrc/net/kdenetwork3/buildlink3.mk
markd 62a449c5ae bl3ify and update to kde3.2.2.
Changes:
* kopete (Cryptography Plugin): Fix enable/disable encryption per message
* kopete: Fix suppression of buddy notification on connection
* kopete (Jabber Plugin): Fix resource identifiers truncated from Jabber
  "to" addresses
* kopete (Jabber Plugin): Fix Packets from foreign clients are duplicated
* kopete (Main Application): Fix isReachable() is not called when clicking
  on the contact icon
* kopete (Jabber Plugin): Fix String bug in account editor
* kopete (ICQ and AIM Plugins): Fix [PATCH] ICQ User Info for temporary
  contacts is not automatically loaded
* kopete: Fix Refresh icon cache when KIconLoader settings change
* kopete (MSN Plugin): Fix "This user has me on his contact list" is
  inaccurate
* kopete (IRC Plugin): Fix can't log into ANY IRC server
* kopete: Fix no mainWindow restore on exec kopete
* kopete (Jabber Plugin): Fix Registering new Account dialog in Jabber does
  not update username
* kopete (MSN Plugin): Fix Kopete logs into MSN, connects and pops up
  current contacts and mail, and then disconnects. It will not stay logged
  in.
* kopete (Main Application): Fix Selecting several contacts and dragging
  them only moves one
* kopete (SMS Plugin): Fix sms sending blocked by kopete determining user
  is 'offline'
* kopete: Fix Type in Kopete handbook
* kpf: Fix Incorrect mimetypes for css and other fileformats.
* krdc: Fix KRDC does not send key clicks to the server until "special keys"
  is used
* knewsticker: Fix SIGFPE crash when scrolling speed is set to 1
* configure: Fix Extraneous message in admin/Makefile.common using --prefix
* kwifimanager: make it compile with libiw-dev (27+)
* kwifimanager: auto-scaling statistics window, should now work for every
  chipset out there
* kwifimanager: control center module saves settings
* Make various scripts install with the executable bit set
2004-04-20 13:02:56 +00:00

25 lines
824 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1 2004/04/20 13:02:56 markd Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
KDENETWORK_BUILDLINK3_MK:= ${KDENETWORK_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= kdenetwork
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nkdenetwork}
BUILDLINK_PACKAGES+= kdenetwork
.if !empty(KDENETWORK_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.kdenetwork+= kdenetwork>=3.2.0
BUILDLINK_RECOMMENDED.kdenetwork?= kdenetwork>=3.2.2
BUILDLINK_PKGSRCDIR.kdenetwork?= ../../net/kdenetwork3
.endif # KDENETWORK_BUILDLINK3_MK
.include "../../converters/uulib/buildlink3.mk"
.include "../../databases/gdbm/buildlink3.mk"
.include "../../net/openslp/buildlink3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
.include "../../x11/kdelibs3/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}