* Really fixed the G_GNUC_NULL_TERMINATED errors on non-Windows platforms. Version 2.15 12/16/07: * Use large PRPL icons for scalling (alxorlov) * Make sure notification popups' context menus are drawn on-screen. * Changed mini and Penguins themes to display screen name instead of conversation name when displaying typing notifications--fixes the " is typing" bug. * Fixed build on Windows and other systems where G_GNUC_NULL_TERMINATED in libpurple headers causes compilation issues. * Fixed "make installer" target so it works in cross-compile environments.
21 lines
600 B
Makefile
21 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/05/21 20:48:30 tnn2 Exp $
|
|
#
|
|
|
|
DISTNAME= pidgin-guifications-2.16
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= bsd@cs.ubc.ca
|
|
HOMEPAGE= http://downloads.guifications.org/plugins/Guifications2/
|
|
COMMENT= Toaster notification popups for Pidgin like AIM/MSN/etc
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config intltool
|
|
|
|
.include "../../chat/pidgin/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|