aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/libgnomeprintui
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-04-05 11:11:39 +0800
committermarcus <marcus@FreeBSD.org>2004-04-05 11:11:39 +0800
commit6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c (patch)
tree80dd01ef786490f07295a989b1efd8ed753a8fef /x11-toolkits/libgnomeprintui
parentd49bf2116376af3147360d03cc88ffae85b3248d (diff)
downloadfreebsd-ports-graphics-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.gz
freebsd-ports-graphics-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.tar.zst
freebsd-ports-graphics-6e5039e5d8ce567e36edb3ab0ea7a8cbaca5698c.zip
Presenting GNOME 2.6.0. The FreeBSD GNOME Team feels this our best release
ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
Diffstat (limited to 'x11-toolkits/libgnomeprintui')
-rw-r--r--x11-toolkits/libgnomeprintui/Makefile10
-rw-r--r--x11-toolkits/libgnomeprintui/distinfo4
-rw-r--r--x11-toolkits/libgnomeprintui/files/patch-configure10
-rw-r--r--x11-toolkits/libgnomeprintui/pkg-descr2
-rw-r--r--x11-toolkits/libgnomeprintui/pkg-plist12
5 files changed, 22 insertions, 16 deletions
diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile
index 449e8de063c..f7496a9fc5a 100644
--- a/x11-toolkits/libgnomeprintui/Makefile
+++ b/x11-toolkits/libgnomeprintui/Makefile
@@ -6,21 +6,25 @@
#
PORTNAME= libgnomeprintui
-PORTVERSION= 2.4.2
+PORTVERSION= 2.6.0
PORTREVISION= 1
CATEGORIES= x11-toolkits gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome print support library
+BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+RUN_DEPENDS= ${X11BASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme
+
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas
+USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas lthack intlhack
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=13
USE_BISON= yes
diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo
index ac074cf8fca..5364d1a7007 100644
--- a/x11-toolkits/libgnomeprintui/distinfo
+++ b/x11-toolkits/libgnomeprintui/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome2/libgnomeprintui-2.4.2.tar.bz2) = 5a28283f32efaa6fa401c5e9385b9634
-SIZE (gnome2/libgnomeprintui-2.4.2.tar.bz2) = 509655
+MD5 (gnome2/libgnomeprintui-2.6.0.tar.bz2) = e6a84427a66f75137f3db735aaddacdc
+SIZE (gnome2/libgnomeprintui-2.6.0.tar.bz2) = 551097
diff --git a/x11-toolkits/libgnomeprintui/files/patch-configure b/x11-toolkits/libgnomeprintui/files/patch-configure
deleted file mode 100644
index 188be53fea8..00000000000
--- a/x11-toolkits/libgnomeprintui/files/patch-configure
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.orig Tue Dec 10 22:29:55 2002
-+++ configure Tue Dec 10 22:30:17 2002
-@@ -8158,6 +8158,7 @@
-
- # This can be used to rebuild libtool when needed
- LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
-+$ac_aux_dir/ltconfig $LIBTOOL_DEPS
-
- # Always use our own libtool.
- LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/libgnomeprintui/pkg-descr b/x11-toolkits/libgnomeprintui/pkg-descr
index f7ae47f4223..cbc8ebcc69c 100644
--- a/x11-toolkits/libgnomeprintui/pkg-descr
+++ b/x11-toolkits/libgnomeprintui/pkg-descr
@@ -1,4 +1,4 @@
-This is a prototype implementation of the Gnome Printing Architecture,
+The user interface for the Gnome Printing Architecture,
as described in:
WWW: http://www.gnome.org/projects/gnome-print/
diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist
index b646179008f..8d90e43fa5b 100644
--- a/x11-toolkits/libgnomeprintui/pkg-plist
+++ b/x11-toolkits/libgnomeprintui/pkg-plist
@@ -1,4 +1,5 @@
include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h
+include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-config-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
@@ -13,6 +14,13 @@ share/doc/libgnomeprintui/home.png
share/doc/libgnomeprintui/index.html
share/doc/libgnomeprintui/index.sgml
share/doc/libgnomeprintui/left.png
+share/doc/libgnomeprintui/libgnomeprintui-gnome-font-dialog.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-print-copies.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-print-dialog.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-print-job-preview.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-print-paper-selector.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-print-preview.html
+share/doc/libgnomeprintui/libgnomeprintui-gnome-printer-selector.html
share/doc/libgnomeprintui/libgnomeprintui.html
share/doc/libgnomeprintui/right.png
share/doc/libgnomeprintui/up.png
@@ -28,6 +36,8 @@ 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/en_CA/LC_MESSAGES/libgnomeprintui-2.2.mo
+share/locale/en_GB/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
@@ -55,6 +65,7 @@ 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/pa/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
@@ -67,6 +78,7 @@ 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/th/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