diff options
author | xtraeme <xtraeme> | 2003-12-14 23:40:17 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-14 23:40:17 +0000 |
commit | 55c34044eeaf9d05e3568d7a114f1a29cc7a10bc (patch) | |
tree | 98c94c56c5d480ec5d842a3b423d349ece10aec3 /misc/gnome2-utils/Makefile | |
parent | 81e2f7d9ad5e16717ad4db18879a63096f3efc4e (diff) | |
download | pkgsrc-55c34044eeaf9d05e3568d7a114f1a29cc7a10bc.tar.gz |
Updated to 2.4.1
Changes:
* Fix a bunch of leaks (Kjartan)
* Support drag and drop with button 2 (Dennis)
* Fix portability issue on AIX (Dennis)
* 'Date modified after (days)' as '0' is not listing all files.
(Shakti Sen)
* Improve icon (Dennis)
* Fix for localized filenames not being shown properly
And more... review Changelog to see a full list of changes.
Diffstat (limited to 'misc/gnome2-utils/Makefile')
-rw-r--r-- | misc/gnome2-utils/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/misc/gnome2-utils/Makefile b/misc/gnome2-utils/Makefile index 158eec24ee6..e9883813918 100644 --- a/misc/gnome2-utils/Makefile +++ b/misc/gnome2-utils/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2003/12/13 00:45:24 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2003/12/14 23:40:17 xtraeme Exp $ # -DISTNAME= gnome-utils-2.2.1 -PKGREVISION= 5 +DISTNAME= gnome-utils-2.4.1 CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.2/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-utils/2.4/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@NetBSD.org @@ -22,8 +21,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk-doc=no CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html -CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" -MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/" GCONF2_SCHEMAS+= gdict.schemas |