Update to atk-1.30.0.
* several bugfixes * translations updates fmt(1) DESCR. Use the x11/gnome MODULE. Add the hobbits as maintainers.
This commit is contained in:
parent
09ed1dcb61
commit
27bb3e0309
@ -1,13 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2009/10/09 22:17:28 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2010/04/20 10:19:46 ajacoutot Exp $
|
||||
|
||||
COMMENT= accessibility toolkit used by gtk+
|
||||
COMMENT= accessibility toolkit used by gtk+
|
||||
|
||||
DISTNAME= atk-1.28.0
|
||||
SHARED_LIBS += atk-1.0 2800.0 # .2809.1
|
||||
GNOME_PROJECT= atk
|
||||
GNOME_VERSION= 1.30.0
|
||||
|
||||
CATEGORIES= devel
|
||||
SHARED_LIBS += atk-1.0 2800.0 # .3009.1
|
||||
|
||||
HOMEPAGE= http://www.gtk.org/
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.gnome.org/
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
||||
Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
@ -15,16 +20,17 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/1.28/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
WANTLIB += pcre
|
||||
|
||||
MODULES= devel/gettext
|
||||
WANTLIB= pcre
|
||||
LIB_DEPENDS= glib-2.0.>=1600.0,gobject-2.0.>=1600.0::devel/glib2
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
LIB_DEPENDS= glib-2.0.>=1600.0,gobject-2.0.>=1600.0::devel/glib2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_LIBTOOL= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (atk-1.28.0.tar.bz2) = AQqFR4rcBTwBagpcm7UgBA==
|
||||
RMD160 (atk-1.28.0.tar.bz2) = w5RlcpvkgojYV0KN4Tb84B7UOY4=
|
||||
SHA1 (atk-1.28.0.tar.bz2) = TPnBcfWzBUUzllAbTCmmirOp7Ik=
|
||||
SHA256 (atk-1.28.0.tar.bz2) = 5Nqf5YDS1V9Od6E4xVO0syZU37Br8HFVksydvWNV/oc=
|
||||
SIZE (atk-1.28.0.tar.bz2) = 715100
|
||||
MD5 (atk-1.30.0.tar.bz2) = VI1BN3WBn+9CVBBzkEHKww==
|
||||
RMD160 (atk-1.30.0.tar.bz2) = LoYgZvWCCM7hAHEQEL7MBv89Qcs=
|
||||
SHA1 (atk-1.30.0.tar.bz2) = ypOA6VbjcnXLDLcoBdIDBmhvuIU=
|
||||
SHA256 (atk-1.30.0.tar.bz2) = krmxITyvxo/pw4Bic7lowmQjI317H2Md2D3FJwuMJow=
|
||||
SIZE (atk-1.30.0.tar.bz2) = 746014
|
||||
|
@ -1,4 +1,4 @@
|
||||
The ATK library provides a set of interfaces for accessibility.
|
||||
By supporting the ATK interfaces, an application or toolkit can
|
||||
be used with such tools as screen readers, magnifiers,
|
||||
and alternative input devices.
|
||||
By supporting the ATK interfaces, an application or toolkit can be used
|
||||
with such tools as screen readers, magnifiers, and alternative input
|
||||
devices.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2009/10/09 22:17:28 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2010/04/20 10:19:46 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
include/atk-1.0/
|
||||
include/atk-1.0/atk/
|
||||
@ -18,11 +18,13 @@ include/atk-1.0/atk/atknoopobject.h
|
||||
include/atk-1.0/atk/atknoopobjectfactory.h
|
||||
include/atk-1.0/atk/atkobject.h
|
||||
include/atk-1.0/atk/atkobjectfactory.h
|
||||
include/atk-1.0/atk/atkplug.h
|
||||
include/atk-1.0/atk/atkregistry.h
|
||||
include/atk-1.0/atk/atkrelation.h
|
||||
include/atk-1.0/atk/atkrelationset.h
|
||||
include/atk-1.0/atk/atkrelationtype.h
|
||||
include/atk-1.0/atk/atkselection.h
|
||||
include/atk-1.0/atk/atksocket.h
|
||||
include/atk-1.0/atk/atkstate.h
|
||||
include/atk-1.0/atk/atkstateset.h
|
||||
include/atk-1.0/atk/atkstreamablecontent.h
|
||||
|
Loading…
Reference in New Issue
Block a user