update to 1.18.0
This switches to the new stable branch for gnome-2.18. Most visible change: addes a new atkmisc API which is needed for newer gnome s/w.
This commit is contained in:
parent
d24ee310d3
commit
9153e18d1c
3 changed files with 10 additions and 9 deletions
|
@ -1,10 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.60 2007/02/23 04:00:02 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.61 2007/03/20 15:42:50 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= atk-1.12.4
|
||||
PKGREVISION= 1
|
||||
DISTNAME= atk-1.18.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.12/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.18/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.25 2006/10/17 16:51:42 drochner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.26 2007/03/20 15:42:50 drochner Exp $
|
||||
include/atk-1.0/atk/atk-enum-types.h
|
||||
include/atk-1.0/atk/atk.h
|
||||
include/atk-1.0/atk/atkaction.h
|
||||
|
@ -10,6 +10,7 @@ include/atk-1.0/atk/atkhyperlink.h
|
|||
include/atk-1.0/atk/atkhyperlinkimpl.h
|
||||
include/atk-1.0/atk/atkhypertext.h
|
||||
include/atk-1.0/atk/atkimage.h
|
||||
include/atk-1.0/atk/atkmisc.h
|
||||
include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
|
@ -75,6 +76,7 @@ share/locale/ar/LC_MESSAGES/atk10.mo
|
|||
share/locale/as/LC_MESSAGES/atk10.mo
|
||||
share/locale/az/LC_MESSAGES/atk10.mo
|
||||
share/locale/be/LC_MESSAGES/atk10.mo
|
||||
share/locale/be@latin/LC_MESSAGES/atk10.mo
|
||||
share/locale/bg/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn/LC_MESSAGES/atk10.mo
|
||||
share/locale/bn_IN/LC_MESSAGES/atk10.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.29 2007/01/06 21:55:58 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.30 2007/03/20 15:42:50 drochner Exp $
|
||||
|
||||
SHA1 (atk-1.12.4.tar.bz2) = 50a2a725aa1766281976907cca1342b384a686a8
|
||||
RMD160 (atk-1.12.4.tar.bz2) = 27fd1677ade0fe0e7371c7062f38706b07cc5619
|
||||
Size (atk-1.12.4.tar.bz2) = 647699 bytes
|
||||
SHA1 (atk-1.18.0.tar.bz2) = d58dfc3dbdad49d8c446e0bd4a0b6260d315ceb0
|
||||
RMD160 (atk-1.18.0.tar.bz2) = c368c19b0c7b577b6c52aeb0325c4920653920ea
|
||||
Size (atk-1.18.0.tar.bz2) = 655890 bytes
|
||||
|
|
Loading…
Reference in a new issue