import libgail-gnome 1.20.0
The libgail-gnome package contains the GNOME Accessibility Implementation library additions which implement ATK interfaces for libbonoboui and libgnomeui widgets.
This commit is contained in:
parent
1f29542467
commit
28f99ceb93
38
x11/gnome/libgail-gnome/Makefile
Normal file
38
x11/gnome/libgail-gnome/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/11/19 18:29:52 jasper Exp $
|
||||
|
||||
COMMENT= implementation of the ATK interface for GNOME widgets
|
||||
|
||||
GNOME_PROJECT= libgail-gnome
|
||||
GNOME_VERSION= 1.20.0
|
||||
SHARED_LIBS += gail-gnome 0.0 # .0.0
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://developer.gnome.org/projects/gap/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
WANTLIB= ICE ORBit-2 ORBitCosNaming-2 SM X11 Xau Xcomposite \
|
||||
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
Xrender Xtst art_lgpl_2 atk-1.0 audiofile bonobo-2 \
|
||||
bonobo-activation bonoboui-2 cairo crypto dbus-1 dbus-glib-1 \
|
||||
esd expat fontconfig freetype gailutil gconf-2 gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 glade-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gnome-2 gnome-keyring gnomecanvas-2 gnomeui-2 gnomevfs-2 \
|
||||
gobject-2.0 gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 pcre png popt ssl util xml2 z
|
||||
|
||||
LIB_DEPENDS= spi::x11/gnome/at-spi \
|
||||
panel-applet-2::x11/gnome/panel
|
||||
|
||||
CONFIGURE_ARGS+= --disable-scrollkeeper
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gnome/libgail-gnome/distinfo
Normal file
5
x11/gnome/libgail-gnome/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gnome/libgail-gnome-1.20.0.tar.bz2) = WnZi49Y3yGuqlaUK2yJeVg==
|
||||
RMD160 (gnome/libgail-gnome-1.20.0.tar.bz2) = UDjOIHQJEI0jEoKDdfASM2ICs2c=
|
||||
SHA1 (gnome/libgail-gnome-1.20.0.tar.bz2) = RyN9nFDc7+11gLAAUihW7NE13Z8=
|
||||
SHA256 (gnome/libgail-gnome-1.20.0.tar.bz2) = nin3pmVUED70ZzNKesS/aCVWsCaMMFFKcFDjR24OKcU=
|
||||
SIZE (gnome/libgail-gnome-1.20.0.tar.bz2) = 237027
|
12
x11/gnome/libgail-gnome/patches/patch-gail-gnome_Makefile_in
Normal file
12
x11/gnome/libgail-gnome/patches/patch-gail-gnome_Makefile_in
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-gail-gnome_Makefile_in,v 1.1.1.1 2007/11/19 18:29:52 jasper Exp $
|
||||
--- gail-gnome/Makefile.in.orig Sun Nov 18 23:06:56 2007
|
||||
+++ gail-gnome/Makefile.in Sun Nov 18 23:09:43 2007
|
||||
@@ -259,7 +259,7 @@ libgail_gnome_la_CFLAGS = \
|
||||
|
||||
libgail_gnome_la_LDFLAGS = \
|
||||
-no-undefined \
|
||||
- -rpath $(moduledir) -module -avoid-version \
|
||||
+ -rpath $(moduledir) -module -version-info 0:0:0 \
|
||||
$(AM_LDFLAGS)
|
||||
|
||||
libgail_gnome_la_LIBADD = \
|
3
x11/gnome/libgail-gnome/pkg/DESCR
Normal file
3
x11/gnome/libgail-gnome/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
The libgail-gnome package contains the GNOME Accessibility
|
||||
Implementation library additions which implement ATK interfaces for
|
||||
libbonoboui and libgnomeui widgets.
|
2
x11/gnome/libgail-gnome/pkg/PFRAG.shared
Normal file
2
x11/gnome/libgail-gnome/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/11/19 18:29:52 jasper Exp $
|
||||
@lib lib/gtk-2.0/modules/libgail-gnome.so.${LIBgail-gnome_VERSION}
|
8
x11/gnome/libgail-gnome/pkg/PLIST
Normal file
8
x11/gnome/libgail-gnome/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/19 18:29:52 jasper Exp $
|
||||
%%SHARED%%
|
||||
lib/gtk-2.0/
|
||||
lib/gtk-2.0/modules/
|
||||
lib/gtk-2.0/modules/libgail-gnome.a
|
||||
lib/gtk-2.0/modules/libgail-gnome.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/libgail-gnome.pc
|
Loading…
Reference in New Issue
Block a user