2010-06-11 15:34:29 +02:00
|
|
|
# $NetBSD: Makefile,v 1.90 2010/06/11 13:34:29 drochner Exp $
|
2002-09-12 03:21:58 +02:00
|
|
|
#
|
|
|
|
|
2010-06-11 15:34:29 +02:00
|
|
|
DISTNAME= libgnomeui-2.24.3
|
2002-09-12 03:21:58 +02:00
|
|
|
CATEGORIES= devel gnome
|
2008-10-16 15:25:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.24/}
|
2002-09-12 03:21:58 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2008-04-30 15:38:14 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2002-09-12 03:21:58 +02:00
|
|
|
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
|
|
|
|
|
2002-09-12 03:21:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2002-12-01 00:21:32 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2006-09-19 19:47:18 +02:00
|
|
|
USE_TOOLS+= gmake msgfmt perl pkg-config intltool
|
2004-02-14 18:21:32 +01:00
|
|
|
USE_LIBTOOL= yes
|
2002-09-12 03:21:58 +02:00
|
|
|
|
2003-05-20 06:00:16 +02:00
|
|
|
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
|
|
|
|
|
2008-04-16 16:03:18 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2= glib2>=2.15.0
|
2008-10-17 12:41:53 +02:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.14.0
|
2006-09-15 17:09:05 +02:00
|
|
|
BUILDLINK_API_DEPENDS.libbonoboui= libbonoboui>=2.13.1
|
|
|
|
BUILDLINK_API_DEPENDS.libgnome= libgnome>=2.16.0
|
2004-05-07 00:03:36 +02:00
|
|
|
|
2005-09-28 16:31:06 +02:00
|
|
|
# Needed because part of the pc files doesn't get filled in till after
|
2003-06-03 20:45:36 +02:00
|
|
|
# configure does its pass
|
2003-05-20 06:00:16 +02:00
|
|
|
|
|
|
|
post-configure:
|
2003-06-03 20:45:36 +02:00
|
|
|
${SED} ${PKGCONFIG_OVERRIDE_SED} < ${PKGCONFIG_BASE} > \
|
|
|
|
${PKGCONFIG_BASE}.tmp
|
2003-05-20 06:00:16 +02:00
|
|
|
${MV} ${PKGCONFIG_BASE}.tmp ${PKGCONFIG_BASE}
|
2002-09-12 03:21:58 +02:00
|
|
|
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
2006-03-30 23:38:11 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../devel/libbonoboui/buildlink3.mk"
|
|
|
|
.include "../../devel/libgnome/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
Update to 2.9.2:
libgnomeui 2.9.2
----------------
What's new since 2.9.1
* Bug fixes:
- Fix thread safety issues in the file chooser (Alex)
- Fix issues with loading/reloading in the file chooser
(Federico)
* Translations:
* Added Xhosa (xh)
* Updated Belarusian (be), Czech (cs), Estii (el),
Spanish (es), Greek (el), Finnish (fi), Lithuanian (lt),
Norwegian bokmål (no/nb), Persian (fa), Thai (th),
Welsh (cy),
libgnomeui 2.9.1
----------------
What's new since 2.8.1
* Bug fixes:
- Portability fixes (TheWrittenWord)
- Fix a leak in the file chooser (Christian Persch)
- Use correct size for external thumbnailing scripts
(Fernando Herrera)
- Fix compiler warnings (Kjartan)
- Make gnome-app more robust against programmer mistakes
(scott at asofyet org)
* Translations:
- Updated translations (bg cy, de, en_CA, es, fr, it, ko, nso, rw, zu)
2005-03-22 16:59:30 +01:00
|
|
|
.include "../../devel/pango/buildlink3.mk"
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
2008-10-16 15:25:02 +02:00
|
|
|
#.include "../../graphics/jpeg/buildlink3.mk"
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
2010-06-11 15:34:29 +02:00
|
|
|
.include "../../security/libgnome-keyring/buildlink3.mk"
|
2007-09-20 01:13:12 +02:00
|
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
Update to 2.9.2:
libgnomeui 2.9.2
----------------
What's new since 2.9.1
* Bug fixes:
- Fix thread safety issues in the file chooser (Alex)
- Fix issues with loading/reloading in the file chooser
(Federico)
* Translations:
* Added Xhosa (xh)
* Updated Belarusian (be), Czech (cs), Estii (el),
Spanish (es), Greek (el), Finnish (fi), Lithuanian (lt),
Norwegian bokmål (no/nb), Persian (fa), Thai (th),
Welsh (cy),
libgnomeui 2.9.1
----------------
What's new since 2.8.1
* Bug fixes:
- Portability fixes (TheWrittenWord)
- Fix a leak in the file chooser (Christian Persch)
- Use correct size for external thumbnailing scripts
(Fernando Herrera)
- Fix compiler warnings (Kjartan)
- Make gnome-app more robust against programmer mistakes
(scott at asofyet org)
* Translations:
- Updated translations (bg cy, de, en_CA, es, fr, it, ko, nso, rw, zu)
2005-03-22 16:59:30 +01:00
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2007-02-15 16:19:45 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
2002-09-12 03:21:58 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|