2008-11-24 16:02:18 +01:00
|
|
|
# $NetBSD: options.mk,v 1.2 2008/11/24 15:02:18 jmcneill Exp $
|
Update to 2.24.1:
Changes in GNOME-Applets 2.24.1
===============================
Battery Applet, Mini-Commander, Stickynotes
- Fix up the page_size attribute on the adjustments to get around
potential problems with a GTK+ change.
Drivemount
- Support drives that require authentication (Matthias Clasen).
Invest Applet
- Avoid crashes on bad data.
Battery Applet, CPU Frequency Applet, Invest Applet, Keyboard Applet,
Mini Commander, Modem Lights, Stickynotes, Trash Applet
- Ensure dialogs generated with GtkBuilder are traslated
Translations:
- gl, sv, cs, sl, ar, pt_BR, ca, th, fr, es, it, hu, ko, zh_HK, zh_TW, et
Documentations Translations:
- el, zh_HK, zh_TW
2008-10-27 05:23:01 +01:00
|
|
|
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.gnome-applets
|
2008-11-24 16:02:18 +01:00
|
|
|
PKG_SUPPORTED_OPTIONS= inet6 hal
|
|
|
|
PKG_SUGGESTED_OPTIONS+= hal
|
Update to 2.24.1:
Changes in GNOME-Applets 2.24.1
===============================
Battery Applet, Mini-Commander, Stickynotes
- Fix up the page_size attribute on the adjustments to get around
potential problems with a GTK+ change.
Drivemount
- Support drives that require authentication (Matthias Clasen).
Invest Applet
- Avoid crashes on bad data.
Battery Applet, CPU Frequency Applet, Invest Applet, Keyboard Applet,
Mini Commander, Modem Lights, Stickynotes, Trash Applet
- Ensure dialogs generated with GtkBuilder are traslated
Translations:
- gl, sv, cs, sl, ar, pt_BR, ca, th, fr, es, it, hu, ko, zh_HK, zh_TW, et
Documentations Translations:
- el, zh_HK, zh_TW
2008-10-27 05:23:01 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Minet6)
|
|
|
|
CONFIGURE_ARGS+= --enable-ipv6
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-ipv6
|
|
|
|
.endif
|
2008-11-24 16:02:18 +01:00
|
|
|
|
|
|
|
.if !empty(PKG_OPTIONS:Mhal)
|
|
|
|
.include "../../sysutils/hal/buildlink3.mk"
|
|
|
|
.include "../../security/policykit/buildlink3.mk"
|
|
|
|
.include "../../security/policykit-gnome/buildlink3.mk"
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-polkit
|
|
|
|
CONFIGURE_ARGS+= --without-hal
|
|
|
|
.endif
|