diff --git a/x11/gnome/libgnomeprintui/Makefile b/x11/gnome/libgnomeprintui/Makefile index 9c03180dff3..80345d93aeb 100644 --- a/x11/gnome/libgnomeprintui/Makefile +++ b/x11/gnome/libgnomeprintui/Makefile @@ -1,26 +1,24 @@ -# $OpenBSD: Makefile,v 1.8 2004/12/15 13:57:56 alek Exp $ +# $OpenBSD: Makefile,v 1.9 2005/05/24 21:53:35 marcm Exp $ COMMENT= "user interface components for libgnomeprint" -DISTNAME= libgnomeprintui-2.8.1 +DISTNAME= libgnomeprintui-2.10.2 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 -WANTLIB= X11 Xcursor Xext Xft Xinerama Xrender art_lgpl_2 atk-1.0.0.0 \ +WANTLIB= X11 Xft Xrender art_lgpl_2 atk-1.0.0.0 \ fontconfig freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \ glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 gtk-x11-2.0.0.0 m \ pango-1.0.0.0 pangoft2-1.0.0.0 pangox-1.0.0.0 pangoxft-1.0.0.0 \ xml2 z -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.10/} EXTRACT_SUFX= .tar.bz2 MODULES= devel/gettext @@ -32,7 +30,6 @@ RUN_DEPENDS= :gnome-icon-theme->=1.2.0:x11/gnome/icon-theme 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} diff --git a/x11/gnome/libgnomeprintui/distinfo b/x11/gnome/libgnomeprintui/distinfo index fbd5a508cb1..0547d4abead 100644 --- a/x11/gnome/libgnomeprintui/distinfo +++ b/x11/gnome/libgnomeprintui/distinfo @@ -1,4 +1,4 @@ -MD5 (libgnomeprintui-2.8.1.tar.bz2) = 691b156f390fda931b36e7020c79c9ba -RMD160 (libgnomeprintui-2.8.1.tar.bz2) = e6fe71cd0186d34aae846f32828246b60380ce42 -SHA1 (libgnomeprintui-2.8.1.tar.bz2) = b77c8e952ccac2d3109a4f63b02c7edfb1c7b4de -SIZE (libgnomeprintui-2.8.1.tar.bz2) = 583148 +MD5 (libgnomeprintui-2.10.2.tar.bz2) = 01fce7918f4e106e00ee8b5447783e4c +RMD160 (libgnomeprintui-2.10.2.tar.bz2) = b4e7254bf439984c0b4d1b24d7dd81fdacabb17b +SHA1 (libgnomeprintui-2.10.2.tar.bz2) = 0aeeeb8a25ac8489a036066ed632a05732bf5064 +SIZE (libgnomeprintui-2.10.2.tar.bz2) = 626042 diff --git a/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh b/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh index 2ffb94fe291..eead3f51d85 100644 --- a/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh +++ b/x11/gnome/libgnomeprintui/patches/patch-ltmain_sh @@ -1,6 +1,6 @@ -$OpenBSD: patch-ltmain_sh,v 1.3 2004/06/23 03:26:15 marcm Exp $ ---- ltmain.sh.orig Mon Apr 12 11:33:23 2004 -+++ ltmain.sh Mon Jun 21 22:09:03 2004 +$OpenBSD: patch-ltmain_sh,v 1.4 2005/05/24 21:53:35 marcm Exp $ +--- ltmain.sh.orig Mon Mar 21 07:30:19 2005 ++++ ltmain.sh Tue Apr 5 10:02:26 2005 @@ -1857,9 +1857,12 @@ EOF if test "$linkmode,$pass" = "prog,link"; then compile_deplibs="$deplib $compile_deplibs" @@ -16,7 +16,7 @@ $OpenBSD: patch-ltmain_sh,v 1.3 2004/06/23 03:26:15 marcm Exp $ continue ;; -l*) -@@ -2274,10 +2277,6 @@ EOF +@@ -2270,10 +2273,6 @@ EOF link_static=no # Whether the deplib will be linked statically if test -n "$library_names" && { test "$prefer_static_libs" = no || test -z "$old_library"; }; then @@ -27,7 +27,7 @@ $OpenBSD: patch-ltmain_sh,v 1.3 2004/06/23 03:26:15 marcm Exp $ # This is a shared library # Warn about portability, can't link against -module's on -@@ -5827,40 +5826,6 @@ relink_command=\"$relink_command\"" +@@ -5828,40 +5827,6 @@ relink_command=\"$relink_command\"" # Exit here if they wanted silent mode. test "$show" = : && exit $EXIT_SUCCESS diff --git a/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in b/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in deleted file mode 100644 index 75d85ec7761..00000000000 --- a/x11/gnome/libgnomeprintui/patches/patch-po_Makefile_in_in +++ /dev/null @@ -1,12 +0,0 @@ -$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/PLIST b/x11/gnome/libgnomeprintui/pkg/PLIST index 0ccb5c9d808..9b062be8745 100644 --- a/x11/gnome/libgnomeprintui/pkg/PLIST +++ b/x11/gnome/libgnomeprintui/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2004/12/10 20:36:44 marcm Exp $ +@comment $OpenBSD: PLIST,v 1.7 2005/05/24 21:53:35 marcm Exp $ include/libgnomeprintui-2.2/ include/libgnomeprintui-2.2/libgnomeprintui/ include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h @@ -8,6 +8,7 @@ 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 +include/libgnomeprintui-2.2/libgnomeprintui/libgnomeprintui-enum-types.h lib/libgnomeprintui-2-2.a lib/libgnomeprintui-2-2.la lib/pkgconfig/libgnomeprintui-2.2.pc @@ -40,8 +41,6 @@ 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/bs/ -share/locale/bs/LC_MESSAGES/ share/locale/bs/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo share/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo @@ -73,6 +72,7 @@ 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/mk/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