update to 2.2.1
This switches to the gnome-2.22 release branch.
This commit is contained in:
parent
4a50eeb58b
commit
c24e225dbf
3 changed files with 15 additions and 9 deletions
|
@ -1,11 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.5 2008/02/20 12:26:07 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2008/04/15 17:49:48 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtksourceview-${DISTVER}
|
||||
PKGNAME= gtksourceview2-${DISTVER}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.0/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.2/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= jmmv@NetBSD.org
|
||||
|
@ -21,7 +20,7 @@ PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
|
|||
|
||||
CONFIGURE_ARGS+= --disable-build-tests
|
||||
|
||||
DISTVER= 2.0.2
|
||||
DISTVER= 2.2.1
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2008/02/20 11:23:41 xtraeme Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2008/04/15 17:49:48 drochner Exp $
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourceiter.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcemark.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h
|
||||
include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h
|
||||
|
@ -13,6 +15,8 @@ lib/pkgconfig/gtksourceview-2.0.pc
|
|||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceBuffer.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceLanguage.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceLanguageManager.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceMark.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourcePrintCompositor.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyle.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyleScheme.html
|
||||
share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyleSchemeManager.html
|
||||
|
@ -50,7 +54,9 @@ share/gtksourceview-2.0/language-specs/diff.lang
|
|||
share/gtksourceview-2.0/language-specs/docbook.lang
|
||||
share/gtksourceview-2.0/language-specs/dpatch.lang
|
||||
share/gtksourceview-2.0/language-specs/dtd.lang
|
||||
share/gtksourceview-2.0/language-specs/eiffel.lang
|
||||
share/gtksourceview-2.0/language-specs/erlang.lang
|
||||
share/gtksourceview-2.0/language-specs/forth.lang
|
||||
share/gtksourceview-2.0/language-specs/fortran.lang
|
||||
share/gtksourceview-2.0/language-specs/gap.lang
|
||||
share/gtksourceview-2.0/language-specs/gtk-doc.lang
|
||||
|
@ -146,6 +152,7 @@ share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo
|
|||
share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/02/20 11:23:41 xtraeme Exp $
|
||||
$NetBSD: distinfo,v 1.4 2008/04/15 17:49:48 drochner Exp $
|
||||
|
||||
SHA1 (gtksourceview-2.0.2.tar.bz2) = df728a822b55dc6c3370e011c8904a5be5c357a8
|
||||
RMD160 (gtksourceview-2.0.2.tar.bz2) = 01cd574a70ec684217e5a95458b33aa3c8b31a6d
|
||||
Size (gtksourceview-2.0.2.tar.bz2) = 1020145 bytes
|
||||
SHA1 (gtksourceview-2.2.1.tar.bz2) = 457ea2ab8add927ab55e105892c21a440b18603f
|
||||
RMD160 (gtksourceview-2.2.1.tar.bz2) = 9b5468adaf76d4ae1cd51fd33018c7139baedcce
|
||||
Size (gtksourceview-2.2.1.tar.bz2) = 1133374 bytes
|
||||
|
|
Loading…
Reference in a new issue