2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.78 2013/02/16 11:19:20 wiz Exp $
|
2005-05-26 00:36:39 +02:00
|
|
|
#
|
|
|
|
|
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
- #484509: Avoid obsolete HAL info.bus API. Use hal pda.platform
property instead (keep info.bus for backwards compatibility).
With thanks to Frederic Crozat.
- #528701: remove unused applet desktop file
- #508262: fix long-standing build-order bug by moving libgpilotdcm
code to gpilotd/ directory.
- #491921: stray slash breaks rpath for libraries
Updated translations:
ar (Djihed Afifi)
ca (Gil Forcada)
el (Simos Xenitellis)
en_GB (Philip Withnall)
fr (Stephane Raimbault)
it (Luca Ferretti)
fi (Ilkka Tuohela)
nb (Kjartan Maraas)
ne (Pawan Chitrakar)
oc (Yannig Marchegay)
pt_BR (Jonh Wendell)
sv (Daniel Nylander)
vi (Clytie Siddall)
gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
- Support for Bluetooth sync, via the bluez support in
pilot-link 0.12
- Support for specification of the PDA charset via
the configuration applet (Jerry Yu and Matt Davey)
Bug Fixes:
- (Ubuntu bug #81396): don't close a database if we got
an error when opening it.
- #464385: use LINGUAS file (Gilles Dartiguelongue)
- #410666: 64 bit compatibility in file_conduit (Devin Carraway)
- #431145: avoid circular dependency between libgpilotdcm and libgpilotd
- #400554: Add intltool support to the gnome-pilot applet. (Kjarten
Maraas)
- #399039: add HardwareSettings to categories (Denis Washington)
- #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
- #385444: [solaris] workaround for lack of sync notification (Jerry Yu)
And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 21:06:57 +01:00
|
|
|
DISTNAME= gnome-pilot-2.0.17
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 29
|
2005-05-26 00:36:39 +02:00
|
|
|
CATEGORIES= comms gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-pilot/2.0/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-05-26 00:36:39 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
- #484509: Avoid obsolete HAL info.bus API. Use hal pda.platform
property instead (keep info.bus for backwards compatibility).
With thanks to Frederic Crozat.
- #528701: remove unused applet desktop file
- #508262: fix long-standing build-order bug by moving libgpilotdcm
code to gpilotd/ directory.
- #491921: stray slash breaks rpath for libraries
Updated translations:
ar (Djihed Afifi)
ca (Gil Forcada)
el (Simos Xenitellis)
en_GB (Philip Withnall)
fr (Stephane Raimbault)
it (Luca Ferretti)
fi (Ilkka Tuohela)
nb (Kjartan Maraas)
ne (Pawan Chitrakar)
oc (Yannig Marchegay)
pt_BR (Jonh Wendell)
sv (Daniel Nylander)
vi (Clytie Siddall)
gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
- Support for Bluetooth sync, via the bluez support in
pilot-link 0.12
- Support for specification of the PDA charset via
the configuration applet (Jerry Yu and Matt Davey)
Bug Fixes:
- (Ubuntu bug #81396): don't close a database if we got
an error when opening it.
- #464385: use LINGUAS file (Gilles Dartiguelongue)
- #410666: 64 bit compatibility in file_conduit (Devin Carraway)
- #431145: avoid circular dependency between libgpilotdcm and libgpilotd
- #400554: Add intltool support to the gnome-pilot applet. (Kjarten
Maraas)
- #399039: add HardwareSettings to categories (Denis Washington)
- #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
- #385444: [solaris] workaround for lack of sync notification (Jerry Yu)
And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 21:06:57 +01:00
|
|
|
COMMENT= Handheld synchronisation for GNOME
|
2005-05-26 00:36:39 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS+= gob2-[0-9]*:../../devel/gob2
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_LIBTOOL= YES
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
2005-05-26 00:36:39 +02:00
|
|
|
|
2007-01-26 02:33:14 +01:00
|
|
|
CONFIGURE_ARGS+= --with-pisock=${BUILDLINK_PREFIX.pilot-link-libs}
|
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
- #484509: Avoid obsolete HAL info.bus API. Use hal pda.platform
property instead (keep info.bus for backwards compatibility).
With thanks to Frederic Crozat.
- #528701: remove unused applet desktop file
- #508262: fix long-standing build-order bug by moving libgpilotdcm
code to gpilotd/ directory.
- #491921: stray slash breaks rpath for libraries
Updated translations:
ar (Djihed Afifi)
ca (Gil Forcada)
el (Simos Xenitellis)
en_GB (Philip Withnall)
fr (Stephane Raimbault)
it (Luca Ferretti)
fi (Ilkka Tuohela)
nb (Kjartan Maraas)
ne (Pawan Chitrakar)
oc (Yannig Marchegay)
pt_BR (Jonh Wendell)
sv (Daniel Nylander)
vi (Clytie Siddall)
gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
- Support for Bluetooth sync, via the bluez support in
pilot-link 0.12
- Support for specification of the PDA charset via
the configuration applet (Jerry Yu and Matt Davey)
Bug Fixes:
- (Ubuntu bug #81396): don't close a database if we got
an error when opening it.
- #464385: use LINGUAS file (Gilles Dartiguelongue)
- #410666: 64 bit compatibility in file_conduit (Devin Carraway)
- #431145: avoid circular dependency between libgpilotdcm and libgpilotd
- #400554: Add intltool support to the gnome-pilot applet. (Kjarten
Maraas)
- #399039: add HardwareSettings to categories (Denis Washington)
- #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
- #385444: [solaris] workaround for lack of sync notification (Jerry Yu)
And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 21:06:57 +01:00
|
|
|
CONFIGURE_ARGS+= --with-hal
|
|
|
|
CONFIGURE_ARGS+= --with-vfs
|
2007-01-26 02:33:14 +01:00
|
|
|
|
gnome-pilot 2.0.17 'Pippi', 2009-01-07
--------------------------------------
Bug Fixes:
- #484509: Avoid obsolete HAL info.bus API. Use hal pda.platform
property instead (keep info.bus for backwards compatibility).
With thanks to Frederic Crozat.
- #528701: remove unused applet desktop file
- #508262: fix long-standing build-order bug by moving libgpilotdcm
code to gpilotd/ directory.
- #491921: stray slash breaks rpath for libraries
Updated translations:
ar (Djihed Afifi)
ca (Gil Forcada)
el (Simos Xenitellis)
en_GB (Philip Withnall)
fr (Stephane Raimbault)
it (Luca Ferretti)
fi (Ilkka Tuohela)
nb (Kjartan Maraas)
ne (Pawan Chitrakar)
oc (Yannig Marchegay)
pt_BR (Jonh Wendell)
sv (Daniel Nylander)
vi (Clytie Siddall)
gnome-pilot 2.0.16 'Quixote', 2008-02-27
----------------------------------------
New Features:
- Support for Bluetooth sync, via the bluez support in
pilot-link 0.12
- Support for specification of the PDA charset via
the configuration applet (Jerry Yu and Matt Davey)
Bug Fixes:
- (Ubuntu bug #81396): don't close a database if we got
an error when opening it.
- #464385: use LINGUAS file (Gilles Dartiguelongue)
- #410666: 64 bit compatibility in file_conduit (Devin Carraway)
- #431145: avoid circular dependency between libgpilotdcm and libgpilotd
- #400554: Add intltool support to the gnome-pilot applet. (Kjarten
Maraas)
- #399039: add HardwareSettings to categories (Denis Washington)
- #385434: make sysfs/usbfs check linux-specific (Jerry Yu)
- #385444: [solaris] workaround for lack of sync notification (Jerry Yu)
And as usual, thanks to all our translators, including:
Yannig Marchegay, Raivis Dejus, Pema Geyleg, ituohela, Joan Duran,
pachimho, Inaki Larranaga Murgoitio, jorgegonz, Daniel Nylander, stephaner,
Gabor Kelemen, algol, rdejus, dlodge, Djihed Afifi, Jonathan Ernst,
Claude Paroz, Stephane Raimbault, Xavi Conder, Andrea Zagli, Tino
Meinen, Takeshi AIHANA, Francisco Javier F. Serrador.
2009-02-18 21:06:57 +01:00
|
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
|
|
.include "../../sysutils/gnome-vfs/buildlink3.mk"
|
2005-05-26 00:36:39 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../comms/pilot-link-libs/buildlink3.mk"
|
2007-09-21 15:03:25 +02:00
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../devel/libglade/buildlink3.mk"
|
2005-05-26 00:36:39 +02:00
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
2009-03-08 16:56:43 +01:00
|
|
|
.include "../../mk/omf-scrollkeeper.mk"
|
2005-05-26 00:36:39 +02:00
|
|
|
.include "../../x11/gnome-panel/buildlink3.mk"
|
2012-07-01 21:05:10 +02:00
|
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
2005-05-26 00:36:39 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|