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:
parent
ac5eadfcc7
commit
a83ef1ea07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57639
@ -57,6 +57,7 @@
|
||||
SUBDIR += jx
|
||||
SUBDIR += lesstif
|
||||
SUBDIR += libbonoboui
|
||||
SUBDIR += libgail-gnome
|
||||
SUBDIR += libgnomeprintui
|
||||
SUBDIR += libgnomeui
|
||||
SUBDIR += libgtkeditor
|
||||
|
39
x11-toolkits/libgail-gnome/Makefile
Normal file
39
x11-toolkits/libgail-gnome/Makefile
Normal 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>
|
1
x11-toolkits/libgail-gnome/distinfo
Normal file
1
x11-toolkits/libgail-gnome/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnome2/libgail-gnome-0.5.0.tar.bz2) = 55ae884514698d4c57c66381f434aa46
|
45
x11-toolkits/libgail-gnome/files/patch-ltmain.sh
Normal file
45
x11-toolkits/libgail-gnome/files/patch-ltmain.sh
Normal 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"
|
1
x11-toolkits/libgail-gnome/pkg-comment
Normal file
1
x11-toolkits/libgail-gnome/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An implementation of the ATK interfaces for GNOME widgets
|
4
x11-toolkits/libgail-gnome/pkg-descr
Normal file
4
x11-toolkits/libgail-gnome/pkg-descr
Normal 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/
|
4
x11-toolkits/libgail-gnome/pkg-plist
Normal file
4
x11-toolkits/libgail-gnome/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/libgail-gnome.a
|
||||
lib/libgail-gnome.so
|
||||
lib/libgail-gnome.so.0
|
||||
libdata/pkgconfig/libgail-gnome.pc
|
Loading…
Reference in New Issue
Block a user