Update to gtksourceview-2.0.1 and use the x11/gnome module.

help & ok jasper@, martynas@
This commit is contained in:
bernd 2007-11-26 21:01:21 +00:00
parent a32c0f90fb
commit 07f234f423
5 changed files with 214 additions and 184 deletions

View File

@ -1,10 +1,15 @@
# $OpenBSD: Makefile,v 1.23 2007/09/15 22:11:38 merdely Exp $
# $OpenBSD: Makefile,v 1.24 2007/11/26 21:01:21 bernd Exp $
COMMENT= text widget that extends GTK2's GtkTextView widget
DISTNAME= gtksourceview-1.8.5
SHARED_LIBS += gtksourceview-1.0 1.1 # .0.0
MAJOR_VERSION= 2.0
GNOME_PROJECT= gtksourceview
GNOME_VERSION= ${MAJOR_VERSION}.1
SHARED_LIBS += gtksourceview-2.0 0.0 # .0.0
CATEGORIES= x11
SUBST_VARS= MAJOR_VERSION
HOMEPAGE= http://gtksourceview.sourceforge.net/
MAINTAINER= Thomas Delaet <thomas@delaet.org>
@ -14,20 +19,17 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
Xrender art_lgpl_2 atk-1.0 cairo expat fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 png z
WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \
Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \
freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 pcre png z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/1.8/}
EXTRACT_SUFX= .tar.bz2
MODULES= devel/gettext
MODULES= devel/gettext \
x11/gnome
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
LIB_DEPENDS= xml2:libxml-*:textproc/libxml \
gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2 \
gnomeprint-2-2::x11/gnome/libgnomeprint
gtk-x11-2.0,gdk_pixbuf-2.0,gdk-x11-2.0::x11/gtk+2
USE_X11= Yes
USE_GMAKE= Yes

View File

@ -1,5 +1,5 @@
MD5 (gtksourceview-1.8.5.tar.bz2) = 3mffKUTBzMvC0LSnOOEQUA==
RMD160 (gtksourceview-1.8.5.tar.bz2) = l4xZ1fmbrrXYucPBQkb/xIzhUPg=
SHA1 (gtksourceview-1.8.5.tar.bz2) = TmG2zaBDxE3JGO3s0r2cz8VDjSw=
SHA256 (gtksourceview-1.8.5.tar.bz2) = GcZXVFf7mXZPPnEZdQPkwnW9A+NSRa/hzztYTnC/D40=
SIZE (gtksourceview-1.8.5.tar.bz2) = 785000
MD5 (gtksourceview-2.0.1.tar.bz2) = t4SMUyjnV2sXF9dcUwY2Ag==
RMD160 (gtksourceview-2.0.1.tar.bz2) = 6+S0cE80cDozM3lN8kRK2OQK3ok=
SHA1 (gtksourceview-2.0.1.tar.bz2) = yrSi/XIqdA2Ud2ejGfVe8Hb3cB8=
SHA256 (gtksourceview-2.0.1.tar.bz2) = gYvYxlWf1PTdXLohm57Ijfs8qYn4uoLI3fBu6P4l36Y=
SIZE (gtksourceview-2.0.1.tar.bz2) = 1017189

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-configure,v 1.1 2007/04/27 22:47:59 jasper Exp $
--- configure.orig Sun Mar 11 09:09:15 2007
+++ configure Sun Apr 22 21:47:39 2007
@@ -21790,7 +21790,7 @@ if test "${ac_cv_lib_intl_bindtextdomain+set}" = set;
$OpenBSD: patch-configure,v 1.2 2007/11/26 21:01:21 bernd Exp $
--- configure.orig Sun Oct 14 18:22:06 2007
+++ configure Sat Nov 24 07:46:30 2007
@@ -23294,7 +23294,7 @@ if test "${ac_cv_lib_intl_bindtextdomain+set}" = set;
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -10,7 +10,7 @@ $OpenBSD: patch-configure,v 1.1 2007/04/27 22:47:59 jasper Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21852,7 +21852,7 @@ if test "${ac_cv_lib_intl_ngettext+set}" = set; then
@@ -23356,7 +23356,7 @@ if test "${ac_cv_lib_intl_ngettext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -19,7 +19,7 @@ $OpenBSD: patch-configure,v 1.1 2007/04/27 22:47:59 jasper Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -21914,7 +21914,7 @@ if test "${ac_cv_lib_intl_dgettext+set}" = set; then
@@ -23418,7 +23418,7 @@ if test "${ac_cv_lib_intl_dgettext+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
@ -28,7 +28,7 @@ $OpenBSD: patch-configure,v 1.1 2007/04/27 22:47:59 jasper Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -22126,7 +22126,7 @@ fi
@@ -23630,7 +23630,7 @@ fi
#
if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
glib_save_LIBS="$LIBS"
@ -37,7 +37,7 @@ $OpenBSD: patch-configure,v 1.1 2007/04/27 22:47:59 jasper Exp $
unset ac_cv_func_bind_textdomain_codeset
for ac_func in bind_textdomain_codeset
@@ -22241,7 +22241,7 @@ done
@@ -23745,7 +23745,7 @@ done
fi
if test "$gt_cv_func_dgettext_libintl" = "yes"; then

