import gtksourceviewmm3
gtksourceviewmm is a C++ wrapper for the gtksourceview widget library. It offers all the power of gtksourceview with an interface familiar to C++ developers, including users of the gtkmm library. ok aja@
This commit is contained in:
parent
b7bbfa2b88
commit
cd318ab9bc
44
x11/gtksourceviewmm3/Makefile
Normal file
44
x11/gtksourceviewmm3/Makefile
Normal file
@ -0,0 +1,44 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/13 08:28:20 jasper Exp $
|
||||
|
||||
COMMENT= C++ wrapper for gtksourceview3
|
||||
|
||||
GNOME_PROJECT= gtksourceviewmm
|
||||
GNOME_VERSION= 3.0.0
|
||||
PKGNAME= ${GNOME_PROJECT}3-${GNOME_VERSION}
|
||||
|
||||
MAJOR_VERSION= ${GNOME_VERSION:R}
|
||||
SUBST_VARS+= MAJOR_VERSION
|
||||
|
||||
SHARED_LIBS += gtksourceviewmm-3.0 0.0 # .0.0
|
||||
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://projects.gnome.org/gtksourceviewmm/
|
||||
|
||||
# LGPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 atkmm-1.6
|
||||
WANTLIB += cairo cairo-gobject cairomm-1.0 drm expat fontconfig
|
||||
WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gdkmm-3.0 gio-2.0 giomm-2.4
|
||||
WANTLIB += glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0 gthread-2.0
|
||||
WANTLIB += gtk-3 gtkmm-3.0 gtksourceview-3.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pangomm-1.4 pcre pixman-1 png pthread-stubs
|
||||
WANTLIB += sigc-2.0 stdc++ xcb xcb-render xcb-shm xml2 z
|
||||
|
||||
MODULES= devel/gettext \
|
||||
x11/gnome
|
||||
|
||||
BUILD_DEPENDS= devel/mm-common
|
||||
|
||||
LIB_DEPENDS= x11/gtksourceview3 \
|
||||
x11/gtk3mm
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
|
||||
|
||||
.include <bsd.port.mk>
|
5
x11/gtksourceviewmm3/distinfo
Normal file
5
x11/gtksourceviewmm3/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (gtksourceviewmm-3.0.0.tar.bz2) = o9aYhVXznlkJRhLkDwVkuQ==
|
||||
RMD160 (gtksourceviewmm-3.0.0.tar.bz2) = DODO6jGPH4PEq/hVXK41+qrXogI=
|
||||
SHA1 (gtksourceviewmm-3.0.0.tar.bz2) = IDtbgLm43kGBFEXzzckmxZeib5c=
|
||||
SHA256 (gtksourceviewmm-3.0.0.tar.bz2) = T10raHWEg9N6Ri5OGeMTk/wHJHOyyd/CzOJ14pNO9/A=
|
||||
SIZE (gtksourceviewmm-3.0.0.tar.bz2) = 940243
|
3
x11/gtksourceviewmm3/pkg/DESCR
Normal file
3
x11/gtksourceviewmm3/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
gtksourceviewmm is a C++ wrapper for the gtksourceview widget library.
|
||||
It offers all the power of gtksourceview with an interface familiar to
|
||||
C++ developers, including users of the gtkmm library.
|
2
x11/gtksourceviewmm3/pkg/PFRAG.shared
Normal file
2
x11/gtksourceviewmm3/pkg/PFRAG.shared
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/04/13 08:28:20 jasper Exp $
|
||||
@lib lib/libgtksourceviewmm-${MAJOR_VERSION}.so.${LIBgtksourceviewmm-3.0_VERSION}
|
195
x11/gtksourceviewmm3/pkg/PLIST
Normal file
195
x11/gtksourceviewmm3/pkg/PLIST
Normal file
@ -0,0 +1,195 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/04/13 08:28:20 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/buffer.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completion.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completionactivation.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completioncontext.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completioninfo.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completionitem.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completionproposal.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completionprovider.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/completionwords.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/gutter.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/gutterrenderer.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/gutterrendererpixbuf.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/gutterrenderertext.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/init.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/language.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/languagemanager.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/mark.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/markattributes.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/markup.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/printcompositor.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/buffer_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completion_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completionactivation_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completioncontext_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completioninfo_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completionitem_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completionproposal_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completionprovider_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/completionwords_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/gutter_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/gutterrenderer_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/gutterrendererpixbuf_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/gutterrenderertext_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/language_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/languagemanager_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/mark_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/markattributes_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/printcompositor_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/style_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/stylescheme_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/styleschememanager_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/undomanager_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/private/view_p.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/style.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/stylescheme.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/styleschememanager.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/undomanager.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/view.h
|
||||
include/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm/wrap_init.h
|
||||
lib/gtksourceviewmm-${MAJOR_VERSION}/
|
||||
lib/gtksourceviewmm-${MAJOR_VERSION}/include/
|
||||
lib/gtksourceviewmm-${MAJOR_VERSION}/include/gtksourceviewmmconfig.h
|
||||
lib/libgtksourceviewmm-${MAJOR_VERSION}.a
|
||||
lib/libgtksourceviewmm-${MAJOR_VERSION}.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/gtksourceviewmm-${MAJOR_VERSION}.pc
|
||||
share/devhelp/
|
||||
share/devhelp/books/
|
||||
share/devhelp/books/gtksourceviewmm-${MAJOR_VERSION}/
|
||||
share/devhelp/books/gtksourceviewmm-${MAJOR_VERSION}/gtksourceviewmm-${MAJOR_VERSION}.devhelp2
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/gtksourceviewmm-${MAJOR_VERSION}.tag
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/annotated.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/bc_s.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Buffer-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Buffer.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Buffer__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Completion-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Completion.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionContext-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionContext.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionContext__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionInfo-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionInfo.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionInfo__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionItem-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionItem.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionItem__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProposal-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProposal.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProposal__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProvider-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProvider.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionProvider__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionWords-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionWords.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1CompletionWords__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Completion__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Gutter-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Gutter.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Gutter__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Language-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Language.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1LanguageManager-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1LanguageManager.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1LanguageManager__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Language__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Mark-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Mark.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Mark__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Markup-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Markup.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1PrintCompositor-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1PrintCompositor.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1PrintCompositor__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Style-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Style.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleScheme-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleScheme.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleSchemeManager-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleSchemeManager.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleSchemeManager__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1StyleScheme__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1Style__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1UndoManager-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1UndoManager.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1UndoManager__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1View-members.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1View.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classGsv_1_1View__inherit__graph.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/classes.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/closed.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/doxygen.css
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/doxygen.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x62.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x63.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x64.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x65.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x66.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x67.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x68.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x69.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x6d.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x6e.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x6f.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x70.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x71.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x72.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x73.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x75.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x76.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_0x77.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x62.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x63.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x64.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x65.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x66.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x67.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x68.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x69.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x6d.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x6e.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x6f.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x70.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x71.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x72.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x73.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x75.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x76.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_func_0x77.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_type.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/functions_vars.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/graph_legend.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/graph_legend.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/group__gtksourceviewmmEnums.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/hierarchy.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/index.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/inherit_graph_0.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/inherit_graph_1.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/inherits.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/migration.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/modules.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/nav_f.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/nav_h.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/open.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/pages.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/since_2_10.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/since_2_2.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/since_2_8.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/since_3_0.html
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/tab_a.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/tab_b.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/tab_h.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/tab_s.png
|
||||
share/doc/gtksourceviewmm-${MAJOR_VERSION}/reference/html/tabs.css
|
Loading…
Reference in New Issue
Block a user