pkgsrc/devel/libgnomeui/Makefile

57 lines
1.8 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.90 2010/06/11 13:34:29 drochner Exp $
#
DISTNAME= libgnomeui-2.24.3
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.24/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Core GNOME2 graphical libraries
2006-11-05 18:49:33 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
2004-02-18 13:02:13 +01:00
CONFLICTS+= gnome-libs<=1.4.2nb1
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
2006-09-19 19:47:18 +02:00
USE_TOOLS+= gmake msgfmt perl pkg-config intltool
USE_LIBTOOL= yes
PKGCONFIG_BASE= ${WRKSRC}/libgnomeui/libgnomeui-2.0.pc
PKGCONFIG_OVERRIDE= ${PKGCONFIG_BASE}.in
2009-10-07 07:57:56 +02:00
# Workaround for Upstream Bug#562310.
# for more detail, see also PR#41475.
TOOLS_NOOP+= gtkdoc-rebase
BUILDLINK_API_DEPENDS.glib2= glib2>=2.15.0
2008-10-17 12:41:53 +02:00
BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.14.0
BUILDLINK_API_DEPENDS.libbonoboui= libbonoboui>=2.13.1
BUILDLINK_API_DEPENDS.libgnome= libgnome>=2.16.0
2005-09-28 16:31:06 +02:00
# Needed because part of the pc files doesn't get filled in till after
# configure does its pass
post-configure:
${SED} ${PKGCONFIG_OVERRIDE_SED} < ${PKGCONFIG_BASE} > \
${PKGCONFIG_BASE}.tmp
${MV} ${PKGCONFIG_BASE}.tmp ${PKGCONFIG_BASE}
2004-02-11 03:12:36 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
Update to 2.14.0: libgnomeui 2.14.0 ----------------- * Docs - Update the API docs a lot (Dinoop Tomas) * Updated and new translations: - cs (Petr Tomes), de (Hendrik Brandt), hu (Gabor Kelemen), it (Francesco Marletta), ka (Vladimer Sichinava) nn (Kjartan Maraas), pl (GNOME PL team), ro (Misu Moldavan), sv (Daniel Nylander) libgnomeui 2.13.90 ------------------ * Fix critical warnings in gnome-icon-list (Harry Lu) * Fix permissions on created directories in the file selector (Federico) * Portability improvements in the file chooser (Mark) * Make the authentication dialog thread safe (jylefort at freebsd org) * Remove some redundant strings (Clytie Siddall) * Fix typo in the docs (Behdad) libgnomeui 2.13.3 ----------------- * Don't scale up small images when creating thumbnails (Lucas Rocha) * Fix critical warning and crash in thumbnailer (Alex Larsson) libgnomeui 2.13.2 ----------------- * Sync GOption code with latest libgnome (Christian) libgnomeui 2.13.1 ----------------- * Fix mime type problem with the thumbnailer (Bastien) * Fix a crasher (Felix Riemann) * Fix leaks in the GOption code (Christian Perch) * Thread safety fixes (jylefort at FreeBSD org) * Warning fixes (Kjartan) * Leak fixes in the GOption code (Christian Perch) libgnomeui 2.13.0 ----------------- * Support the icon theme name spec (Dobey) * Remove some stale code in the file selector (Kjartan) * Fix a leak in gnome_entry_save_history() (Paolo Borelli) [ * Fix a GnomeCanvas-CRITICAL warning in gnome-icon-item (Federico) [#323521] * Scale images before doing a thumbnail to avoid eating up all ram on very large images (Victor STINNER) [#307885] * Fix a crash in gnomefileentry (Petr Mladek) [#315549] * Fix a mem leak (Kjartan) * Skip hidden pages in GnomeDruid (Ricardo Fernández Pascual) [#89145] * Remove useless check and warning about (Jens Elkner) [#118532] * Don't use gnome-keyring on Win32 (Tor Lillqvist) * Add support for GOption argument parsing (Pawel Sliwowski, chpe) [#307312] * Focus the first non-empty field in the password dialog (Nate Nielsen) [#318026] * Convert text from the file entry to filename encoding before returning it. Patch from Yydzero <yandong.yao@sun.com>, [#321144] * Translation updates: * Mahay Alam Khan (bn) * Miloslav Trmac (cs) * Marie Lund (da) * Adam Weinberger (en_CA) * Francisco Javier F. Serrador (es) * Ivar Smolin (et) * Ignacio Casal Quinteiro (gl) * Reinout van Schouwen (nl) * Marcel Telka (sk) * Christian Rose (sv) * Theppitak Karoonboonyanan (th) * Albert Fazlí (tt) * Funda Wang (zh_CN)
2006-03-30 23:38:11 +02:00
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/GConf/buildlink3.mk"
2004-02-11 03:12:36 +01:00
.include "../../devel/libbonoboui/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
2004-02-11 03:12:36 +01:00
.include "../../devel/popt/buildlink3.mk"
#.include "../../graphics/jpeg/buildlink3.mk"
2004-02-11 03:12:36 +01:00
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../security/libgnome-keyring/buildlink3.mk"
2007-09-20 01:13:12 +02:00
.include "../../sysutils/gnome-vfs/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"