diff options
author | jmmv <jmmv> | 2003-12-14 19:51:29 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-12-14 19:51:29 +0000 |
commit | 2584db09cf952a0ebf6460f7d51592c6c3d2aed9 (patch) | |
tree | c2809d99afa85e17ccc308cf6219cb79aee0a984 /print | |
parent | 120c7f630e7c011ce0f32591fd9aa26738a50059 (diff) | |
download | pkgsrc-2584db09cf952a0ebf6460f7d51592c6c3d2aed9.tar.gz |
Update to 2.4.0:
2003-09-26 Jody Goldberg <jody@gnome.org>
* Release 2.4.0
2003-09-26 Jody Goldberg <jody@gnome.org>
* configure.in : bump to 2.4.0 to sync with desktop, and prepare to
branch.
2003-09-11 Jeremy Katz <katzj@redhat.com>
* libgnomeprintui/gnome-print-dialog.h: remove extra comma to make
gcc 3.3 with -pedantic happy.
2003-09-04 Laurent Dhima <laurenti@alblinux.net>
* configure.in: Added "sq" to ALL_LINGUAS.
2003-08-12 Jody Goldberg <jody@gnome.org>
* configure.in : post release version bump.
2003-08-11 Jody Goldberg <jody@gnome.org>
* Release 2.3.1
2003-08-06 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.in:
use ACLOCAL_AMFLAGS to make maintainer builds work
2003-07-08 Dafydd Harries <daf@parnassus.ath.cx>
* configure.in: Added "cy" to ALL_LINGUAS.
2003-06-22 Samúel Jón Gunnarsson <sammi@techattack.nu>
* configure.in: Added "is" to ALL_LINGUAS
2003-06-15 Taneem Ahmed <taneem@eyetap.org>
* configure.in: Added "bn" to ALL_LINGUAS.
2003-06-11 Kenneth Rohde Christiansen <kenneth@gnu.org>
* configure.in: Add "li" to ALL_LINGUAS.
2003-05-25 Morten Welinder <terra@gnome.org>
* libgnomeprintui/gnome-printer-selector.c (gpw_create_label):
Leak fixes.
(gpw_create_label_with_mnemonic): Leak fix.
* libgnomeprintui/gnome-print-job-preview.c
(preview_canvas_button_release): Make this multihead safe.
2003-05-11 Abel Cheung <maddog@linux.org.hk>
* configure.in: Added "ga" to ALL_LINGUAS.
2003-05-06 Danilo Šegan <dsegan@gmx.net>
* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.
2003-04-25 Masahiro Sakai <sakai@tom.sfc.keio.ac.jp>
* configure.in: call AC_LIBTOOL_WIN32_DLL.
* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_LDFLAGS): add
-no-undefined.
2003-03-14 Chema Celorio <chema@celorio.com>
* autogen.sh (REQUIRED_AUTOMAKE_VERSION): require automake 1.6
(filed as bug #109366)
* examples/example_10.c (my_tree_cb): gpa_tree_viewer_new takes a GPANode* as
an argument, fix.
* libgnomeprintui/gpaui/gpa-*.ch: s/GtkType/GType/g. Fixes compilation issue on
Solaris, spotted by philip.zhao@sun.com. Takes care of #bug 107959.
2003-03-13 Christian Rose <menthos@menthos.com>
* configure.in: Added "ml" to ALL_LINGUAS.
2003-03-12 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gpaui/gpa-tree-viewer.[ch]: do not include any libgnomeprint
headers. Replace the use of GnomePrintConfig with a GPANode *
* libgnomeprintui/gpaui/gpa-radiobutton.c (gpa_radiobutton_construct): cast
option.id to avoid a compile time warning
* tests/test-dialog.c (test_dialog_tree): update for the new use of gpa-tree-view
* examples/example_10.c (my_tree_cb): use gpa_root for the tree viewer
2003-03-12 Chema Celorio <chema@celorio.com>
* configure.in: post-release version bump to 2.3.1
* depend on libgnomeprint 2.3.1
2003-03-12 Chema Celorio <chema@celorio.com>
* 2.3.0
2003-03-11 Chema Celorio <chema@celorio.com>
* examples/example_10.c (my_draw): print 4 pages rather than just 1
2003-02-28 Chema Celorio <chema@celorio.com>
* examples/example_10.c (my_font_dialog_cb): add sample code to test
bug #103921 and confirm that it is NOTABUG at least with gtk 2.0
2003-02-27 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gpaui/gpa-option-menu.c (gpa_option_menu_rebuild_menu):
use the translated user visible option name. Fixes bug #106162
* libgnomeprintui/gnome-print-unit-selector.c (gpus_rebuild_menu):
use the translated user visible unit names. Fixes bug #106162
2003-02-25 Roozbeh Pournader <roozbeh@sharif.edu>
* configure.in: Added "fa" to ALL_LINGUAS.
2003-02-11 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gnome-print-widget.c (gnome_print_radiobutton_new):
implment.
* libgnomeprintui/gpaui/gpa-radiobutton.c: implement
2003-02-11 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gpaui/gpa-print-to-file.c: fix variable
name so that it compiles again.
* libgnomeprintui/gnome-print-dialog.c: need to define
GNOME_PRINT_UNSTABLE_API to avoid missing prototype warnings
* libgnomeprintui/gpaui/gpa-print-to-file.[ch]: implement
* libgnomeprintui/gnome-print-dialog.c (gnome_print_dialog_run):
Implement. Right now is just a wrapper.
2003-02-11 Chema Celorio <chema@celorio.com>
* configure.in (GNOMEPRINT_AGE): add libtool versioning
* libgnomeprintui/Makefile.am: add libtool -version-info
2003-02-10 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gpaui/gpa-checkbutton.c: implement
* libgnomeprintui/gnome-print-widget.[ch]: new file. Configuration
widgets that apps can attach to GnomePrintConfig nodes.
* libgnomeprintui/Makefile.am (libgnomeprintui_2_2_la_SOURCES):
add gnome-print-widget.[ch]
2003-02-09 Christian Rose <menthos@menthos.com>
* configure.in: Added "kn" to ALL_LINGUAS.
2003-02-06 Christian Rose <menthos@menthos.com>
* configure.in: Added "id" to ALL_LINGUAS.
2003-02-02 Chema Celorio <chema@celorio.com>
* Makefile.am (mydistcheck): use $(AMTAR) rather than $(TAR) which I
guess it has been changed in automake
2003-02-01 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gnome-print-preview.c (gpp_stroke): Fix the second
part of #104932. Spotted by jean.brefort@ac-dijon.fr
2003-01-31 Chema Celorio <chema@celorio.com>
* configure.in (gtk_doc_min_version): don't need to check
for "gtk-doc > 0.10". 0.9 is good enough
* libgnomeprintui/gnome-printui-marshal.list (VOID): generate the
right marshaler
* libgnomeprintui/gnome-print-copies.c (gnome_print_copies_selector_class_init):
use the marshaler that matches the function prototype
2003-01-27 Chema Celorio <chema@celorio.com>
* libgnomeprintui/gpaui/gpa-transport-selector.c: fix #104319
2003-01-27 Chema Celorio <chema@celorio.com>
* configure.in: bump version to 2.3.0
2003-01-22 Christian Rose <menthos@menthos.com>
* configure.in: Added "mn" to ALL_LINGUAS.
2003-01-20 Pablo Saratxaga <pablo@mandrakesoft.com>
* configure.in: Added Amharic (am), Arabic (ar), Greek (el),
Finnish (fi), French (fr), Galician (gl), Croatian (hr),
Hungarian (hu), Italian (it), Lithuanian (lt), Dutch (nl)
Norwegian (nn and no), Brazilian (pt_BR), Slovak (sk),
Turkish (tr) and Ukrainian (uk) to ALL_LINGUAS
Diffstat (limited to 'print')
-rw-r--r-- | print/libgnomeprintui/Makefile | 11 | ||||
-rw-r--r-- | print/libgnomeprintui/PLIST | 17 | ||||
-rw-r--r-- | print/libgnomeprintui/buildlink2.mk | 8 | ||||
-rw-r--r-- | print/libgnomeprintui/distinfo | 8 | ||||
-rw-r--r-- | print/libgnomeprintui/patches/patch-aa | 20 |
5 files changed, 35 insertions, 29 deletions
diff --git a/print/libgnomeprintui/Makefile b/print/libgnomeprintui/Makefile index fa8a648dfc3..e27009678d6 100644 --- a/print/libgnomeprintui/Makefile +++ b/print/libgnomeprintui/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/12/14 19:51:29 jmmv Exp $ # -DISTNAME= libgnomeprintui-2.2.1.2 -PKGREVISION= 5 +DISTNAME= libgnomeprintui-2.4.0 CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeprintui/2.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -21,16 +20,16 @@ USE_X11= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -PKGCONFIG_OVERRIDE= ${WRKSRC}/libgnomeprintui/libgnomeprintui-2.2.pc.in +PKGCONFIG_OVERRIDE= ibgnomeprintui/libgnomeprintui-2.2.pc.in CONFIGURE_ARGS= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf2/buildlink2.mk" -.include "../../devel/bonobo-activation/buildlink2.mk" .include "../../devel/libbonobo/buildlink2.mk" .include "../../devel/libglade2/buildlink2.mk" +.include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" .include "../../graphics/libart2/buildlink2.mk" .include "../../graphics/libgnomecanvas/buildlink2.mk" diff --git a/print/libgnomeprintui/PLIST b/print/libgnomeprintui/PLIST index f73e7fcf0ab..d73b7987de0 100644 --- a/print/libgnomeprintui/PLIST +++ b/print/libgnomeprintui/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/12 13:03:31 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/12/14 19:51:29 jmmv 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 @@ -8,12 +8,14 @@ include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-unit-selector.h lib/libgnomeprintui-2-2.a lib/libgnomeprintui-2-2.la lib/libgnomeprintui-2-2.so -lib/libgnomeprintui-2-2.so.0 -lib/libgnomeprintui-2-2.so.0.0 +lib/libgnomeprintui-2-2.so.1 +lib/libgnomeprintui-2-2.so.1.0 lib/pkgconfig/libgnomeprintui-2.2.pc share/doc/html/libgnomeprintui/c7.html +share/doc/html/libgnomeprintui/home.png share/doc/html/libgnomeprintui/index.html share/doc/html/libgnomeprintui/index.sgml +share/doc/html/libgnomeprintui/left.png share/doc/html/libgnomeprintui/libgnomeprintui-gnome-font-dialog.html share/doc/html/libgnomeprintui/libgnomeprintui-gnome-print-copies.html share/doc/html/libgnomeprintui/libgnomeprintui-gnome-print-dialog.html @@ -22,13 +24,17 @@ share/doc/html/libgnomeprintui/libgnomeprintui-gnome-print-paper-selector.html share/doc/html/libgnomeprintui/libgnomeprintui-gnome-print-preview.html share/doc/html/libgnomeprintui/libgnomeprintui-gnome-printer-selector.html share/doc/html/libgnomeprintui/libgnomeprintui.html +share/doc/html/libgnomeprintui/right.png +share/doc/html/libgnomeprintui/up.png ${PKGLOCALEDIR}/locale/am/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo @@ -50,8 +56,10 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/li/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/libgnomeprintui-2.2.mo @@ -64,6 +72,9 @@ ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/libgnomeprintui-2.2.mo +${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/libgnomeprintui-2.2.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/libgnomeprintui-2.2.mo diff --git a/print/libgnomeprintui/buildlink2.mk b/print/libgnomeprintui/buildlink2.mk index e7f9f0ee166..f33c9b18450 100644 --- a/print/libgnomeprintui/buildlink2.mk +++ b/print/libgnomeprintui/buildlink2.mk @@ -1,26 +1,24 @@ -# $NetBSD: buildlink2.mk,v 1.10 2003/12/13 00:45:25 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.11 2003/12/14 19:51:29 jmmv Exp $ # # This Makefile fragment is included by packages that use libgnomeprintui. # -# This file was created automatically using createbuildlink 2.4. +# This file was created automatically using createbuildlink 2.8. # .if !defined(LIBGNOMEPRINTUI_BUILDLINK2_MK) LIBGNOMEPRINTUI_BUILDLINK2_MK= # defined BUILDLINK_PACKAGES+= libgnomeprintui -BUILDLINK_DEPENDS.libgnomeprintui?= libgnomeprintui>=2.2.1.2nb5 +BUILDLINK_DEPENDS.libgnomeprintui?= libgnomeprintui>=2.4.0 BUILDLINK_PKGSRCDIR.libgnomeprintui?= ../../print/libgnomeprintui EVAL_PREFIX+= BUILDLINK_PREFIX.libgnomeprintui=libgnomeprintui BUILDLINK_PREFIX.libgnomeprintui_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.libgnomeprintui+= include/libgnomeprintui-2.2/libgnomeprintui/* BUILDLINK_FILES.libgnomeprintui+= lib/libgnomeprintui-2-2.* -BUILDLINK_FILES.libgnomeprintui+= lib/pkgconfig/libgnomeprintui-2.2.pc .include "../../devel/gettext-lib/buildlink2.mk" .include "../../devel/GConf2/buildlink2.mk" -.include "../../devel/bonobo-activation/buildlink2.mk" .include "../../devel/libbonobo/buildlink2.mk" .include "../../devel/libglade2/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" diff --git a/print/libgnomeprintui/distinfo b/print/libgnomeprintui/distinfo index 5f7fd669586..70ddc57a809 100644 --- a/print/libgnomeprintui/distinfo +++ b/print/libgnomeprintui/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2003/09/27 21:07:03 danw Exp $ +$NetBSD: distinfo,v 1.5 2003/12/14 19:51:29 jmmv Exp $ -SHA1 (libgnomeprintui-2.2.1.2.tar.bz2) = bdeb1ff04790cf7c49c8fdca73f1a4bde2e2a6a5 -Size (libgnomeprintui-2.2.1.2.tar.bz2) = 432121 bytes -SHA1 (patch-aa) = 8b0389e536849d9ababbe58db9a369da77f1b301 +SHA1 (libgnomeprintui-2.4.0.tar.bz2) = 33d69b77c11424b9284a12e2aaff286e64a60ca3 +Size (libgnomeprintui-2.4.0.tar.bz2) = 508030 bytes +SHA1 (patch-aa) = 2c703fde1db7bc3450aeeeed3da935454ad23a0b diff --git a/print/libgnomeprintui/patches/patch-aa b/print/libgnomeprintui/patches/patch-aa index fe330a346a6..154fcbddf72 100644 --- a/print/libgnomeprintui/patches/patch-aa +++ b/print/libgnomeprintui/patches/patch-aa @@ -1,25 +1,23 @@ -$NetBSD: patch-aa,v 1.1 2003/09/27 21:07:03 danw Exp $ +$NetBSD: patch-aa,v 1.2 2003/12/14 19:51:29 jmmv Exp $ ---- libgnomeprintui/gpaui/Makefile.in.orig Mon Sep 1 10:41:51 2003 -+++ libgnomeprintui/gpaui/Makefile.in Mon Sep 1 10:42:28 2003 -@@ -73,12 +73,6 @@ - CC = @CC@ +--- libgnomeprintui/gpaui/Makefile.in.orig 2003-09-26 16:15:14.000000000 +0200 ++++ libgnomeprintui/gpaui/Makefile.in +@@ -54,11 +54,6 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CPP = @CPP@ -- + -CPPFLAGS = \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ - -DBINDIR=\""$(bindir)"\" \ - -DDATADIR=\""$(datadir)"\" - CXX = @CXX@ - DATADIRNAME = @DATADIRNAME@ - DB2HTML = @DB2HTML@ -@@ -128,7 +122,9 @@ - -I$(top_srcdir)/libgnomeprintui \ + CXXCPP = @CXXCPP@ + CXXDEPMODE = @CXXDEPMODE@ +@@ -193,6 +188,9 @@ INCLUDES = \ -DWE_ARE_LIBGNOMEPRINT_INTERNALS \ $(LIBGNOMEPRINTUI_CFLAGS) \ -- \ + \ + -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ + -DBINDIR=\""$(bindir)"\" \ + -DDATADIR=\""$(datadir)"\" \ |