diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-20 10:01:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-20 10:01:03 +0000 |
commit | c1e825e76f464e1fedb4f9b349d69bb20334cade (patch) | |
tree | a5fe4500ca53c2ec7475f307f6c9121d9dbb78cf /editors/gedit/patches | |
parent | 0c1d16311cf2c64c2ff20fc50d752c4c989a8cee (diff) | |
download | pkgsrc-c1e825e76f464e1fedb4f9b349d69bb20334cade.tar.gz |
Update to 2.26.2. Set LICENSE to gnu-gpl-v2.
============
gedit 2.26.2
============
New Features and Fixes
======================
- Misc bugfixes
New and updated translations
============================
- ar (Khaled Hosny)
- ca (Joan Duran)
- el (Michael Kotsarinis)
- es (Jorge González)
- et (Mattias Põldaru)
- zh_CN (TeliuTe)
Diffstat (limited to 'editors/gedit/patches')
-rw-r--r-- | editors/gedit/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/patches/patch-aa b/editors/gedit/patches/patch-aa index 488b6dc7621..f7be28f4bc9 100644 --- a/editors/gedit/patches/patch-aa +++ b/editors/gedit/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.10 2009/04/17 18:40:42 drochner Exp $ +$NetBSD: patch-aa,v 1.11 2009/05/20 10:01:03 wiz Exp $ ---- plugins/taglist/Makefile.in.orig 2009-04-13 17:52:06.000000000 +0200 +--- plugins/taglist/Makefile.in.orig 2009-05-16 19:45:09.000000000 +0000 +++ plugins/taglist/Makefile.in @@ -143,6 +143,7 @@ GTKDOC_CHECK = @GTKDOC_CHECK@ GTKDOC_MKPDF = @GTKDOC_MKPDF@ @@ -16,6 +16,6 @@ $NetBSD: patch-aa,v 1.10 2009/04/17 18:40:42 drochner Exp $ LC_ALL=C $(INTLTOOL_MERGE) $(top_srcdir)/po $< $(@:.gz=) -x -u -c $(top_builddir)/po/.intltool-merge-cache - $(GZIP) --best -f $(@:.gz=) + env GZIP=$(GZIP_ENV) $(GZIP) -f $(@:.gz=) + + -include $(top_srcdir)/git.mk # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |