diff --git a/x11/gnome/libgnomeprintui/Makefile b/x11/gnome/libgnomeprintui/Makefile new file mode 100644 index 00000000000..1a717a7dec0 --- /dev/null +++ b/x11/gnome/libgnomeprintui/Makefile @@ -0,0 +1,36 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/10/07 17:06:28 marcm Exp $ + +COMMENT= "user interface components for libgnomeprint" + +DISTNAME= libgnomeprintui-2.4.0 +CATEGORIES= x11/gnome devel + +HOMEPAGE= http://www.gnome.org/projects/gnome-print/ + +MAINTAINER= Marc Matteo + +# LGPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.4/} +EXTRACT_SUFX= .tar.bz2 + +MODULES= gettext + +BUILD_DEPENDS= :pkgconfig->=0.12.0p1:devel/pkgconfig \ + :libglade2->=2.0.0:devel/libglade2 +LIB_DEPENDS= gnomecanvas-2::x11/gnome/libgnomecanvas \ + gnomeprint-2-2::x11/gnome/libgnomeprint + +SEPARATE_BUILD= concurrent +USE_GMAKE= Yes +CONFIGURE_STYLE= gnu +CONFIGURE_ARGS+= ${CONFIGURE_SHARED} +CONFIGURE_ARGS+= --disable-gtk-doc +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include diff --git a/x11/gnome/libgnomeprintui/distinfo b/x11/gnome/libgnomeprintui/distinfo new file mode 100644 index 00000000000..477f753b4f1 --- /dev/null +++ b/x11/gnome/libgnomeprintui/distinfo @@ -0,0 +1,3 @@ +MD5 (libgnomeprintui-2.4.0.tar.bz2) = 9962ae98b5722f1eb30bb802296b646f +RMD160 (libgnomeprintui-2.4.0.tar.bz2) = 9edd504610edac148ff73fa51a40076f657677f9 +SHA1 (libgnomeprintui-2.4.0.tar.bz2) = 33d69b77c11424b9284a12e2aaff286e64a60ca3 diff --git a/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh b/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh new file mode 100644 index 00000000000..329e581451a --- /dev/null +++ b/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh @@ -0,0 +1,72 @@ +$OpenBSD: patch-ltmain_sh,v 1.1.1.1 2003/10/07 17:06:28 marcm Exp $ +--- ltmain.sh.orig 2003-09-10 15:55:56.000000000 -0700 ++++ ltmain.sh 2003-09-26 13:50:53.000000000 -0700 +@@ -1288,6 +1288,17 @@ EOF + continue + ;; + ++ -pthread) ++ case $host in ++ *-*-openbsd*) ++ deplibs="$deplibs $arg" ++ ;; ++ *) ++ continue ++ ;; ++ esac ++ ;; ++ + -module) + module=yes + continue +@@ -1965,6 +1976,9 @@ EOF + fi + continue + ;; ++ -pthread) ++ continue ++ ;; + %DEPLIBS%) + alldeplibs=yes + continue +@@ -5728,40 +5742,6 @@ relink_command=\"$relink_command\"" + # Exit here if they wanted silent mode. + test "$show" = : && exit 0 + +- $echo "----------------------------------------------------------------------" +- $echo "Libraries have been installed in:" +- for libdir in $libdirs; do +- $echo " $libdir" +- done +- $echo +- $echo "If you ever happen to want to link against installed libraries" +- $echo "in a given directory, LIBDIR, you must either use libtool, and" +- $echo "specify the full pathname of the library, or use the \`-LLIBDIR'" +- $echo "flag during linking and do at least one of the following:" +- if test -n "$shlibpath_var"; then +- $echo " - add LIBDIR to the \`$shlibpath_var' environment variable" +- $echo " during execution" +- fi +- if test -n "$runpath_var"; then +- $echo " - add LIBDIR to the \`$runpath_var' environment variable" +- $echo " during linking" +- fi +- if test -n "$hardcode_libdir_flag_spec"; then +- libdir=LIBDIR +- eval flag=\"$hardcode_libdir_flag_spec\" +- +- $echo " - use the \`$flag' linker flag" +- fi +- if test -n "$admincmds"; then +- $echo " - have your system administrator run these commands:$admincmds" +- fi +- if test -f /etc/ld.so.conf; then +- $echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" +- fi +- $echo +- $echo "See any operating system documentation about shared libraries for" +- $echo "more information, such as the ld(1) and ld.so(8) manual pages." +- $echo "----------------------------------------------------------------------" + exit 0 + ;; + diff --git a/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in b/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in new file mode 100644 index 00000000000..75d85ec7761 --- /dev/null +++ b/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in @@ -0,0 +1,12 @@ +$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2003/10/07 17:06:28 marcm Exp $ +--- po/Makefile.in.in.orig Sat May 31 10:20:26 2003 ++++ po/Makefile.in.in Sat May 31 10:20:36 2003 +@@ -27,7 +27,7 @@ prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = @datadir@ + libdir = @libdir@ +-localedir = $(libdir)/locale ++localedir = $(datadir)/locale + gnulocaledir = $(datadir)/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po diff --git a/x11/gnome/libgnomeprintui/pkg/DESCR b/x11/gnome/libgnomeprintui/pkg/DESCR new file mode 100644 index 00000000000..374b3914719 --- /dev/null +++ b/x11/gnome/libgnomeprintui/pkg/DESCR @@ -0,0 +1,4 @@ +This is an implementation of the Gnome Printing Architecture, as +described in: + + http://www.levien.com/gnome/print-arch.html diff --git a/x11/gnome/libgnomeprintui/pkg/PFRAG.shared b/x11/gnome/libgnomeprintui/pkg/PFRAG.shared new file mode 100644 index 00000000000..fc72e6aebe7 --- /dev/null +++ b/x11/gnome/libgnomeprintui/pkg/PFRAG.shared @@ -0,0 +1,3 @@ +@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2003/10/07 17:06:28 marcm Exp $ +lib/libgnomeprintui-2-2.so.1.0 +DYNLIBDIR(%D/lib) diff --git a/x11/gnome/libgnomeprintui/pkg/PLIST b/x11/gnome/libgnomeprintui/pkg/PLIST new file mode 100644 index 00000000000..ead99b0e309 --- /dev/null +++ b/x11/gnome/libgnomeprintui/pkg/PLIST @@ -0,0 +1,204 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/07 17:06:28 marcm Exp $ +include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h +include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-dialog.h +include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-job-preview.h +include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-paper-selector.h +include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-preview.h +include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-unit-selector.h +lib/libgnomeprintui-2-2.a +lib/libgnomeprintui-2-2.la +lib/pkgconfig/libgnomeprintui-2.2.pc +share/gtk-doc/html/libgnomeprintui/c7.html +share/gtk-doc/html/libgnomeprintui/home.png +share/gtk-doc/html/libgnomeprintui/index.html +share/gtk-doc/html/libgnomeprintui/index.sgml +share/gtk-doc/html/libgnomeprintui/left.png +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-font-dialog.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-print-copies.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-print-dialog.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-print-job-preview.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-print-paper-selector.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-print-preview.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui-gnome-printer-selector.html +share/gtk-doc/html/libgnomeprintui/libgnomeprintui.html +share/gtk-doc/html/libgnomeprintui/right.png +share/gtk-doc/html/libgnomeprintui/up.png +share/locale/am/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ar/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/az/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/be/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/bg/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/bn/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/cy/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/da/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/de/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/es/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/et/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/eu/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/fa/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/fi/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/fr/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ga/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/gl/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/he/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/hi/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/hr/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/hu/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/id/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/is/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/li/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ml/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/mn/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ms/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/nl/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/nn/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/no/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/pl/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/pt/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/pt_BR/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ro/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ru/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sk/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sl/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sq/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sr/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sr@Latn/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/sv/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/ta/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/tr/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/uk/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/vi/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/wa/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/zh_CN/LC_MESSAGES/libgnomeprintui-2.2.mo +share/locale/zh_TW/LC_MESSAGES/libgnomeprintui-2.2.mo +%%SHARED%% +@comment @dirrm share/locale/zh_TW/LC_MESSAGES +@comment @dirrm share/locale/zh_TW +@comment @dirrm share/locale/zh_CN/LC_MESSAGES +@comment @dirrm share/locale/zh_CN +@comment @dirrm share/locale/wa/LC_MESSAGES +@comment @dirrm share/locale/wa +@comment @dirrm share/locale/vi/LC_MESSAGES +@comment @dirrm share/locale/vi +@comment @dirrm share/locale/uk/LC_MESSAGES +@comment @dirrm share/locale/uk +@comment @dirrm share/locale/tr/LC_MESSAGES +@comment @dirrm share/locale/tr +@comment @dirrm share/locale/ta/LC_MESSAGES +@comment @dirrm share/locale/ta +@comment @dirrm share/locale/sv/LC_MESSAGES +@comment @dirrm share/locale/sv +@comment @dirrm share/locale/sr@Latn/LC_MESSAGES +@comment @dirrm share/locale/sr@Latn +@comment @dirrm share/locale/sr/LC_MESSAGES +@comment @dirrm share/locale/sr +@comment @dirrm share/locale/sq/LC_MESSAGES +@comment @dirrm share/locale/sq +@comment @dirrm share/locale/sl/LC_MESSAGES +@comment @dirrm share/locale/sl +@comment @dirrm share/locale/sk/LC_MESSAGES +@comment @dirrm share/locale/sk +@comment @dirrm share/locale/ru/LC_MESSAGES +@comment @dirrm share/locale/ru +@comment @dirrm share/locale/ro/LC_MESSAGES +@comment @dirrm share/locale/ro +@comment @dirrm share/locale/pt_BR/LC_MESSAGES +@comment @dirrm share/locale/pt_BR +@comment @dirrm share/locale/pt/LC_MESSAGES +@comment @dirrm share/locale/pt +@comment @dirrm share/locale/pl/LC_MESSAGES +@comment @dirrm share/locale/pl +@comment @dirrm share/locale/no/LC_MESSAGES +@comment @dirrm share/locale/no +@comment @dirrm share/locale/nn/LC_MESSAGES +@comment @dirrm share/locale/nn +@comment @dirrm share/locale/nl/LC_MESSAGES +@comment @dirrm share/locale/nl +@comment @dirrm share/locale/ms/LC_MESSAGES +@comment @dirrm share/locale/ms +@comment @dirrm share/locale/mn/LC_MESSAGES +@comment @dirrm share/locale/mn +@comment @dirrm share/locale/ml/LC_MESSAGES +@comment @dirrm share/locale/ml +@comment @dirrm share/locale/lv/LC_MESSAGES +@comment @dirrm share/locale/lv +@comment @dirrm share/locale/lt/LC_MESSAGES +@comment @dirrm share/locale/lt +@comment @dirrm share/locale/li/LC_MESSAGES +@comment @dirrm share/locale/li +@comment @dirrm share/locale/ko/LC_MESSAGES +@comment @dirrm share/locale/ko +@comment @dirrm share/locale/kn/LC_MESSAGES +@comment @dirrm share/locale/kn +@comment @dirrm share/locale/ja/LC_MESSAGES +@comment @dirrm share/locale/ja +@comment @dirrm share/locale/it/LC_MESSAGES +@comment @dirrm share/locale/it +@comment @dirrm share/locale/is/LC_MESSAGES +@comment @dirrm share/locale/is +@comment @dirrm share/locale/id/LC_MESSAGES +@comment @dirrm share/locale/id +@comment @dirrm share/locale/hu/LC_MESSAGES +@comment @dirrm share/locale/hu +@comment @dirrm share/locale/hr/LC_MESSAGES +@comment @dirrm share/locale/hr +@comment @dirrm share/locale/hi/LC_MESSAGES +@comment @dirrm share/locale/hi +@comment @dirrm share/locale/he/LC_MESSAGES +@comment @dirrm share/locale/he +@comment @dirrm share/locale/gl/LC_MESSAGES +@comment @dirrm share/locale/gl +@comment @dirrm share/locale/ga/LC_MESSAGES +@comment @dirrm share/locale/ga +@comment @dirrm share/locale/fr/LC_MESSAGES +@comment @dirrm share/locale/fr +@comment @dirrm share/locale/fi/LC_MESSAGES +@comment @dirrm share/locale/fi +@comment @dirrm share/locale/fa/LC_MESSAGES +@comment @dirrm share/locale/fa +@comment @dirrm share/locale/eu/LC_MESSAGES +@comment @dirrm share/locale/eu +@comment @dirrm share/locale/et/LC_MESSAGES +@comment @dirrm share/locale/et +@comment @dirrm share/locale/es/LC_MESSAGES +@comment @dirrm share/locale/es +@comment @dirrm share/locale/el/LC_MESSAGES +@comment @dirrm share/locale/el +@comment @dirrm share/locale/de/LC_MESSAGES +@comment @dirrm share/locale/de +@comment @dirrm share/locale/da/LC_MESSAGES +@comment @dirrm share/locale/da +@comment @dirrm share/locale/cy/LC_MESSAGES +@comment @dirrm share/locale/cy +@comment @dirrm share/locale/cs/LC_MESSAGES +@comment @dirrm share/locale/cs +@comment @dirrm share/locale/ca/LC_MESSAGES +@comment @dirrm share/locale/ca +@comment @dirrm share/locale/bn/LC_MESSAGES +@comment @dirrm share/locale/bn +@comment @dirrm share/locale/bg/LC_MESSAGES +@comment @dirrm share/locale/bg +@comment @dirrm share/locale/be/LC_MESSAGES +@comment @dirrm share/locale/be +@comment @dirrm share/locale/az/LC_MESSAGES +@comment @dirrm share/locale/az +@comment @dirrm share/locale/ar/LC_MESSAGES +@comment @dirrm share/locale/ar +@comment @dirrm share/locale/am/LC_MESSAGES +@comment @dirrm share/locale/am +@comment @dirrm share/locale +@dirrm share/gtk-doc/html/libgnomeprintui +@comment @dirrm share/gtk-doc/html +@comment @dirrm share/gtk-doc +@comment @dirrm lib/pkgconfig +@dirrm include/libgnomeprintui-2.2/libgnomeprintui +@dirrm include/libgnomeprintui-2.2