pkgsrc/net/gnome-netstatus/Makefile

32 lines
979 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.85 2016/04/11 19:01:59 ryoon Exp $
#
Update to 2.26.0: ============== Version 2.26.0 ============== Updates, deprecations * Don't single include GTK+. Fixes bug #561233. * Use gtk_show_uri instead of gnome_help. * Use gtk_show_about_dialog instead of g_object_new. This fixes the missing icon and the un-Close-able about dialog. * Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated. Fixes bug #560431. * Remove libgnome dependency. * Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392. Patch by Maxim Ermilov. * Use gtk-about instead of gnome-stock-about for the about icon. Fixes bug #556013. Patch by Pacho Ramos. Fixes * Remove useless GtkLabels that were used for alignment (!) and marked for translation. This hopefully fixes #507251. * Make applet tooltip show device status. Fixes bug #166912. Patch by Pedro Villavicencio. * Remove an useless \n in the copyright, rename translator_credits to translator-credits. Fixes bug #300961 * Obey Fitt's law in the panel applet. Fixes bug #325141. Patch by Benjamin Otte. Doc Translators * Milo Casagrande (it) * Joan Duran (ca) * Rizitis (el) Translators * Vladimir Melo (pt_BR) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Erdal Ronahi (ku) * Baris Cicek (tr) * Gil Forcada (ca) * Jorge Gonzalez (es) * Ivar Smolin (et) * Kjartan Maraas (nb) * César Veiga (pt_BR) * Andre Klapper (de) * Thierry Randrianiriana(mg) * Yair Hershkovitz (he) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Zabeeh Khan (ps) * Ilkka Tuohela (fi) * Clytie Siddall (vi) * Chao-Hsiung Liao (zh_HK, zh_TW) * Theppitak Karoonboonyanan (th) * Alexander Shopov (bg) * Daniel Nylander (sv) * Inaki Larranaga Murgoitio (eu) * Wouter Bolsterlee (nl) * Gabor Kelemen (hu) * Tomasz Dominikowski (pl) * Gintautas Miliauskas (lt) * Krishnababu K (te) * Manoj Kumar Giri (or) * Lucas Lommer (cs) * Praveen Arimbrathodiyil (ml) * Milo Casagrande (it) * Claude Paroz (fr) * Philip Withnall (en_GB) * Reşat SABIQ (crh) * Adi Roiban (ro) * Sweta Kothari (gu) * Duarte Loreto (pt)
2009-03-12 16:19:38 +01:00
DISTNAME= gnome-netstatus-2.26.0
PKGREVISION= 45
CATEGORIES= net gnome
Update to 2.26.0: ============== Version 2.26.0 ============== Updates, deprecations * Don't single include GTK+. Fixes bug #561233. * Use gtk_show_uri instead of gnome_help. * Use gtk_show_about_dialog instead of g_object_new. This fixes the missing icon and the un-Close-able about dialog. * Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated. Fixes bug #560431. * Remove libgnome dependency. * Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392. Patch by Maxim Ermilov. * Use gtk-about instead of gnome-stock-about for the about icon. Fixes bug #556013. Patch by Pacho Ramos. Fixes * Remove useless GtkLabels that were used for alignment (!) and marked for translation. This hopefully fixes #507251. * Make applet tooltip show device status. Fixes bug #166912. Patch by Pedro Villavicencio. * Remove an useless \n in the copyright, rename translator_credits to translator-credits. Fixes bug #300961 * Obey Fitt's law in the panel applet. Fixes bug #325141. Patch by Benjamin Otte. Doc Translators * Milo Casagrande (it) * Joan Duran (ca) * Rizitis (el) Translators * Vladimir Melo (pt_BR) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Erdal Ronahi (ku) * Baris Cicek (tr) * Gil Forcada (ca) * Jorge Gonzalez (es) * Ivar Smolin (et) * Kjartan Maraas (nb) * César Veiga (pt_BR) * Andre Klapper (de) * Thierry Randrianiriana(mg) * Yair Hershkovitz (he) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Zabeeh Khan (ps) * Ilkka Tuohela (fi) * Clytie Siddall (vi) * Chao-Hsiung Liao (zh_HK, zh_TW) * Theppitak Karoonboonyanan (th) * Alexander Shopov (bg) * Daniel Nylander (sv) * Inaki Larranaga Murgoitio (eu) * Wouter Bolsterlee (nl) * Gabor Kelemen (hu) * Tomasz Dominikowski (pl) * Gintautas Miliauskas (lt) * Krishnababu K (te) * Manoj Kumar Giri (or) * Lucas Lommer (cs) * Praveen Arimbrathodiyil (ml) * Milo Casagrande (it) * Claude Paroz (fr) * Philip Withnall (en_GB) * Reşat SABIQ (crh) * Adi Roiban (ro) * Sweta Kothari (gu) * Duarte Loreto (pt)
2009-03-12 16:19:38 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-netstatus/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Network status applet for the GNOME panel
GNU_CONFIGURE= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
GCONF_SCHEMAS= netstatus.schemas
.include "../../devel/GConf/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libglade/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
Update to 2.26.0: ============== Version 2.26.0 ============== Updates, deprecations * Don't single include GTK+. Fixes bug #561233. * Use gtk_show_uri instead of gnome_help. * Use gtk_show_about_dialog instead of g_object_new. This fixes the missing icon and the un-Close-able about dialog. * Use g_ascii_strncasecmp instead of g_strncasecmp, which is deprecated. Fixes bug #560431. * Remove libgnome dependency. * Remove deprecated GTK+ symbols in gnome-netstatus. Fixes bug #562392. Patch by Maxim Ermilov. * Use gtk-about instead of gnome-stock-about for the about icon. Fixes bug #556013. Patch by Pacho Ramos. Fixes * Remove useless GtkLabels that were used for alignment (!) and marked for translation. This hopefully fixes #507251. * Make applet tooltip show device status. Fixes bug #166912. Patch by Pedro Villavicencio. * Remove an useless \n in the copyright, rename translator_credits to translator-credits. Fixes bug #300961 * Obey Fitt's law in the panel applet. Fixes bug #325141. Patch by Benjamin Otte. Doc Translators * Milo Casagrande (it) * Joan Duran (ca) * Rizitis (el) Translators * Vladimir Melo (pt_BR) * Khaled Hosny (ar) * Ihar Hrachyshka (be@latin) * Erdal Ronahi (ku) * Baris Cicek (tr) * Gil Forcada (ca) * Jorge Gonzalez (es) * Ivar Smolin (et) * Kjartan Maraas (nb) * César Veiga (pt_BR) * Andre Klapper (de) * Thierry Randrianiriana(mg) * Yair Hershkovitz (he) * Changwoo Ryu (ko) * Raivis Dejus (lv) * Zabeeh Khan (ps) * Ilkka Tuohela (fi) * Clytie Siddall (vi) * Chao-Hsiung Liao (zh_HK, zh_TW) * Theppitak Karoonboonyanan (th) * Alexander Shopov (bg) * Daniel Nylander (sv) * Inaki Larranaga Murgoitio (eu) * Wouter Bolsterlee (nl) * Gabor Kelemen (hu) * Tomasz Dominikowski (pl) * Gintautas Miliauskas (lt) * Krishnababu K (te) * Manoj Kumar Giri (or) * Lucas Lommer (cs) * Praveen Arimbrathodiyil (ml) * Milo Casagrande (it) * Claude Paroz (fr) * Philip Withnall (en_GB) * Reşat SABIQ (crh) * Adi Roiban (ro) * Sweta Kothari (gu) * Duarte Loreto (pt)
2009-03-12 16:19:38 +01:00
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.14.0
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"