View File

@ -1,2 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/12/27 23:12:24 naddy Exp $
@lib lib/libgtksourceview-1.0.so.${LIBgtksourceview-1.0_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.5 2007/11/26 21:01:21 bernd Exp $
@lib lib/libgtksourceview-${MAJOR_VERSION}.so.${LIBgtksourceview-2.0_VERSION}

View File

@ -1,218 +1,246 @@
@comment $OpenBSD: PLIST,v 1.6 2007/04/27 22:47:59 jasper Exp $
@comment $OpenBSD: PLIST,v 1.7 2007/11/26 21:01:21 bernd Exp $
%%SHARED%%
include/gtksourceview-1.0/
include/gtksourceview-1.0/gtksourceview/
include/gtksourceview-1.0/gtksourceview/gtksourcebuffer.h
include/gtksourceview-1.0/gtksourceview/gtksourceiter.h
include/gtksourceview-1.0/gtksourceview/gtksourcelanguage.h
include/gtksourceview-1.0/gtksourceview/gtksourcelanguagesmanager.h
include/gtksourceview-1.0/gtksourceview/gtksourcemarker.h
include/gtksourceview-1.0/gtksourceview/gtksourceprintjob.h
include/gtksourceview-1.0/gtksourceview/gtksourcestylescheme.h
include/gtksourceview-1.0/gtksourceview/gtksourcetag.h
include/gtksourceview-1.0/gtksourceview/gtksourcetagstyle.h
include/gtksourceview-1.0/gtksourceview/gtksourcetagtable.h
include/gtksourceview-1.0/gtksourceview/gtksourceview-typebuiltins.h
include/gtksourceview-1.0/gtksourceview/gtksourceview.h
lib/libgtksourceview-1.0.a
lib/libgtksourceview-1.0.la
include/gtksourceview-${MAJOR_VERSION}/
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcebuffer.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourceiter.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcelanguage.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcelanguagemanager.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcestyle.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcestylescheme.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourcestyleschememanager.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourceview-typebuiltins.h
include/gtksourceview-${MAJOR_VERSION}/gtksourceview/gtksourceview.h
lib/libgtksourceview-${MAJOR_VERSION}.a
lib/libgtksourceview-${MAJOR_VERSION}.la
lib/pkgconfig/
lib/pkgconfig/gtksourceview-1.0.pc
lib/pkgconfig/gtksourceview-${MAJOR_VERSION}.pc
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/gtksourceview/
share/gtk-doc/html/gtksourceview/GtkSourceBuffer.html
share/gtk-doc/html/gtksourceview/GtkSourceLanguage.html
share/gtk-doc/html/gtksourceview/GtkSourceLanguagesManager.html
share/gtk-doc/html/gtksourceview/GtkSourcePrintJob.html
share/gtk-doc/html/gtksourceview/GtkSourceStyleScheme.html
share/gtk-doc/html/gtksourceview/GtkSourceTag.html
share/gtk-doc/html/gtksourceview/GtkSourceTagTable.html
share/gtk-doc/html/gtksourceview/GtkSourceView.html
share/gtk-doc/html/gtksourceview/gtksourceview-GtkSourceMarker.html
share/gtk-doc/html/gtksourceview/gtksourceview-GtkSourceTagStyle.html
share/gtk-doc/html/gtksourceview/gtksourceview-Searching-in-a-GtkSourceBuffer.html
share/gtk-doc/html/gtksourceview/gtksourceview.devhelp
share/gtk-doc/html/gtksourceview/gtksourceview.devhelp2
share/gtk-doc/html/gtksourceview/home.png
share/gtk-doc/html/gtksourceview/index.html
share/gtk-doc/html/gtksourceview/index.sgml
share/gtk-doc/html/gtksourceview/left.png
share/gtk-doc/html/gtksourceview/right.png
share/gtk-doc/html/gtksourceview/rn01.html
share/gtk-doc/html/gtksourceview/style.css
share/gtk-doc/html/gtksourceview/up.png
share/gtksourceview-1.0/
share/gtksourceview-1.0/language-specs/
share/gtksourceview-1.0/language-specs/R.lang
share/gtksourceview-1.0/language-specs/ada.lang
share/gtksourceview-1.0/language-specs/boo.lang
share/gtksourceview-1.0/language-specs/c.lang
share/gtksourceview-1.0/language-specs/changelog.lang
share/gtksourceview-1.0/language-specs/cpp.lang
share/gtksourceview-1.0/language-specs/csharp.lang
share/gtksourceview-1.0/language-specs/css.lang
share/gtksourceview-1.0/language-specs/d.lang
share/gtksourceview-1.0/language-specs/desktop.lang
share/gtksourceview-1.0/language-specs/diff.lang
share/gtksourceview-1.0/language-specs/docbook.lang
share/gtksourceview-1.0/language-specs/fortran.lang
share/gtksourceview-1.0/language-specs/gtkrc.lang
share/gtksourceview-1.0/language-specs/haskell.lang
share/gtksourceview-1.0/language-specs/html.lang
share/gtksourceview-1.0/language-specs/idl.lang
share/gtksourceview-1.0/language-specs/ini.lang
share/gtksourceview-1.0/language-specs/java.lang
share/gtksourceview-1.0/language-specs/javascript.lang
share/gtksourceview-1.0/language-specs/language.dtd
share/gtksourceview-1.0/language-specs/language.rng
share/gtksourceview-1.0/language-specs/latex.lang
share/gtksourceview-1.0/language-specs/lua.lang
share/gtksourceview-1.0/language-specs/makefile.lang
share/gtksourceview-1.0/language-specs/msil.lang
share/gtksourceview-1.0/language-specs/nemerle.lang
share/gtksourceview-1.0/language-specs/ocaml.lang
share/gtksourceview-1.0/language-specs/octave.lang
share/gtksourceview-1.0/language-specs/pascal.lang
share/gtksourceview-1.0/language-specs/perl.lang
share/gtksourceview-1.0/language-specs/php.lang
share/gtksourceview-1.0/language-specs/po.lang
share/gtksourceview-1.0/language-specs/python.lang
share/gtksourceview-1.0/language-specs/ruby.lang
share/gtksourceview-1.0/language-specs/scheme.lang
share/gtksourceview-1.0/language-specs/sh.lang
share/gtksourceview-1.0/language-specs/spec.lang
share/gtksourceview-1.0/language-specs/sql.lang
share/gtksourceview-1.0/language-specs/tcl.lang
share/gtksourceview-1.0/language-specs/texinfo.lang
share/gtksourceview-1.0/language-specs/vbnet.lang
share/gtksourceview-1.0/language-specs/verilog.lang
share/gtksourceview-1.0/language-specs/vhdl.lang
share/gtksourceview-1.0/language-specs/xml.lang
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceBuffer.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceLanguage.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceLanguageManager.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceStyle.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceStyleScheme.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceStyleSchemeManager.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/GtkSourceView.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/gtksourceview-${MAJOR_VERSION}.devhelp
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/gtksourceview-${MAJOR_VERSION}.devhelp2
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/gtksourceview-20-Searching-in-a-GtkSourceBuffer.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/home.png
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/index.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/index.sgml
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/lang-reference.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/lang-tutorial.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/left.png
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/right.png
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/rn01.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/rn02.html
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/style.css
share/gtk-doc/html/gtksourceview-${MAJOR_VERSION}/up.png
share/gtksourceview-${MAJOR_VERSION}/
share/gtksourceview-${MAJOR_VERSION}/language-specs/
share/gtksourceview-${MAJOR_VERSION}/language-specs/R.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/ada.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/awk.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/boo.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/c.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/changelog.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/chdr.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/check.sh
share/gtksourceview-${MAJOR_VERSION}/language-specs/convert.py
share/gtksourceview-${MAJOR_VERSION}/language-specs/cpp.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/csharp.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/css.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/d.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/def.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/desktop.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/diff.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/docbook.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/dpatch.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/dtd.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/erlang.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/fortran.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/gap.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/gtk-doc.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/gtkrc.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/haddock.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/haskell-literate.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/haskell.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/html.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/idl.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/ini.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/java.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/javascript.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/language.dtd
share/gtksourceview-${MAJOR_VERSION}/language-specs/language.rng
share/gtksourceview-${MAJOR_VERSION}/language-specs/language2.rng
share/gtksourceview-${MAJOR_VERSION}/language-specs/latex.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/libtool.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/lua.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/m4.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/makefile.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/msil.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/nemerle.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/objc.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/ocaml.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/ocl.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/octave.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/pascal.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/perl.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/php.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/pkgconfig.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/po.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/python.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/rpmspec.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/ruby.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/scheme.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/sh.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/sql.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/styles.rng
share/gtksourceview-${MAJOR_VERSION}/language-specs/tcl.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/texinfo.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/vala.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/vbnet.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/verilog.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/vhdl.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/xml.lang
share/gtksourceview-${MAJOR_VERSION}/language-specs/yacc.lang
share/gtksourceview-${MAJOR_VERSION}/styles/
share/gtksourceview-${MAJOR_VERSION}/styles/classic.xml
share/gtksourceview-${MAJOR_VERSION}/styles/kate.xml
share/gtksourceview-${MAJOR_VERSION}/styles/oblivion.xml
share/gtksourceview-${MAJOR_VERSION}/styles/styles.rng
share/gtksourceview-${MAJOR_VERSION}/styles/tango.xml
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ar/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/az/
share/locale/az/LC_MESSAGES/
share/locale/az/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/be/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/bg/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/az/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/be/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/bg/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/bn/
share/locale/bn/LC_MESSAGES/
share/locale/bn/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/bn/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/bn_IN/
share/locale/bn_IN/LC_MESSAGES/
share/locale/bn_IN/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/bn_IN/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/bs/
share/locale/bs/LC_MESSAGES/
share/locale/bs/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ca/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/cs/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/bs/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ca/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/cs/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/cy/
share/locale/cy/LC_MESSAGES/
share/locale/cy/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/da/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/de/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/cy/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/da/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/de/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/dz/
share/locale/dz/LC_MESSAGES/
share/locale/dz/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/el/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/dz/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/el/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/en_CA/
share/locale/en_CA/LC_MESSAGES/
share/locale/en_CA/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/en_CA/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/en_GB/
share/locale/en_GB/LC_MESSAGES/
share/locale/en_GB/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/es/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/et/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/en_GB/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/es/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/et/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/eu/
share/locale/eu/LC_MESSAGES/
share/locale/eu/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/eu/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/fa/
share/locale/fa/LC_MESSAGES/
share/locale/fa/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/fi/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/fr/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ga/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/gl/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/fa/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/fi/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/fr/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ga/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/gl/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/gu/
share/locale/gu/LC_MESSAGES/
share/locale/gu/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/he/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/gu/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/he/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/hi/
share/locale/hi/LC_MESSAGES/
share/locale/hi/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/hr/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/hu/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/id/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/it/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ja/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ko/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/hi/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/hr/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/hu/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/id/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/it/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ja/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ko/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/lt/
share/locale/lt/LC_MESSAGES/
share/locale/lt/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/lv/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/lt/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/lv/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/mg/
share/locale/mg/LC_MESSAGES/
share/locale/mg/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/mg/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/mk/
share/locale/mk/LC_MESSAGES/
share/locale/mk/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/mk/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ml/
share/locale/ml/LC_MESSAGES/
share/locale/ml/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ml/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/mn/
share/locale/mn/LC_MESSAGES/
share/locale/mn/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/mn/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/mr/
share/locale/mr/LC_MESSAGES/
share/locale/mr/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/mr/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ms/
share/locale/ms/LC_MESSAGES/
share/locale/ms/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/nb/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ms/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/nb/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ne/
share/locale/ne/LC_MESSAGES/
share/locale/ne/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/nl/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ne/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/nl/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/oc/
share/locale/oc/LC_MESSAGES/
share/locale/oc/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/or/
share/locale/or/LC_MESSAGES/
share/locale/or/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/or/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/pl/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/pt/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/pt_BR/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ro/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ru/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/pa/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/pl/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/pt/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/pt_BR/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ro/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ru/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/rw/
share/locale/rw/LC_MESSAGES/
share/locale/rw/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sk/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sl/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/rw/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/si/
share/locale/si/LC_MESSAGES/
share/locale/si/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sk/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sl/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sq/
share/locale/sq/LC_MESSAGES/
share/locale/sq/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sr/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sq/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sr/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sr@Latn/
share/locale/sr@Latn/LC_MESSAGES/
share/locale/sr@Latn/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sv/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/sr@Latn/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/sv/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/ta/
share/locale/ta/LC_MESSAGES/
share/locale/ta/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/ta/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/tr/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/uk/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/vi/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/th/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/tr/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/uk/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/vi/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/xh/
share/locale/xh/LC_MESSAGES/
share/locale/xh/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/zh_CN/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/zh_HK/
share/locale/zh_HK/LC_MESSAGES/
share/locale/zh_HK/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo
share/locale/xh/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/zh_CN/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/zh_HK/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo
share/locale/zh_TW/LC_MESSAGES/gtksourceview-${MAJOR_VERSION}.mo