255109032f
Fixes ===== - Bug #149988 (Is gedit potfile versioning needed?) [Paolo Maggi] - Bug #144894 (Ortographic corrector doesn't work in commented lines) [Paolo Maggi] - Fixed a crash that happens if you remove automatic spell checker and the press Shift+F10 [Paolo Maggi] - Fixed a crash in the time plugin when the format in gconf is not valid [Paolo Borelli] - Fixed some mem leaks [Paolo Borelli] - Backported some speedups from 2.9 [Paolo Borelli] - Sync to latest libegg [Paolo Borelli] New and updated translations ============================ - Rhys Jones (cy) - Artur Flinta (pl)
43 lines
1.2 KiB
Makefile
43 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.41 2005/02/13 22:55:04 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gedit-2.8.3
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.8/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://gedit.sourceforge.net/
|
|
COMMENT= Lightweight GNOME2 text editor
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_PERL5= build
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11= YES
|
|
USE_LIBTOOL= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= data/gedit.pc.in
|
|
|
|
GCONF2_SCHEMAS= gedit.schemas
|
|
|
|
CONFIGURE_ARGS+= --enable-schemas-install
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/eel2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/pkgconfig/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../print/libgnomeprintui/buildlink3.mk"
|
|
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../textproc/intltool/buildlink3.mk"
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|