03b793b719
============== Version 2.10.0 ============== o Translators * Nikos Charonitakis (el) * Alexander Winston (en_CA) * Žygimantas Beručka (lt) * Rajeev Shrestha (ne) * Theppitak Karoonboonyanan (th) ============= Version 2.9.4 ============= o Misc * Handle requests for the old wireless applet IID (Mark) o Translators * Vladimir Petkov (bg) ============= Version 2.9.2 ============= o Fixes * Set the accessible name on the applet (Padraig O'Briain) * Make Shift-F10 pop up the context menu (Padraig O'Briain) * Make panel translucency work (Davyd Madely) * Update to automake 1.7 (Mark) * Remove panel:category attribute from .server file (Mark) o Traslators * Martin Willemoes Hansen (da) * Adam Weinberger (en_CA) * Ignacio Casal Quinteiro (gl) * ahmad riza h nst (id) * Alessio Frusciante (it) * Leonid Kanter (ru) * Marcel Telka (sk)
33 lines
1 KiB
Makefile
33 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.7 2005/03/22 16:34:58 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-netstatus-2.10.0
|
|
CATEGORIES= net gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-netstatus/2.10/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Network status applet for the GNOME panel
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_LIBTOOL= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
GCONF2_SCHEMAS= netstatus.schemas
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gnome-panel/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|