summaryrefslogtreecommitdiff
path: root/devel/atk/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-12-24 03:44:18 +0000
committerwiz <wiz@pkgsrc.org>2002-12-24 03:44:18 +0000
commit2375e2d0a493802984e737aca483c94f04790999 (patch)
tree96bf81f8c2822078a0d83f3a6aa7d09bcdf200b1 /devel/atk/Makefile
parent1512196acb4463b674780852b2686a17d24771c8 (diff)
downloadpkgsrc-2375e2d0a493802984e737aca483c94f04790999.tar.gz
Update to 1.2.0.
Changes: * Add new role ATK_ROLE_APPLICATION [Bill Haneman] * Correct implementation of i18n support [Padraig O'Briain] * Add signal "active-descendant-changed" to AtkObject [Padraig] * Add relation types ATK_RELATION_EMBEDS and ATK_RELATION_EMBEDS_BY [Bill Haneman] * Add atk_hyperlink_is_inline() [Bill] * Add new functions atk_object_add_relationship, atk_object_remove_relationship, atk_role_get_localized_name, atk_action_get_localized_name; add new roles, states and relationships; add text-attributes-changed signal for AtkText interface. [Padraig O'Briain] * Add po directory and update atk_role_get_localized_name() to allow it to return localized name [Padraig] * Add implementtaion of atk_object_factory_get_accessible_type() for AtkNoOpObjectFactory [Padraig] * Add ATK_LAYER_WINDOW {Mark Mc Loughlin] and some translation updates and bug fixes.
Diffstat (limited to 'devel/atk/Makefile')
-rw-r--r--devel/atk/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/devel/atk/Makefile b/devel/atk/Makefile
index 74b57211059..408405d092b 100644
--- a/devel/atk/Makefile
+++ b/devel/atk/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.11 2002/12/19 13:03:24 grant Exp $
+# $NetBSD: Makefile,v 1.12 2002/12/24 03:44:18 wiz Exp $
#
-DISTNAME= atk-1.0.3
-PKGREVISION= 2
+DISTNAME= atk-1.2.0
CATEGORIES= devel
-MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \
- ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.0/ \
- ${MASTER_SITE_GNOME:=sources/atk/1.0/}
+MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.2/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/gtk/v2.2/ \
+ ${MASTER_SITE_GNOME:=sources/atk/1.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
@@ -17,6 +16,7 @@ USE_BUILDLINK2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
+USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
PKGCONFIG_OVERRIDE= ${WRKSRC}/atk.pc.in