summaryrefslogtreecommitdiff
path: root/misc/gnome-utils/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-10-13 08:30:25 +0000
committerrh <rh@pkgsrc.org>2001-10-13 08:30:25 +0000
commitff2deda9c53b7afd3394aeb2c06d0309637bad0d (patch)
tree1e8ea687f6fe731c57da095ea34e7eb8d15305d2 /misc/gnome-utils/Makefile
parentee7d87aae8003a247a4d771e0d23e06acd787ad4 (diff)
downloadpkgsrc-ff2deda9c53b7afd3394aeb2c06d0309637bad0d.tar.gz
Update gnome-utils to 1.4.1. Changes include:
gnome-utils 1.4.1 (2001-10-04) general: Translation updates. (Christian Rose, Stanislav Visnovsky, Kjartan Maraas, Linas Vepstas, Pablo Saratxaga) gtt: * Many new things including: UI for custom reports, Uses guile internally for reports, can stop timer on idleness, add some more values, can edit properties without changing current project (Linas Vepstas) * Misc fixes (George) gcalc: * Fix resizing (Glynn Foster) logview: * Documentation (John Fleck) gnome-utils 1.4.0.99 (2001-09-04) general: * Update doc build stuff to use jw on RH 7.1 and any other dist which has moved to docbook-utils. (Dan Mueth) * We now require GConf (George) * Fix DESTDIR on installation. (George) * use xml-i18n-tools for .desktop/.keys files (Kjartan Maraas) * az docs removed, apparently they were quite broken (John Fleck) * Translation updates. (Abel Cheung, Valek Filippov, Kjartan Maraas, Stanislav Visnovsky, Zbigniew Chyla, Andras Timar, Takayuki KUSANO, Christian Rose, Ole Laursen, Carlos Perell Marn, Peteris Krisjanis, Christian Meyer, Almer S. Tigelaar, Fatih Demir, Marc Maurer, G<F6>rkem Cetin, Christophe Merlet, Stanislav Brabec, Faith Demir, Jesus Bravo Alvarez) gcalc: * Warning fix. (Kjartan Maraas) * Documentation fix. (John Fleck) * Fix compilations on some systems. (George) gdialog: * Fix compilations on some systems. (George) * Docs (Patanjali Somayaji, John Fleck) gdiskfree: * Some internal reorganization for excluded filesystems (Gregory McLean) * New icon/splash pixmap. (Matthias Warkus, Timothy Musson) * Minor fixes. (George) gcharmap: * Don't use the system colormap. (Kjartan Maraas) gcolorsel: * Hook up help button in preferences to do something. (Kjartan Maraas) * Don't use the system colormap. (Kjartan Maraas) gtt: * An ongoing rewrite to support many MANY cool new features. Still not 100% stable though. (Linas Vepstas) logview: * Fix FreeBSD compilation. (Peter A Jonsson) * Massage the scrolling to be more sane (it still doesn't work completely correctly). (George) * Fix compilations on some systems + various minor fixes. (George) stripchart: * Fix 64bit issues with reading /proc (George)
Diffstat (limited to 'misc/gnome-utils/Makefile')
-rw-r--r--misc/gnome-utils/Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/misc/gnome-utils/Makefile b/misc/gnome-utils/Makefile
index dcb47e4c48e..6d2c8331de3 100644
--- a/misc/gnome-utils/Makefile
+++ b/misc/gnome-utils/Makefile
@@ -1,19 +1,15 @@
-## $NetBSD: Makefile,v 1.41 2001/10/05 22:10:21 tron Exp $
+## $NetBSD: Makefile,v 1.42 2001/10/13 08:30:25 rh Exp $
-DISTNAME= gnome-utils-1.4.0.2
+DISTNAME= gnome-utils-1.4.1
CATEGORIES= misc x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-utils/}
-EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Set of useful GNOME utilities and applications
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
-BUILD_DEPENDS+= automake>=1.4:../../devel/automake
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
BUILD_DEPENDS+= xml-i18n-tools-[0-9]*:../../textproc/xml-i18n-tools
-DEPENDS+= gnome-core>1.4.0:../../x11/gnome-core
DEPENDS+= libgtop>=1.0.12:../../devel/libgtop
USE_CURSES= YES
@@ -24,12 +20,6 @@ USE_X11BASE= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LOCALEDIR=${LOCALEDIR}
-AUTOGEN_ENV= NOCONFIGURE=1
-AUTOGEN_ENV+= srcdir=${WRKSRC}
-
-pre-configure:
- cd ${WRKSRC} && ${SETENV} ${AUTOGEN_ENV} ${SH} macros/autogen.sh
-
.include "../../mk/bsd.prefs.mk"
.if ${NEED_NCURSES} == "YES"
@@ -38,4 +28,5 @@ CPPFLAGS+= -I${LOCALBASE}/include
.endif
.include "../../devel/libglade/buildlink.mk"
+.include "../../x11/gnome-core/buildlink.mk"
.include "../../mk/bsd.pkg.mk"