summaryrefslogtreecommitdiff
path: root/editors/gedit/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-02-14 21:10:14 +0000
committerjmmv <jmmv@pkgsrc.org>2003-02-14 21:10:14 +0000
commit8c46547804ec8eca0e947c35e78f479584aa59cb (patch)
tree97d65c80480d294fb3b0ddf111f3f1c3a7c37155 /editors/gedit/Makefile
parent4b68d2d910d7e694ff70dc37e510aacde781ba89 (diff)
downloadpkgsrc-8c46547804ec8eca0e947c35e78f479584aa59cb.tar.gz
Update to 2.2.0.1. Changes include:
- Fixed an egg-recent related bug (James Willcox) - Make sure to include <config.h> in all *.c files (Paolo Maggi) - Allow svg icons in tabs and recent files list (James Willcox) - Code cleanup in the Open page of the preferences dialog (Paolo) - Updated gedit guide (Breda McColgan) - Updated to latest recent-files code (James Willcox) - Updated about box (Paolo Mggi) - Fixed mem leaks (Paolo) - Fixed several bugs in the diff plugin (Paolo) - Fixed default fonts for printing (Paolo Maggi) - Updating docs to newest build template (John Fleck) - Updated gedit man file (James Willcox, Paolo) - Requires libgnomeprintui-2.2 >= 2.1.7 (Paolo) - Revamped about dialog (Christian Neumair) - Added ISO-8859-2 to the list of supported encodings (Marcin Malinowski) - Fixed problems with line numbers (Paolo) - Improved key navigability of output window (Paolo) - Remember printer configuration/settings (Paolo) - Fixed various little problems in the plugin engine (Paolo) - Enabled startup notification (James) - Fixed icon sizes for recent-files menus and document tabs (James). - Fixed a crash bug related to recent files (James) - Lots of new and updated translations. Changes in the package: - Depend on gnome2-dirs. - Use the new schemas.mk framework to handle GConf2 schemas.
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r--editors/gedit/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile
index 3fd62df931c..1c40f91ce8f 100644
--- a/editors/gedit/Makefile
+++ b/editors/gedit/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2002/12/24 06:09:58 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/02/14 21:10:14 jmmv Exp $
#
-DISTNAME= gedit-2.0.6
-PKGREVISION= 1
+DISTNAME= gedit-2.2.0.1
CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.0/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.2/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
@@ -12,6 +11,7 @@ HOMEPAGE= http://gedit.sourceforge.net/
COMMENT= lightweight GNOME2 text editor
BUILD_USES_MSGFMT= YES
+DEPENDS= gnome2-dirs>=1.0:../../misc/gnome2-dirs
USE_PERL5= build
USE_BUILDLINK2= YES
@@ -23,9 +23,12 @@ GNU_CONFIGURE= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
CONFIGURE_ARGS+= --localstatedir=${SCROLLKEEPER_DATADIR}
+GCONF2_SCHEMAS= gedit.schemas
+
.include "../../textproc/scrollkeeper/buildlink2.mk"
.include "../../print/libgnomeprintui/buildlink2.mk"
.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/GConf2/schemas.mk"
.include "../../devel/libgnomeui/buildlink2.mk"
.include "../../devel/eel2/buildlink2.mk"
.include "../../devel/popt/buildlink2.mk"