2012-10-29 06:06:05 +01:00
|
|
|
# $NetBSD: Makefile,v 1.75 2012/10/29 05:06:14 asau Exp $
|
2003-12-30 18:55:33 +01:00
|
|
|
#
|
|
|
|
|
Update gnome-mag to 0.16.3.
Based on PR#45812 by Patrick Welche.
While here, add colorblind applet support.
What's new in gnome-mag-0.16.3:
* Fixes:
Fix bug #630877 (Li Yuan)
Fix build with gcc 4.4.3 adding explicity -lm
* Translations:
Carles Ferrando (Catalan (Valencian)), Sahran (UG)
What's new in gnome-mag-0.16.2:
* Fixes:
Code cleanups (Romain Perier, Stéphane Maniaci)
Remove G*_DISABLE_DEPREATE
* Translations:
Gil Forcada (ca), Petr Kovar (cs), Thomas Thurman (en@shaw), Kristjan
SCHMIDT (eo), Mattias Põldaru (et), Fran Diéguez (gl), Dirgita (id),
Takeshi AIHANA (ja), Shankar Prasad (kn), Matej Urbančič (sl)
2012-01-31 12:59:11 +01:00
|
|
|
DISTNAME= gnome-mag-0.16.3
|
2012-10-09 01:00:34 +02:00
|
|
|
PKGREVISION= 9
|
2003-12-30 18:55:33 +01:00
|
|
|
CATEGORIES= x11 gnome
|
2010-06-05 13:17:40 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mag/0.16/}
|
2003-12-30 18:55:33 +01:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-12-30 18:55:33 +01:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
COMMENT= GNOME screen magnifier
|
2009-05-18 12:38:56 +02:00
|
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
|
2006-07-05 07:37:39 +02:00
|
|
|
USE_TOOLS+= gmake intltool msgfmt pkg-config
|
2003-12-30 18:55:33 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in
|
2003-12-30 18:55:33 +01:00
|
|
|
|
2010-12-06 12:47:48 +01:00
|
|
|
SUBST_CLASSES+= doxy
|
|
|
|
SUBST_STAGE.doxy= pre-configure
|
|
|
|
SUBST_MESSAGE.doxy= disable doxygen docs
|
|
|
|
SUBST_FILES.doxy= docs/Makefile.in
|
|
|
|
SUBST_SED.doxy= -e 's,SUBDIRS = reference,SUBDIRS =,'
|
|
|
|
|
Update gnome-mag to 0.16.3.
Based on PR#45812 by Patrick Welche.
While here, add colorblind applet support.
What's new in gnome-mag-0.16.3:
* Fixes:
Fix bug #630877 (Li Yuan)
Fix build with gcc 4.4.3 adding explicity -lm
* Translations:
Carles Ferrando (Catalan (Valencian)), Sahran (UG)
What's new in gnome-mag-0.16.2:
* Fixes:
Code cleanups (Romain Perier, Stéphane Maniaci)
Remove G*_DISABLE_DEPREATE
* Translations:
Gil Forcada (ca), Petr Kovar (cs), Thomas Thurman (en@shaw), Kristjan
SCHMIDT (eo), Mattias Põldaru (et), Fran Diéguez (gl), Dirgita (id),
Takeshi AIHANA (ja), Shankar Prasad (kn), Matej Urbančič (sl)
2012-01-31 12:59:11 +01:00
|
|
|
# for colorblind applet
|
2012-02-03 02:59:26 +01:00
|
|
|
DEPENDS+= ${PYPKGPREFIX}-gnome2-desktop-[0-9]*:../../x11/py-gnome2-desktop
|
Update gnome-mag to 0.16.3.
Based on PR#45812 by Patrick Welche.
While here, add colorblind applet support.
What's new in gnome-mag-0.16.3:
* Fixes:
Fix bug #630877 (Li Yuan)
Fix build with gcc 4.4.3 adding explicity -lm
* Translations:
Carles Ferrando (Catalan (Valencian)), Sahran (UG)
What's new in gnome-mag-0.16.2:
* Fixes:
Code cleanups (Romain Perier, Stéphane Maniaci)
Remove G*_DISABLE_DEPREATE
* Translations:
Gil Forcada (ca), Petr Kovar (cs), Thomas Thurman (en@shaw), Kristjan
SCHMIDT (eo), Mattias Põldaru (et), Fran Diéguez (gl), Dirgita (id),
Takeshi AIHANA (ja), Shankar Prasad (kn), Matej Urbančič (sl)
2012-01-31 12:59:11 +01:00
|
|
|
REPLACE_PYTHON= colorblind/colorblind-applet.py
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../misc/colorblind/buildlink3.mk"
|
|
|
|
.include "../../devel/py-gobject/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
|
|
.include "../../x11/py-gnome2/buildlink3.mk"
|
|
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
|
|
.include "../../devel/GConf/schemas.mk"
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
|
|
.include "../../lang/python/application.mk"
|
|
|
|
|
2006-12-27 14:37:35 +01:00
|
|
|
BUILDLINK_DEPMETHOD.libXt?= build
|
|
|
|
|
2010-06-05 13:17:40 +02:00
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
2004-02-17 22:57:58 +01:00
|
|
|
.include "../../devel/at-spi/buildlink3.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2006-12-27 14:37:35 +01:00
|
|
|
.include "../../x11/libSM/buildlink3.mk"
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
|
|
.include "../../x11/libXt/buildlink3.mk"
|
2007-07-17 12:48:32 +02:00
|
|
|
.include "../../x11/libXdamage/buildlink3.mk"
|
|
|
|
.include "../../x11/libXcomposite/buildlink3.mk"
|
2003-12-30 18:55:33 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|