1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add libgail-gnome 0.5.0, an implementation of the ATK interfaces

for GNOME widgets.

This is the last brick in the wall called GNOME2 Development Platform.
This commit is contained in:
Maxim Sobolev 2002-04-12 20:00:44 +00:00
parent ac5eadfcc7
commit a83ef1ea07
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57639
7 changed files with 95 additions and 0 deletions

View File

@ -57,6 +57,7 @@
SUBDIR += jx
SUBDIR += lesstif
SUBDIR += libbonoboui
SUBDIR += libgail-gnome
SUBDIR += libgnomeprintui
SUBDIR += libgnomeui
SUBDIR += libgtkeditor

View File

@ -0,0 +1,39 @@
# New ports collection makefile for: libgail-gnome
# Date Created: 12 April 2002
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libgail-gnome
PORTVERSION= 0.5.0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= pre-gnome2/releases/gnome-2.0-desktop-beta3
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
spi.0:${PORTSDIR}/x11-toolkits/at-spi
USE_BZIP2= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc \
--enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
pre-patch:
@find ${WRKSRC} -name Makefile.in | xargs ${PERL} -pi -e \
's|\$\(libdir\)/pkgconfig|\$\(prefix\)/libdata/pkgconfig|g ; \
s|\$\(libdir\)/bonobo/servers|\$\(prefix\)/libdata/bonobo/servers|g'
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gnome2/libgail-gnome-0.5.0.tar.bz2) = 55ae884514698d4c57c66381f434aa46

View File

@ -0,0 +1,45 @@
$FreeBSD$
--- ltmain.sh.orig Wed Jan 23 11:38:40 2002
+++ ltmain.sh Sun Feb 3 01:44:17 2002
@@ -1037,8 +1037,16 @@
continue
;;
+ -pthread)
+ compile_command="$compile_command -pthread"
+ finalize_command="$finalize_command -pthread"
+ compiler_flags="$compiler_flags -pthread"
+ continue
+ ;;
+
-module)
module=yes
+ build_old_libs=no
continue
;;
@@ -2412,6 +2420,9 @@
*-*-netbsd*)
# Don't link with libc until the a.out ld.so is fixed.
;;
+ *-*-freebsd*)
+ # FreeBSD doesn't need this...
+ ;;
*)
# Add libc to deplibs on all other systems if necessary.
if test "$build_libtool_need_lc" = "yes"; then
@@ -4179,10 +4190,12 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1 @@
An implementation of the ATK interfaces for GNOME widgets

View File

@ -0,0 +1,4 @@
Gail, the Gnome Accessibility Implementation library, is implementation of the
ATK interfaces for GNOME widgets.
WWW: http://www.gnome.org/

View File

@ -0,0 +1,4 @@
lib/libgail-gnome.a
lib/libgail-gnome.so
lib/libgail-gnome.so.0
libdata/pkgconfig/libgail-gnome.pc