diff options
author | prlw1 <prlw1@pkgsrc.org> | 2012-10-29 14:48:41 +0000 |
---|---|---|
committer | prlw1 <prlw1@pkgsrc.org> | 2012-10-29 14:48:41 +0000 |
commit | 3899acac18cc995d5346a4e279bc9a651399eaeb (patch) | |
tree | 842c29d795535aa6088cf2093a8d606de79d231b | |
parent | f1029c24d8d105f039a1f6460020949ea964ee4b (diff) | |
download | pkgsrc-3899acac18cc995d5346a4e279bc9a651399eaeb.tar.gz |
Update gedit3 to 3.6.1
- File Browser side panel improvements (Ignacio Casal Quinteiro)
- Fix print preview in landscape mode (Adrian Johnson)
- Handle a command line specifying a big line number (Paolo Borelli, David Toton)
mprovements in snippets plugin (Jesse van den Kieboom)
- Use autoreconf instead gnome-autogen (Javier Jardón)
- Extensive snippet collection for docbook
- Improved html snippets (Jaseem Abid)
- Misc bugfixes
- New and updated translations
c.f., http://git.gnome.org/browse/gedit/plain/NEWS?id=3.6.1
-rw-r--r-- | editors/gedit3-spell/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit3/Makefile | 3 | ||||
-rw-r--r-- | editors/gedit3/Makefile.common | 6 | ||||
-rw-r--r-- | editors/gedit3/PLIST | 3 | ||||
-rw-r--r-- | editors/gedit3/distinfo | 8 |
5 files changed, 11 insertions, 12 deletions
diff --git a/editors/gedit3-spell/Makefile b/editors/gedit3-spell/Makefile index 4a041158137..eeb5f77a162 100644 --- a/editors/gedit3-spell/Makefile +++ b/editors/gedit3-spell/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/10/08 23:01:27 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/29 14:48:41 prlw1 Exp $ # .include "../../editors/gedit3/Makefile.common" PKGNAME= ${DISTNAME:S/gedit/gedit3-spell/} -PKGREVISION= 3 COMMENT= Spell-check plugin for gedit diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index 1af53af403a..373fe5fdfa4 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2012/10/08 23:01:27 adam Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/29 14:48:41 prlw1 Exp $ # .include "../../editors/gedit3/Makefile.common" -PKGREVISION= 3 COMMENT= Lightweight GNOME UTF-8 text editor CONFIGURE_ARGS+= --disable-spell diff --git a/editors/gedit3/Makefile.common b/editors/gedit3/Makefile.common index aa86951e681..20e80d48b33 100644 --- a/editors/gedit3/Makefile.common +++ b/editors/gedit3/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.2 2012/10/03 11:43:34 asau Exp $ +# $NetBSD: Makefile.common,v 1.3 2012/10/29 14:48:41 prlw1 Exp $ # used by editors/gedit3/Makefile # used by editors/gedit3-spell/Makefile -DISTNAME= gedit-3.4.2 +DISTNAME= gedit-3.6.1 CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/3.4/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/3.6/} EXTRACT_SUFX= .tar.xz MAINTAINER= prlw1@cam.ac.uk diff --git a/editors/gedit3/PLIST b/editors/gedit3/PLIST index dcfdbfb6eaf..5f25adcbe29 100644 --- a/editors/gedit3/PLIST +++ b/editors/gedit3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2012/08/31 19:52:18 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.2 2012/10/29 14:48:41 prlw1 Exp $ bin/gedit bin/gnome-text-editor include/gedit-3.0/gedit/gedit-app-activatable.h @@ -2093,6 +2093,7 @@ share/locale/it/LC_MESSAGES/gedit.mo share/locale/ja/LC_MESSAGES/gedit.mo share/locale/ka/LC_MESSAGES/gedit.mo share/locale/kk/LC_MESSAGES/gedit.mo +share/locale/km/LC_MESSAGES/gedit.mo share/locale/kn/LC_MESSAGES/gedit.mo share/locale/ko/LC_MESSAGES/gedit.mo share/locale/ku/LC_MESSAGES/gedit.mo diff --git a/editors/gedit3/distinfo b/editors/gedit3/distinfo index 66fad96b051..32c549ed58d 100644 --- a/editors/gedit3/distinfo +++ b/editors/gedit3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/08/31 19:52:18 prlw1 Exp $ +$NetBSD: distinfo,v 1.2 2012/10/29 14:48:41 prlw1 Exp $ -SHA1 (gedit-3.4.2.tar.xz) = 3f961f5ae3334a815776384de16f7c07a397efeb -RMD160 (gedit-3.4.2.tar.xz) = 44f3f26999c88ef3859a0639689d095a3d16c492 -Size (gedit-3.4.2.tar.xz) = 2948840 bytes +SHA1 (gedit-3.6.1.tar.xz) = 1b8c5648f3e728d2fe1c59fb368278298785d4f0 +RMD160 (gedit-3.6.1.tar.xz) = 0a73b9e7fb287e3eccdc305c45359deba16984b7 +Size (gedit-3.6.1.tar.xz) = 3000568 bytes |