59c67fd096
============ gedit 2.12.1 ============ New and updated translations ============================ - Adam Weinberger (en_CA.po) - Christian Rose (sv) - Clytie Siddall (vi) - Erdal Ronahi (ku) - Ignacio Casal Quinteiro (gl) - Inaki Larranaga (eu) - Kjartan Maraas (nb) - Kjartan Maraas (no) - Maxim Dziumanenko (uk) - Rhys Jones (cy) ============ gedit 2.12.0 ============ New and updated translations ============================ - Ankit Patel (gu) - Baris Cicek (tr) - Chao-Hsiung Liao (zh_TW) - Christophe Merlet (fr) - Clytie Siddall (vi) - Dan Damian (ro) - Danilo Šegan (sr, sr@Latn) - Duarte Loreto (pt) - Francisco Javier F. Serrador (es) - Frank Arnold (de) - Gabor Kelemen (hu) - Ivar Smolin (et) - Josep Puigdemont i Casamajó (ca) - Justina Klingaitė (lt) - Kostas Papadimas (el) - Laurent Dhima (sq) - Leonid Kanter (ru) - Miloslav Trmac (cs) - Mohammad DAMT (id) - Raphael Higino (pt_BR) - Reinout van Schouwen (nl) - Rhys Jones (cy) - Runa Bhattacharjee (bn) - Vladimir Petkov (bg) - Young-Ho Cha (ko) ============= gedit 2.11.93 ============= Fixes ===== - Fix leak in caseless search (Paolo Maggi) - Encoding should not be remembered when auto-detected (Paolo Maggi) New and updated translations ============================ - Chris Jackson (cy) - Jordi Mallach (ca) - Clytie Siddall (vi) - Gabor Kelemen (hu) ============= gedit 2.11.92 ============= New and updated translations ============================ - Ankit Patel (gu) - Ilkka Tuohela (fi) - Maxim Dziumanenko (uk) - Evandro Fernandes Giovanini (pt_BR) - Kostas Papadimas (el) - Ivar Smolin (et) - Duarte Loreto (pt) - Dan Damian (ro) - Chao-Hsiung Liao (zh_TW) - Laurent Dhima (sq) - Reinout van Schouwen (nl) - Marcel Telka (sk) - Gabor Kelemen (hu) - Francisco Javier F. Serrador (es) - Frank Arnold (de) - Funda Wang (zh_CN) - Rostislav Raykov (bg) - Takeshi AIHANA (ja) - Kjartan Maraas (nb) - Kjartan Maraas (no) - Clytie Siddall (vi) - Adam Weinberger (en_CA) ============= gedit 2.11.91 ============= Fixes ===== - fix a potential crasher in the spell plugin (Paolo Borelli) - fix a runtime warning due to an api change in recent-files (Paolo B.) - remove preferences for Undo (Paolo Maggi) - minor string fixes (Paolo M.) New and updated translations ============================ - Ankit Patel (gu) - Raphael Higino (pt_BR) - Theppitak Karoonboonyanan (th) - Josep Puigdemont (ca) - Clytie Siddall (vi) - Takeshi AIHANA (ja) - Adam Weinberger (en_CA) - Francisco Javier F. Serrador (es) - Miloslav Trmac (cs) - Kjartan Maraas (nb) - Kjartan Maraas (no) - Funda Wang (zh_CN) ============ gedit 2.10.4 ============ Fixes ===== - Metadata manager saves data every 2 seconds if needed (Paolo Maggi) - Do not scroll on copy (Paolo Borelli) - Fixed bug #303943: potential gedit crash at startup (Paolo M.) - Fixed bug #311187: "Save As" does not work with file names containing spaces (Federico Mena Quintero) - Fixed bug #166903: gedit mdi title does not handle correctly non-unicode filename (Paolo M.) - Fixed bug #306847: conversion options for CP932, EUC_JP_MS (Kazuhiko Maekawa) - Fixed bug #308237: sort the languages list alphabetically (Guillaume Desmottes) - Fixed bug #309187: preselected highlighting mode in preferences (Ruben Vermeersch) - Ellipsize the recent file lists (Paolo M. and Paolo B.) - Fixed bug #172277: scrolling down and clicking in editor window returns editor pane to top of file (Paolo B.) - Fixed bug #137539: recent files menu broken with very long file names (Paolo M.) - Fixed a problem with Documents menu - Fixed bug #169816: use the same permission as the original file (Paolo B.). - Fixed bug #166350: Gedit crashed when insert date and time (Paolo M.) New and updated translations ============================ - Rostislav Raykov (bg) - Josep Puigdemont (ca) - Hendrik Richter (de) - Ivar Smolin (et) - Baptiste Mille-Mathias (fr) - Ignacio Casal Quinteiro (gl) - Yair Hershkovitz (he) - Gabor Kelemen (hu) - Kjartan Maraas (nb, no) - Tino Meinen (nl) - Everson Santos Araujo (pt_BR) - Marcel Telka (sk) - Игор Несторовић (sr) - Prajasakti Localisation Team (te) - Theppitak Karoonboonyanan (th) - Funda Wang (zh_CN) - Woodman Tuen (zh_TW)
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# $NetBSD: Makefile,v 1.52 2005/10/16 12:11:46 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gedit-2.12.1
|
|
CATEGORIES= editors gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/2.12/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://gedit.sourceforge.net/
|
|
COMMENT= Lightweight GNOME2 text editor
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_TOOLS+= gmake perl pkg-config
|
|
USE_LIBTOOL= YES
|
|
USE_MSGFMT_PLURALS= YES
|
|
GNU_CONFIGURE= YES
|
|
|
|
PKGCONFIG_OVERRIDE+= data/gedit.pc.in
|
|
|
|
GCONF2_SCHEMAS= gedit.schemas
|
|
|
|
CONFIGURE_ARGS+= --enable-schemas-install
|
|
|
|
BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0
|
|
BUILDLINK_DEPENDS.libglade2+= libglade2>=2.4.0
|
|
|
|
.include "../../devel/GConf2/schemas.mk"
|
|
.include "../../devel/eel2/buildlink3.mk"
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libbonobo/buildlink3.mk"
|
|
.include "../../devel/libglade2/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../net/ORBit2/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/gtk2/buildlink3.mk"
|
|
.include "../../x11/gtksourceview/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|