2008-04-16 16:03:18 +02:00
|
|
|
# $NetBSD: Makefile,v 1.77 2008/04/16 14:03:18 reed Exp $
|
2002-09-12 03:21:58 +02:00
|
|
|
#
|
|
|
|
|
2008-04-10 18:53:44 +02:00
|
|
|
DISTNAME= libgnomeui-2.22.1
|
2002-09-12 03:21:58 +02:00
|
|
|
CATEGORIES= devel gnome
|
2008-04-10 18:53:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.22/}
|
2002-09-12 03:21:58 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= jmmv@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
|
2004-04-14 18:15:20 +02:00
|
|
|
USE_DIRS+= xdg-1.1
|
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
|
|
|
|
|
2008-04-16 16:03:18 +02:00
|
|
|
BUILDLINK_API_DEPENDS.glib2= glib2>=2.15.0
|
2008-01-13 07:23:04 +01:00
|
|
|
BUILDLINK_API_DEPENDS.gtk2= gtk2+>=2.11.5
|
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 "../../audio/esound/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 "../../audio/libaudiofile/buildlink3.mk"
|
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"
|
2006-10-13 20:13:33 +02:00
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
2004-02-11 03:12:36 +01:00
|
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
Updated to 2.6.0:
What's new since 2.4:
* Improvements:
- Mass deprecation of broken widgets (Jonathan Blandford)
- Keyring support in authentication manager (Alexander Larsson)
- Multi-screen versions of the help and url display methods
(Mark McLoughlin)
- New stock icons (Jakub Steiner)
- Deprecate GnomeIconTheme for GtkIconTheme (Alexander Larsson)
- Improved crash dialog (Fernando Herrera)
- Make entries support the new file chooser (Fernando Hererra,
Mark McLoughlin,
Carlos Garnacho Parro)
- Gnome VFS file chooser backend (Alexander Larsson,
Federico Mena Quintero,
Owen Taylor)
* Bug fixes:
- HIG fixes for gnome-scores (Alex Duggan)
- Translate program arguments (Hidetoshi Tajima)
- Icon list fixes (Federico Mena Quintero, Michael Zucchi)
- Session management fixes (Christian Persch)
- Handle toolbar orientation in gnome-app-helper (Bryan Forbes)
- Various bug fixes (Anders Carlsson, Joe Marcus Clarke,
Dennis Cranston, Fernando Herrera, Richard Hult,
Alexander Larsson, George Lebl, Kjartan Maraas,
Padraig O'Brian, Carlos Romero, Jeffrey Steadfast,
Balamurali Viswanathan)
* Translations:
- Added Canadian English translation (Adam Weinberger,
Alexander Winston)
- Added Croatian translation (Robert Sedak)
- Added Marathi translation (Jitendra Shah)
- Added Serbian Jekavian translation (Bojan Suzić)
- Added Thai translation (Theppitak Karoonboonyanan,
Paisa Seeluangsawat)
- Updated Albanian translation (Laurent Dhima)
- Updated Arabic translation (Arafat Medini)
- Updated Azerbaijani translation (Mətin Əmirov)
- Updated Belarusian translation (Ales Nyakhaychyk)
- Updated Bengali translation (Sayamindu Dasgupta)
- Updated Brazilian Portuguese translation (Raphael Higino,
Augusta Margues da Silva)
- Updated British English translation (Gareth Owen)
- Updated Czech translation (Miloslav Trmac)
- Updated Danish translation (Ole Laursen)
- Updated Dutch translation (Kess van den Broek, Reinout van Schouwen)
- Updated Estonian translation (Priit Laes)
- Updated Finnish translation (Pauli Virtanen)
- Updated French translation (Christphe Fergeau, Christophe Merlet)
- Updated German translation (Christian Neumair)
- Updated Greek translation (Nikos Charonitakis, Kostas Papadimas)
- Updated Hindi translation (Guntupalli Karunakar)
- Updated Hungarian translation (Andras Timar)
- Updated Irish translation (Alastair McKinstry)
- Updated Italian translation (Alesso Frusciante, Francesco Marletta)
- Updated Korean translation (Changwoo Ryu)
- Updated Japanese translation (Takeshi AIHANA)
- Updated Latvian translation (Pēteris Krišjānis)
- Updated Lithuanian translation (Žygimantas Beručka, Tomas Kuliavas)
- Updated Malay translation (Hasbullah Bin Pit)
- Updated Mongolian translation (Sanlig Badral)
- Updated Norwegian translation (Kjartan Maraas)
- Updated Norwegian Nynorsk translation (Åsmund Skjæveland)
- Updated Polish translation (GNOME PL Team)
- Updated Portuguese translation (Duarte Loreto)
- Updated Romanian translation (Mişu Moldovan)
- Updated Russian translation (Russian Team)
- Updated Serbian translations (Danilo Šegan, Bojan Suzic)
- Updated Simplified Chinese translation (Funda Wang)
- Updated Slovak translation (Marcel Telka)
- Updated Spanish translation (Francisco Javier F. Serrador)
- Updated Swedish translation (Christian Rose)
- Updated Tamil translation (Dinesh Nadarajah)
- Updated Ukranian translation (Maxim Dziumanenko)
- Updated Welsh translation (Dafydd Harries)
2004-04-01 20:25:54 +02:00
|
|
|
.include "../../security/gnome-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"
|