mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Re-add libgnomeprintui-2.0 for ports that will need it:
misc/gretl deskutils/glabels www/screem graphics/gthumb2 graphics/sodipodi libgnomeprint[ui]-2.0 will be removed as soon as all dependent ports are upgraded to the new API.
This commit is contained in:
parent
83f8fbbf86
commit
9db6b4e20b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75969
@ -80,6 +80,7 @@
|
||||
SUBDIR += libbonoboui
|
||||
SUBDIR += libgail-gnome
|
||||
SUBDIR += libgnomeprintui
|
||||
SUBDIR += libgnomeprintui20
|
||||
SUBDIR += libgnomeui
|
||||
SUBDIR += libgtkeditor
|
||||
SUBDIR += libj2dplot
|
||||
|
40
x11-toolkits/libgnomeprintui20/Makefile
Normal file
40
x11-toolkits/libgnomeprintui20/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: libgnomeprintui
|
||||
# Date created: 12 April 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libgnomeprintui
|
||||
PORTVERSION= 1.116.3
|
||||
CATEGORIES= x11-toolkits gnome
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.116
|
||||
DIST_SUBDIR= gnome2
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
COMMENT= Gnome print support library
|
||||
|
||||
LIB_DEPENDS= gnomeprint-2.0:${PORTSDIR}/print/libgnomeprint20 \
|
||||
gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas
|
||||
|
||||
LATEST_LINK= libgnomeprintui20
|
||||
USE_BZIP2= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XPM= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOMENG= yes
|
||||
USE_GNOME= gnomeprefix gnomehack
|
||||
USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BISON= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
1
x11-toolkits/libgnomeprintui20/distinfo
Normal file
1
x11-toolkits/libgnomeprintui20/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gnome2/libgnomeprintui-1.116.3.tar.bz2) = 4db8d9c405ab9717861463b333c01366
|
45
x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh
Normal file
45
x11-toolkits/libgnomeprintui20/files/patch-ltmain.sh
Normal file
@ -0,0 +1,45 @@
|
||||
|
||||
$FreeBSD: /tmp/pcvs/ports/x11-toolkits/libgnomeprintui20/files/Attic/patch-ltmain.sh,v 1.1 2003-02-20 18:33:13 marcus Exp $
|
||||
|
||||
--- 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"
|
4
x11-toolkits/libgnomeprintui20/pkg-descr
Normal file
4
x11-toolkits/libgnomeprintui20/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This is a prototype implementation of the Gnome Printing Architecture,
|
||||
as described in:
|
||||
|
||||
WWW: http://www.gnome.org/projects/gnome-print/
|
40
x11-toolkits/libgnomeprintui20/pkg-plist
Normal file
40
x11-toolkits/libgnomeprintui20/pkg-plist
Normal file
@ -0,0 +1,40 @@
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-font-dialog.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-copies.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-dialog.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-master-preview.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-paper-selector.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-print-preview.h
|
||||
include/libgnomeprintui-2.0/libgnomeprintui/gnome-printer-dialog.h
|
||||
lib/libgnomeprintui-2.a
|
||||
lib/libgnomeprintui-2.so
|
||||
lib/libgnomeprintui-2.so.0
|
||||
libdata/pkgconfig/libgnomeprintui-2.0.pc
|
||||
share/locale/am/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/az/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/be/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/bg/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ca/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/cs/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/da/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/de/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/el/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/es/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/et/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/eu/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/hi/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ko/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/lv/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ms/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/pl/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/pt/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ro/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ru/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/sl/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/sv/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/ta/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/vi/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/wa/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/libgnomeprintui.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/libgnomeprintui.mo
|
||||
@dirrm include/libgnomeprintui-2.0/libgnomeprintui
|
||||
@dirrm include/libgnomeprintui-2.0
|
Loading…
Reference in New Issue
Block a user