diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 20:39:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-06-18 20:39:09 +0800 |
commit | 760f2b16207e15ac90b0b9944ae99990b9cba5b3 (patch) | |
tree | 0e123fd3c33b2ae78dbd1dfae17a7ff238011aaa /devel | |
parent | 1045e0aa822c16b8bcfa4795a9141353c819c462 (diff) | |
download | marcuscom-ports-760f2b16207e15ac90b0b9944ae99990b9cba5b3.tar.gz marcuscom-ports-760f2b16207e15ac90b0b9944ae99990b9cba5b3.tar.zst marcuscom-ports-760f2b16207e15ac90b0b9944ae99990b9cba5b3.zip |
Add anjuta 2.0.0.
This probably still needs some work.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4095 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/anjuta-devel/Makefile | 87 | ||||
-rw-r--r-- | devel/anjuta-devel/distinfo | 2 | ||||
-rw-r--r-- | devel/anjuta-devel/files/anjuta | 6 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-Makefile.in | 25 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-configure | 16 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-doc::Makefile.in | 25 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-global-tags__create_global_tags.sh | 8 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c | 11 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c | 15 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-plugins_glade_plugin.c | 10 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-plugins_terminal_terminal.c | 12 | ||||
-rw-r--r-- | devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in | 8 | ||||
-rw-r--r-- | devel/anjuta-devel/pkg-descr | 8 | ||||
-rw-r--r-- | devel/anjuta-devel/pkg-plist | 660 |
14 files changed, 893 insertions, 0 deletions
diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile new file mode 100644 index 000000000..9c2f0946a --- /dev/null +++ b/devel/anjuta-devel/Makefile @@ -0,0 +1,87 @@ +# New ports collection makefile for: anjuta +# Date created: 31 March 2001 +# Whom: Dmitry Sivachenko <demon@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= anjuta +PORTVERSION= 2.0.0 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= anjuta + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Integrated Development Environment for C and C++ + +BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ + bash:${PORTSDIR}/shells/bash2 \ + dotneato-config:${PORTSDIR}/graphics/graphviz +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ + gbf-1.0:${PORTSDIR}/devel/gnomebuild \ + gladeui-1.0:${PORTSDIR}/devel/glade3 \ + devhelp-1.0:${PORTSDIR}/devel/devhelp +RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \ + ${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \ + ${LOCALBASE}/gnu-autotools/bin/libtool:${PORTSDIR}/devel/gnu-libtool \ + autogen:${PORTSDIR}/devel/autogen \ + dotneato-config:${PORTSDIR}/graphics/graphviz + +CONFLICTS= anjuta-1.2.* + +USE_X_PREFIX= yes +USE_GMAKE= yes +INSTALLS_OMF= yes +USE_REINPLACE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte +USE_LIBTOOL_VER=15 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_SHLIB= yes + +OPTIONS= SVN "Build subversion plugins" off + +.include <bsd.port.pre.mk> + +.if defined(WITH_SVN) +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 \ + svn:${PORTSDIR}/devel/subversion +RUN_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 \ + svn:${PORTSDIR}/devel/subversion + +CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ + --with-svn-include=${LOCALBASE}/include \ + --with-svn-lib=${LOCALBASE}/lib \ + --with-apr-config=${LOCALBASE}/bin/apr-1-config \ + --with-apu-config=${LOCALBASE}/bin/apu-1-config +PLIST_SUBS+= SVN="" +.else +CONFIGURE_ARGS+=--without-subversion-dir \ + --without-apr-config \ + --without-apu-config +PLIST_SUB+= SVN="@comment " +.endif + +MAN1= anjuta.1 anjuta_launcher.1 + +post-configure: + @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ + s|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/anjuta \ + > ${WRKDIR}/anjuta + @${REINPLACE_CMD} -e 's|subversion||g' ${WRKSRC}/plugins/Makefile + +post-build: + @cd ${WRKSRC}/global-tags && env PKG_CONFIG_PATH="${PREFIX}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig:${X11BASE}/libdata/pkgconfig" bash create_global_tags.sh + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ + doc/ScintillaDoc.html TODO + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + ${MV} ${PREFIX}/bin/anjuta ${PREFIX}/bin/anjuta-bin + ${INSTALL_SCRIPT} ${WRKDIR}/anjuta ${PREFIX}/bin + +.include <bsd.port.post.mk> diff --git a/devel/anjuta-devel/distinfo b/devel/anjuta-devel/distinfo new file mode 100644 index 000000000..b9c2ce6ea --- /dev/null +++ b/devel/anjuta-devel/distinfo @@ -0,0 +1,2 @@ +MD5 (anjuta-2.0.0.tar.gz) = c3bc5f36939f06049c7fa5dfed59ed08 +SIZE (anjuta-2.0.0.tar.gz) = 6047660 diff --git a/devel/anjuta-devel/files/anjuta b/devel/anjuta-devel/files/anjuta new file mode 100644 index 000000000..4c64959d2 --- /dev/null +++ b/devel/anjuta-devel/files/anjuta @@ -0,0 +1,6 @@ +#!/bin/sh + +export PATH=%%LOCALBASE%%/gnu-autotools/bin:${PATH} +export ACLOCAL_FLAGS="-I %%LOCALBASE%%/share/aclocal ${ACLOCAL_FLAGS}" + +exec "%%PREFIX%%/bin/anjuta-bin" "$@" diff --git a/devel/anjuta-devel/files/patch-Makefile.in b/devel/anjuta-devel/files/patch-Makefile.in new file mode 100644 index 000000000..0b3674e04 --- /dev/null +++ b/devel/anjuta-devel/files/patch-Makefile.in @@ -0,0 +1,25 @@ +--- Makefile.in.orig Sun May 22 10:03:51 2005 ++++ Makefile.in Sun May 22 10:04:50 2005 +@@ -459,14 +459,14 @@ + rm -f "$(DESTDIR)$(anjuta_glade_filedir)/$$f"; \ + done + install-anjutadocDATA: $(anjutadoc_DATA) +- @$(NORMAL_INSTALL) +- test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" +- @list='$(anjutadoc_DATA)'; for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- f=$(am__strip_dir) \ +- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ +- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ +- done ++# @$(NORMAL_INSTALL) ++# test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" ++# @list='$(anjutadoc_DATA)'; for p in $$list; do \ ++# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ++# f=$(am__strip_dir) \ ++# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ ++# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ ++# done + + uninstall-anjutadocDATA: + @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta-devel/files/patch-configure b/devel/anjuta-devel/files/patch-configure new file mode 100644 index 000000000..9356323c5 --- /dev/null +++ b/devel/anjuta-devel/files/patch-configure @@ -0,0 +1,16 @@ +--- configure.orig Tue Apr 13 13:24:27 2004 ++++ configure Tue Apr 13 13:25:03 2004 +@@ -23995,11 +23995,11 @@ + fi + + systemdatadir=share +-packagedatadir=share/${PACKAGE} ++packagedatadir=share/gnome/${PACKAGE} + packagedocdir=share/doc/${PACKAGE} + packageplugindir=lib/${PACKAGE}/plugins/${VERSION} + +-packagepixmapsdir=share/pixmaps/${PACKAGE} ++packagepixmapsdir=share/gnome/pixmaps/${PACKAGE} + packagehelpdir=share/gnome/help/${PACKAGE} + packagemenudir=share/gnome/apps + packageplugindir=lib/${PACKAGE} diff --git a/devel/anjuta-devel/files/patch-doc::Makefile.in b/devel/anjuta-devel/files/patch-doc::Makefile.in new file mode 100644 index 000000000..42a4134ec --- /dev/null +++ b/devel/anjuta-devel/files/patch-doc::Makefile.in @@ -0,0 +1,25 @@ +--- doc/Makefile.in.orig Sun May 22 10:07:51 2005 ++++ doc/Makefile.in Sun May 22 10:10:15 2005 +@@ -414,14 +414,14 @@ + rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ + done + install-anjuta_docDATA: $(anjuta_doc_DATA) +- @$(NORMAL_INSTALL) +- test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" +- @list='$(anjuta_doc_DATA)'; for p in $$list; do \ +- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ +- f=$(am__strip_dir) \ +- echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ +- $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ +- done ++# @$(NORMAL_INSTALL) ++# test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" ++# @list='$(anjuta_doc_DATA)'; for p in $$list; do \ ++# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ ++# f=$(am__strip_dir) \ ++# echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ ++# $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ ++# done + + uninstall-anjuta_docDATA: + @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta-devel/files/patch-global-tags__create_global_tags.sh b/devel/anjuta-devel/files/patch-global-tags__create_global_tags.sh new file mode 100644 index 000000000..a4ad09709 --- /dev/null +++ b/devel/anjuta-devel/files/patch-global-tags__create_global_tags.sh @@ -0,0 +1,8 @@ +--- global-tags/create_global_tags.sh.orig Sun May 22 21:18:32 2005 ++++ global-tags/create_global_tags.sh Sun May 22 21:21:14 2005 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/usr/local/bin/bash + + function anjuta_tags () { + diff --git a/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c b/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c new file mode 100644 index 000000000..3c1b4177c --- /dev/null +++ b/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c @@ -0,0 +1,11 @@ +--- libanjuta/anjuta-children.c.orig Sun May 22 21:31:19 2005 ++++ libanjuta/anjuta-children.c Sun May 22 21:31:36 2005 +@@ -17,6 +17,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include <sys/signal.h> ++ + #include <libanjuta/anjuta-children.h> + + static GList *registered_child_processes = NULL; diff --git a/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c new file mode 100644 index 000000000..2e46160a5 --- /dev/null +++ b/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c @@ -0,0 +1,15 @@ +--- libanjuta/anjuta-launcher.c.orig Sun May 22 21:29:10 2005 ++++ libanjuta/anjuta-launcher.c Sun May 22 21:30:08 2005 +@@ -24,8 +24,12 @@ + #include <unistd.h> + #include <fcntl.h> + #include <signal.h> ++#if defined(__FreeBSD__) ++#include <libutil.h> ++#else + #ifndef sun + #include <pty.h> ++#endif + #endif + #include <assert.h> + #include <gnome.h> diff --git a/devel/anjuta-devel/files/patch-plugins_glade_plugin.c b/devel/anjuta-devel/files/patch-plugins_glade_plugin.c new file mode 100644 index 000000000..29419cdee --- /dev/null +++ b/devel/anjuta-devel/files/patch-plugins_glade_plugin.c @@ -0,0 +1,10 @@ +--- plugins/glade/plugin.c.orig Mon May 23 21:40:25 2005 ++++ plugins/glade/plugin.c Mon May 23 21:41:14 2005 +@@ -37,7 +37,6 @@ + #include "glade-property-class.h" + #include "glade-project.h" + #include "glade-project-view.h" +-#include "glade-project-window.h" + #include "glade-placeholder.h" + #include "glade-command.h" + #include "glade-debug.h" diff --git a/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c b/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c new file mode 100644 index 000000000..2711a8781 --- /dev/null +++ b/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c @@ -0,0 +1,12 @@ +--- plugins/terminal/terminal.c.orig Sun May 22 21:38:41 2005 ++++ plugins/terminal/terminal.c Sun May 22 21:39:12 2005 +@@ -19,6 +19,9 @@ + */ + + #include <config.h> ++ ++#include <sys/signal.h> ++ + #include <libanjuta/anjuta-shell.h> + #include <libanjuta/anjuta-children.h> + #include <libanjuta/anjuta-debug.h> diff --git a/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in b/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in new file mode 100644 index 000000000..94b1413d6 --- /dev/null +++ b/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in @@ -0,0 +1,8 @@ +--- scripts/anjuta_import.sh.in.orig Wed May 14 16:09:42 2003 ++++ scripts/anjuta_import.sh.in Wed May 14 16:11:15 2003 +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # + # Shell script to automatically create an Anjuta 1.x project file + # Copyright: Biswapesh Chattopadhyay (biswapesh_chatterjee@tcscal.co.in) 2001-2002 diff --git a/devel/anjuta-devel/pkg-descr b/devel/anjuta-devel/pkg-descr new file mode 100644 index 000000000..4a6825085 --- /dev/null +++ b/devel/anjuta-devel/pkg-descr @@ -0,0 +1,8 @@ +Anjuta is a very versatile Integrated development environment for +c and c++. Written in GTK/GNOME and written for GTK/GNOME, +it features many advanced programming tools and utilities. It is +basically a GUI interface for the bunch of command line programming +utilites and tools available for FreeBSD, which are usually run in console +and are very user unfriendly. + +WWW: http://www.anjuta.org/ diff --git a/devel/anjuta-devel/pkg-plist b/devel/anjuta-devel/pkg-plist new file mode 100644 index 000000000..a93cc6211 --- /dev/null +++ b/devel/anjuta-devel/pkg-plist @@ -0,0 +1,660 @@ +bin/anjuta +bin/anjuta-bin +bin/anjuta-shell +bin/anjuta-tags +bin/anjuta_import.sh +bin/anjuta_launcher +include/libanjuta-1.0/libanjuta/anjuta-children.h +include/libanjuta-1.0/libanjuta/anjuta-debug.h +include/libanjuta-1.0/libanjuta/anjuta-encodings.h +include/libanjuta-1.0/libanjuta/anjuta-launcher.h +include/libanjuta-1.0/libanjuta/anjuta-marshal.h +include/libanjuta-1.0/libanjuta/anjuta-plugin-description.h +include/libanjuta-1.0/libanjuta/anjuta-plugin.h +include/libanjuta-1.0/libanjuta/anjuta-preferences-dialog.h +include/libanjuta-1.0/libanjuta/anjuta-preferences.h +include/libanjuta-1.0/libanjuta/anjuta-session.h +include/libanjuta-1.0/libanjuta/anjuta-shell.h +include/libanjuta-1.0/libanjuta/anjuta-status.h +include/libanjuta-1.0/libanjuta/anjuta-ui.h +include/libanjuta-1.0/libanjuta/anjuta-utils.h +include/libanjuta-1.0/libanjuta/glue-factory.h +include/libanjuta-1.0/libanjuta/glue-plugin.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file-savable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-file.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-help.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable-tree.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-iterable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-profile.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h +include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h +include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h +include/libanjuta-1.0/libanjuta/libanjuta.h +include/libanjuta-1.0/libanjuta/resources.h +lib/anjuta/anjuta-build-basic-autotools.plugin +lib/anjuta/anjuta-class-gen.plugin +lib/anjuta/anjuta-cvs.plugin +lib/anjuta/anjuta-debug-manager.plugin +lib/anjuta/anjuta-default-profile.plugin +lib/anjuta/anjuta-devhelp.plugin +lib/anjuta/anjuta-document-manager.plugin +lib/anjuta/anjuta-file-manager.plugin +lib/anjuta/anjuta-file-wizard.plugin +lib/anjuta/anjuta-gdb.plugin +lib/anjuta/anjuta-glade.plugin +lib/anjuta/anjuta-gtodo.plugin +lib/anjuta/anjuta-loader.plugin +lib/anjuta/anjuta-macro.plugin +lib/anjuta/anjuta-message-manager.plugin +lib/anjuta/anjuta-patch.plugin +lib/anjuta/anjuta-project-import.plugin +lib/anjuta/anjuta-project-manager.plugin +lib/anjuta/anjuta-project-wizard.plugin +lib/anjuta/anjuta-sample.plugin +%%SVN%%lib/anjuta/anjuta-subversion.plugin +lib/anjuta/anjuta-symbol-browser.plugin +lib/anjuta/anjuta-terminal.plugin +lib/anjuta/anjuta-tools.plugin +lib/anjuta/libanjuta-build-basic-autotools.a +lib/anjuta/libanjuta-build-basic-autotools.so +lib/anjuta/libanjuta-build-basic-autotools.so.0 +lib/anjuta/libanjuta-class-gen.a +lib/anjuta/libanjuta-class-gen.so +lib/anjuta/libanjuta-class-gen.so.0 +lib/anjuta/libanjuta-cvs-plugin.so +lib/anjuta/libanjuta-cvs-plugin.so.0 +lib/anjuta/libanjuta-debug-manager.a +lib/anjuta/libanjuta-debug-manager.so +lib/anjuta/libanjuta-debug-manager.so.0 +lib/anjuta/libanjuta-default-profile.a +lib/anjuta/libanjuta-default-profile.so +lib/anjuta/libanjuta-default-profile.so.0 +lib/anjuta/libanjuta-devhelp.a +lib/anjuta/libanjuta-devhelp.so +lib/anjuta/libanjuta-devhelp.so.0 +lib/anjuta/libanjuta-editor.a +lib/anjuta/libanjuta-editor.so +lib/anjuta/libanjuta-editor.so.0 +lib/anjuta/libanjuta-file-manager.a +lib/anjuta/libanjuta-file-manager.so +lib/anjuta/libanjuta-file-manager.so.0 +lib/anjuta/libanjuta-file-wizard.a +lib/anjuta/libanjuta-file-wizard.so +lib/anjuta/libanjuta-file-wizard.so.0 +lib/anjuta/libanjuta-gdb.a +lib/anjuta/libanjuta-gdb.so +lib/anjuta/libanjuta-gdb.so.0 +lib/anjuta/libanjuta-glade.a +lib/anjuta/libanjuta-glade.so +lib/anjuta/libanjuta-glade.so.0 +lib/anjuta/libanjuta-gtodo.a +lib/anjuta/libanjuta-gtodo.so +lib/anjuta/libanjuta-gtodo.so.0 +lib/anjuta/libanjuta-loader.so +lib/anjuta/libanjuta-loader.so.0 +lib/anjuta/libanjuta-macro.so +lib/anjuta/libanjuta-macro.so.0 +lib/anjuta/libanjuta-message-view.so +lib/anjuta/libanjuta-message-view.so.0 +lib/anjuta/libanjuta-patch.a +lib/anjuta/libanjuta-patch.so +lib/anjuta/libanjuta-patch.so.0 +lib/anjuta/libanjuta-project-import.a +lib/anjuta/libanjuta-project-import.so +lib/anjuta/libanjuta-project-import.so.0 +lib/anjuta/libanjuta-project-manager.so +lib/anjuta/libanjuta-project-manager.so.0 +lib/anjuta/libanjuta-project-wizard.a +lib/anjuta/libanjuta-project-wizard.so +lib/anjuta/libanjuta-project-wizard.so.0 +lib/anjuta/libanjuta-sample.a +lib/anjuta/libanjuta-sample.so +lib/anjuta/libanjuta-sample.so.0 +%%SVN%%lib/anjuta/libanjuta-subversion.so +%%SVN%%lib/anjuta/libanjuta-subversion.so.0 +lib/anjuta/libanjuta-symbol-browser.so +lib/anjuta/libanjuta-symbol-browser.so.0 +lib/anjuta/libanjuta-terminal.a +lib/anjuta/libanjuta-terminal.so +lib/anjuta/libanjuta-terminal.so.0 +lib/anjuta/libanjuta-tools.a +lib/anjuta/libanjuta-tools.so +lib/anjuta/libanjuta-tools.so.0 +lib/libanjuta-ctags.a +lib/libanjuta-ctags.so +lib/libanjuta-ctags.so.0 +lib/libanjuta-egg.a +lib/libanjuta-egg.so +lib/libanjuta-egg.so.0 +lib/libanjuta-interfaces.a +lib/libanjuta-interfaces.so +lib/libanjuta-interfaces.so.0 +lib/libanjuta-scintilla.a +lib/libanjuta-scintilla.so +lib/libanjuta-scintilla.so.0 +lib/libanjuta.a +lib/libanjuta.so +lib/libanjuta.so.0 +libdata/pkgconfig/libanjuta-1.0.pc +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/FUTURE +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +%%DOCSDIR%%/ScintillaDoc.html +%%DOCSDIR%%/TODO +share/doc/libanjuta/AnjutaLauncher.html +share/doc/libanjuta/AnjutaPlugin.html +share/doc/libanjuta/AnjutaPreferences.html +share/doc/libanjuta/AnjutaPreferencesDialog.html +share/doc/libanjuta/AnjutaShell.html +share/doc/libanjuta/AnjutaStatus.html +share/doc/libanjuta/AnjutaUI.html +share/doc/libanjuta/action_block.html +share/doc/libanjuta/anjuta-architecture.html +share/doc/libanjuta/anjuta-architecture.png +share/doc/libanjuta/content_block.html +share/doc/libanjuta/header_block.html +share/doc/libanjuta/home.png +share/doc/libanjuta/index.html +share/doc/libanjuta/index.sgml +share/doc/libanjuta/left.png +share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html +share/doc/libanjuta/libanjuta-AnjutaEncoding.html +share/doc/libanjuta/libanjuta-Children-management.html +share/doc/libanjuta/libanjuta-ESplash.html +share/doc/libanjuta/libanjuta-GlueFactory.html +share/doc/libanjuta/libanjuta-GluePlugin.html +share/doc/libanjuta/libanjuta-Marshallers.html +share/doc/libanjuta/libanjuta-Plugins-management.html +share/doc/libanjuta/libanjuta-Resource-management.html +share/doc/libanjuta/libanjuta-Utility-functions.html +share/doc/libanjuta/libanjuta-anjuta-debug.html +share/doc/libanjuta/libanjuta-anjuta-plugin-description.html +share/doc/libanjuta/libanjuta-api.html +share/doc/libanjuta/libanjuta-ianjuta-buildable.html +share/doc/libanjuta/libanjuta-ianjuta-context-list.html +share/doc/libanjuta/libanjuta-ianjuta-context-text.html +share/doc/libanjuta/libanjuta-ianjuta-context-tree.html +share/doc/libanjuta/libanjuta-ianjuta-context.html +share/doc/libanjuta/libanjuta-ianjuta-debugger-manager.html +share/doc/libanjuta/libanjuta-ianjuta-debugger.html +share/doc/libanjuta/libanjuta-ianjuta-document-manager.html +share/doc/libanjuta/libanjuta-ianjuta-editor.html +share/doc/libanjuta/libanjuta-ianjuta-file-loader.html +share/doc/libanjuta/libanjuta-ianjuta-file-manager.html +share/doc/libanjuta/libanjuta-ianjuta-file-savable.html +share/doc/libanjuta/libanjuta-ianjuta-file.html +share/doc/libanjuta/libanjuta-ianjuta-help.html +share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html +share/doc/libanjuta/libanjuta-ianjuta-iterable.html +share/doc/libanjuta/libanjuta-ianjuta-loader.html +share/doc/libanjuta/libanjuta-ianjuta-markable.html +share/doc/libanjuta/libanjuta-ianjuta-message-manager.html +share/doc/libanjuta/libanjuta-ianjuta-message-view.html +share/doc/libanjuta/libanjuta-ianjuta-profile.html +share/doc/libanjuta/libanjuta-ianjuta-project-manager.html +share/doc/libanjuta/libanjuta-ianjuta-renderable.html +share/doc/libanjuta/libanjuta-ianjuta-sand-box.html +share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html +share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html +share/doc/libanjuta/libanjuta-ianjuta-stream.html +share/doc/libanjuta/libanjuta-ianjuta-terminal.html +share/doc/libanjuta/libanjuta-ianjuta-todo.html +share/doc/libanjuta/libanjuta-ianjuta-transformable.html +share/doc/libanjuta/libanjuta-ianjuta-wizard.html +share/doc/libanjuta/libanjuta-internal-api.html +share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html +share/doc/libanjuta/libanjuta.devhelp +share/doc/libanjuta/object-hierarchy.html +share/doc/libanjuta/page_block.html +share/doc/libanjuta/plugin-description-file.html +share/doc/libanjuta/plugin-interfaces.html +share/doc/libanjuta/project-wizard-format.html +share/doc/libanjuta/right.png +share/doc/libanjuta/up.png +share/doc/libanjuta/writing-plugins-build-setup.html +share/doc/libanjuta/writing-plugins-simple.html +share/doc/libanjuta/writing-plugins-sources.html +share/doc/libanjuta/writing-plugins.html +share/gnome/anjuta/anjuta_project.template +share/gnome/anjuta/build/automake-c.filters +share/gnome/anjuta/class-templates/goc_template_header +share/gnome/anjuta/class-templates/goc_template_source +share/gnome/anjuta/gdb.init +share/gnome/anjuta/glade/anjuta-build-basic-autotools-plugin.glade +share/gnome/anjuta/glade/anjuta-class-gen-plugin.glade +share/gnome/anjuta/glade/anjuta-cvs-plugin.glade +share/gnome/anjuta/glade/anjuta-debug-manager.glade +share/gnome/anjuta/glade/anjuta-document-manager.glade +share/gnome/anjuta/glade/anjuta-file-manager-plugin.glade +share/gnome/anjuta/glade/anjuta-file-wizard.glade +share/gnome/anjuta/glade/anjuta-gdb.glade +share/gnome/anjuta/glade/anjuta-macro.glade +share/gnome/anjuta/glade/anjuta-message-manager-plugin.glade +share/gnome/anjuta/glade/anjuta-project-import.glade +share/gnome/anjuta/glade/anjuta-project-wizard.glade +%%SVN%%share/gnome/anjuta/glade/anjuta-subversion.glade +share/gnome/anjuta/glade/anjuta-symbol-browser-plugin.glade +share/gnome/anjuta/glade/anjuta-terminal-plugin.glade +share/gnome/anjuta/glade/anjuta-tools.glade +share/gnome/anjuta/glade/anjuta.glade +share/gnome/anjuta/glade/applogo.png +share/gnome/anjuta/glade/appwizard.png +share/gnome/anjuta/glade/layout.glade +share/gnome/anjuta/glade/start-with-import.png +share/gnome/anjuta/glade/start-with-open.png +share/gnome/anjuta/glade/start-with-wizard.png +share/gnome/anjuta/gtodo/gtodo.css +share/gnome/anjuta/gtodo/gtodo.xsl +share/gnome/anjuta/layout.xml +share/gnome/anjuta/macros.xml +share/gnome/anjuta/profiles/default.anjuta +share/gnome/anjuta/project/anjuta-plugin-logo.png +share/gnome/anjuta/project/anjuta-plugin.wiz +share/gnome/anjuta/project/anjuta-plugin/configure.in.tpl +share/gnome/anjuta/project/anjuta-plugin/po/POTFILES.in +share/gnome/anjuta/project/anjuta-plugin/src/Makefile.am.tpl +share/gnome/anjuta/project/anjuta-plugin/src/plugin.c +share/gnome/anjuta/project/anjuta-plugin/src/plugin.glade +share/gnome/anjuta/project/anjuta-plugin/src/plugin.h +share/gnome/anjuta/project/anjuta-plugin/src/plugin.plugin.in +share/gnome/anjuta/project/anjuta-plugin/src/plugin.ui +share/gnome/anjuta/project/gnome-logo.png +share/gnome/anjuta/project/gnome.wiz +share/gnome/anjuta/project/gnome/po/POTFILES.in +share/gnome/anjuta/project/gnome/src/Makefile.am.tpl +share/gnome/anjuta/project/gnome/src/callbacks.c +share/gnome/anjuta/project/gnome/src/callbacks.h +share/gnome/anjuta/project/gnome/src/main.c +share/gnome/anjuta/project/gnome/src/project.glade +share/gnome/anjuta/project/gtk-logo.png +share/gnome/anjuta/project/gtk.wiz +share/gnome/anjuta/project/gtk/po/POTFILES.in +share/gnome/anjuta/project/gtk/src/Makefile.am.tpl +share/gnome/anjuta/project/gtk/src/callbacks.c +share/gnome/anjuta/project/gtk/src/callbacks.h +share/gnome/anjuta/project/gtk/src/main.c +share/gnome/anjuta/project/gtk/src/project.glade +share/gnome/anjuta/project/gtkmm-logo.png +share/gnome/anjuta/project/gtkmm.wiz +share/gnome/anjuta/project/gtkmm/configure.in.tpl +share/gnome/anjuta/project/gtkmm/po/POTFILES.in +share/gnome/anjuta/project/gtkmm/src/Makefile.am.tpl +share/gnome/anjuta/project/gtkmm/src/main.cc +share/gnome/anjuta/project/gtkmm/src/project.glade +share/gnome/anjuta/project/java-logo.png +share/gnome/anjuta/project/java.wiz +share/gnome/anjuta/project/java/configure.in.tpl +share/gnome/anjuta/project/java/src/Makefile.am.tpl +share/gnome/anjuta/project/java/src/main.java +share/gnome/anjuta/project/terminal-logo.png +share/gnome/anjuta/project/terminal.wiz +share/gnome/anjuta/project/terminal/AUTHORS +share/gnome/anjuta/project/terminal/ChangeLog +share/gnome/anjuta/project/terminal/Makefile.am.tpl +share/gnome/anjuta/project/terminal/NEWS +share/gnome/anjuta/project/terminal/README +share/gnome/anjuta/project/terminal/autogen.sh +share/gnome/anjuta/project/terminal/configure.in.tpl +share/gnome/anjuta/project/terminal/po/ChangeLog +share/gnome/anjuta/project/terminal/po/POTFILES.in +share/gnome/anjuta/project/terminal/project.anjuta +share/gnome/anjuta/project/terminal/src/Makefile.am.tpl +share/gnome/anjuta/project/terminal/src/main.c +share/gnome/anjuta/project/wxwin-logo.png +share/gnome/anjuta/project/wxwin.wiz +share/gnome/anjuta/project/wxwin/configure.in.tpl +share/gnome/anjuta/project/wxwin/po/POTFILES.in +share/gnome/anjuta/project/wxwin/src/Makefile.am.tpl +share/gnome/anjuta/project/wxwin/src/main.cc +share/gnome/anjuta/project/xlib-dock.wiz +share/gnome/anjuta/project/xlib-dock/po/POTFILES.in +share/gnome/anjuta/project/xlib-dock/src/Makefile.am.tpl +share/gnome/anjuta/project/xlib-dock/src/main.c +share/gnome/anjuta/project/xlib-dock/src/pixmaps.h +share/gnome/anjuta/project/xlib-dock/src/wmgeneral.c +share/gnome/anjuta/project/xlib-dock/src/wmgeneral.h +share/gnome/anjuta/project/xlib-logo.png +share/gnome/anjuta/project/xlib.wiz +share/gnome/anjuta/project/xlib/configure.in.tpl +share/gnome/anjuta/project/xlib/po/POTFILES.in +share/gnome/anjuta/project/xlib/src/Makefile.am.tpl +share/gnome/anjuta/project/xlib/src/main.c +share/gnome/anjuta/properties/Embedded.properties +share/gnome/anjuta/properties/SciTEGlobal.properties +share/gnome/anjuta/properties/ada.properties +share/gnome/anjuta/properties/anjuta.properties +share/gnome/anjuta/properties/asm.properties +share/gnome/anjuta/properties/asn1.properties +share/gnome/anjuta/properties/au3.properties +share/gnome/anjuta/properties/ave.properties +share/gnome/anjuta/properties/baan.properties +share/gnome/anjuta/properties/bullant.properties +share/gnome/anjuta/properties/conf.properties +share/gnome/anjuta/properties/cpp.properties +share/gnome/anjuta/properties/css.properties +share/gnome/anjuta/properties/eiffel.properties +share/gnome/anjuta/properties/erlang.properties +share/gnome/anjuta/properties/escript.properties +share/gnome/anjuta/properties/forth.properties +share/gnome/anjuta/properties/fortran.properties +share/gnome/anjuta/properties/html.properties +share/gnome/anjuta/properties/kix.properties +share/gnome/anjuta/properties/latex.properties +share/gnome/anjuta/properties/lisp.properties +share/gnome/anjuta/properties/lot.properties +share/gnome/anjuta/properties/lout.properties +share/gnome/anjuta/properties/lua.properties +share/gnome/anjuta/properties/matlab.properties +share/gnome/anjuta/properties/metapost.properties +share/gnome/anjuta/properties/mmixal.properties +share/gnome/anjuta/properties/nncrontab.properties +share/gnome/anjuta/properties/nsis.properties +share/gnome/anjuta/properties/others.properties +share/gnome/anjuta/properties/pascal.properties +share/gnome/anjuta/properties/perl.properties +share/gnome/anjuta/properties/pov.properties +share/gnome/anjuta/properties/ps.properties +share/gnome/anjuta/properties/python.properties +share/gnome/anjuta/properties/ruby.properties +share/gnome/anjuta/properties/scriptol.properties +share/gnome/anjuta/properties/specman.properties +share/gnome/anjuta/properties/sql.properties +share/gnome/anjuta/properties/styles.properties +share/gnome/anjuta/properties/tcl.properties +share/gnome/anjuta/properties/tex.properties +share/gnome/anjuta/properties/user.properties +share/gnome/anjuta/properties/vb.properties +share/gnome/anjuta/properties/verilog.properties +share/gnome/anjuta/properties/vhdl.properties +share/gnome/anjuta/properties/yaml.properties +share/gnome/anjuta/system.tags +share/gnome/anjuta/ui/anjuta-build-basic-autotools-plugin.ui +share/gnome/anjuta/ui/anjuta-cvs.ui +share/gnome/anjuta/ui/anjuta-debug-manager.ui +share/gnome/anjuta/ui/anjuta-default-profile.ui +share/gnome/anjuta/ui/anjuta-devhelp.ui +share/gnome/anjuta/ui/anjuta-document-manager.ui +share/gnome/anjuta/ui/anjuta-file-manager.ui +share/gnome/anjuta/ui/anjuta-file-wizard.ui +share/gnome/anjuta/ui/anjuta-gdb-plugin.ui +share/gnome/anjuta/ui/anjuta-glade.ui +share/gnome/anjuta/ui/anjuta-gtodo.ui +share/gnome/anjuta/ui/anjuta-loader-plugin.ui +share/gnome/anjuta/ui/anjuta-macro.ui +share/gnome/anjuta/ui/anjuta-message-manager.ui +share/gnome/anjuta/ui/anjuta-patch.ui +share/gnome/anjuta/ui/anjuta-project-manager.ui +share/gnome/anjuta/ui/anjuta-sample.ui +share/gnome/anjuta/ui/anjuta-shell.ui +%%SVN%%share/gnome/anjuta/ui/anjuta-subversion.ui +share/gnome/anjuta/ui/anjuta-symbol-browser-plugin.ui +share/gnome/anjuta/ui/anjuta-tools.ui +share/gnome/anjuta/ui/anjuta.ui +share/gnome/anjuta/welcome.txt +share/gnome/application-registry/anjuta.applications +share/gnome/applications/anjuta.desktop +share/gnome/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png +share/gnome/mime-info/anjuta.keys +share/gnome/mime-info/anjuta.mime +share/gnome/pixmaps/anjuta/Icons.16x16.Class +share/gnome/pixmaps/anjuta/Icons.16x16.Enum +share/gnome/pixmaps/anjuta/Icons.16x16.Field +share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront +share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack +share/gnome/pixmaps/anjuta/Icons.16x16.Interface +share/gnome/pixmaps/anjuta/Icons.16x16.InternalClass +share/gnome/pixmaps/anjuta/Icons.16x16.InternalDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.InternalEnum +share/gnome/pixmaps/anjuta/Icons.16x16.InternalEvent +share/gnome/pixmaps/anjuta/Icons.16x16.InternalField +share/gnome/pixmaps/anjuta/Icons.16x16.InternalInterface +share/gnome/pixmaps/anjuta/Icons.16x16.InternalMethod +share/gnome/pixmaps/anjuta/Icons.16x16.InternalProperty +share/gnome/pixmaps/anjuta/Icons.16x16.InternalStruct +share/gnome/pixmaps/anjuta/Icons.16x16.Literal +share/gnome/pixmaps/anjuta/Icons.16x16.Method +share/gnome/pixmaps/anjuta/Icons.16x16.NameSpace +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateClass +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEnum +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEvent +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateField +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateInterface +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateMethod +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateProperty +share/gnome/pixmaps/anjuta/Icons.16x16.PrivateStruct +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedClass +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedDelegate +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEnum +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEvent +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedField +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedInterface +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedMethod +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedProperty +share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedStruct +share/gnome/pixmaps/anjuta/Icons.16x16.Reference +share/gnome/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.png +share/gnome/pixmaps/anjuta/anjuta-cvs-plugin.png +share/gnome/pixmaps/anjuta/anjuta-debug-manager.plugin.png +share/gnome/pixmaps/anjuta/anjuta-default-profile-plugin.png +share/gnome/pixmaps/anjuta/anjuta-devhelp-plugin.png +share/gnome/pixmaps/anjuta/anjuta-document-manager.png +share/gnome/pixmaps/anjuta/anjuta-file-manager-plugin.png +share/gnome/pixmaps/anjuta/anjuta-file-wizard-plugin.png +share/gnome/pixmaps/anjuta/anjuta-gdb.plugin.png +share/gnome/pixmaps/anjuta/anjuta-glade-plugin.png +share/gnome/pixmaps/anjuta/anjuta-gtodo-plugin.png +share/gnome/pixmaps/anjuta/anjuta-loader-plugin.png +share/gnome/pixmaps/anjuta/anjuta-macro.png +share/gnome/pixmaps/anjuta/anjuta-message-view.png +share/gnome/pixmaps/anjuta/anjuta-patch-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-import-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-manager-plugin.png +share/gnome/pixmaps/anjuta/anjuta-project-wizard-plugin.png +share/gnome/pixmaps/anjuta/anjuta-sample-plugin.png +%%SVN%%share/gnome/pixmaps/anjuta/anjuta-subversion.png +share/gnome/pixmaps/anjuta/anjuta-symbol-browser-plugin.png +share/gnome/pixmaps/anjuta/anjuta-terminal-plugin.png +share/gnome/pixmaps/anjuta/anjuta-tools-plugin.png +share/gnome/pixmaps/anjuta/anjuta_icon.png +share/gnome/pixmaps/anjuta/anjuta_icon.svg +share/gnome/pixmaps/anjuta/anjuta_logo.png +share/gnome/pixmaps/anjuta/anjuta_logo1.png +share/gnome/pixmaps/anjuta/anjuta_logo2.png +share/gnome/pixmaps/anjuta/anjuta_splash.png +share/gnome/pixmaps/anjuta/anjuta_splash_mini.png +share/gnome/pixmaps/anjuta/applogo.png +share/gnome/pixmaps/anjuta/appwiz_bonobo.png +share/gnome/pixmaps/anjuta/appwiz_bonobo2.png +share/gnome/pixmaps/anjuta/appwiz_gnome.png +share/gnome/pixmaps/anjuta/appwiz_gnome2.png +share/gnome/pixmaps/anjuta/appwiz_gnomemm.png +share/gnome/pixmaps/anjuta/appwiz_gnomemm2.png +share/gnome/pixmaps/anjuta/appwiz_gtk.png +share/gnome/pixmaps/anjuta/appwiz_gtk2.png +share/gnome/pixmaps/anjuta/appwiz_gtkmm.png +share/gnome/pixmaps/anjuta/appwiz_gtkmm2.png +share/gnome/pixmaps/anjuta/appwiz_libglade.png +share/gnome/pixmaps/anjuta/appwiz_libglade2.png +share/gnome/pixmaps/anjuta/appwiz_opengl.png +share/gnome/pixmaps/anjuta/appwiz_sdl.png +share/gnome/pixmaps/anjuta/appwiz_terminal.png +share/gnome/pixmaps/anjuta/appwiz_wxwin.png +share/gnome/pixmaps/anjuta/appwiz_xlib.png +share/gnome/pixmaps/anjuta/appwizard.png +share/gnome/pixmaps/anjuta/autocomplete-16.png +share/gnome/pixmaps/anjuta/autocomplete.png +share/gnome/pixmaps/anjuta/blank.xpm +share/gnome/pixmaps/anjuta/block-end-16.png +share/gnome/pixmaps/anjuta/block-end.png +share/gnome/pixmaps/anjuta/block-start-16.png +share/gnome/pixmaps/anjuta/block-start.png +share/gnome/pixmaps/anjuta/block_select.xpm +share/gnome/pixmaps/anjuta/bookmark-first-16.png +share/gnome/pixmaps/anjuta/bookmark-first.png +share/gnome/pixmaps/anjuta/bookmark-last-16.png +share/gnome/pixmaps/anjuta/bookmark-last.png +share/gnome/pixmaps/anjuta/bookmark-next-16.png +share/gnome/pixmaps/anjuta/bookmark-next.png +share/gnome/pixmaps/anjuta/bookmark-prev-16.png +share/gnome/pixmaps/anjuta/bookmark-prev.png +share/gnome/pixmaps/anjuta/bookmark_toggle.xpm +share/gnome/pixmaps/anjuta/breakpoint.png +share/gnome/pixmaps/anjuta/breakpoint.xpm +share/gnome/pixmaps/anjuta/build.xpm +share/gnome/pixmaps/anjuta/build_all.xpm +share/gnome/pixmaps/anjuta/calltip.xpm +share/gnome/pixmaps/anjuta/class_logo.xpm +share/gnome/pixmaps/anjuta/close_file_small.xpm +share/gnome/pixmaps/anjuta/close_project.png +share/gnome/pixmaps/anjuta/compile.xpm +share/gnome/pixmaps/anjuta/configure.xpm +share/gnome/pixmaps/anjuta/continue.xpm +share/gnome/pixmaps/anjuta/debug.xpm +share/gnome/pixmaps/anjuta/debug_stop.xpm +share/gnome/pixmaps/anjuta/detach-16.png +share/gnome/pixmaps/anjuta/detach.png +share/gnome/pixmaps/anjuta/directory-accept.png +share/gnome/pixmaps/anjuta/directory.png +share/gnome/pixmaps/anjuta/dock.xpm +share/gnome/pixmaps/anjuta/error-next-16.png +share/gnome/pixmaps/anjuta/error-next.png +share/gnome/pixmaps/anjuta/error-prev-16.png +share/gnome/pixmaps/anjuta/error-prev.png +share/gnome/pixmaps/anjuta/fold_close.xpm +share/gnome/pixmaps/anjuta/fold_open.xpm +share/gnome/pixmaps/anjuta/fold_toggle.xpm +share/gnome/pixmaps/anjuta/gtodo-about.png +share/gnome/pixmaps/anjuta/gtodo-edit.png +share/gnome/pixmaps/anjuta/gtodo.png +share/gnome/pixmaps/anjuta/gtodo_tray.png +share/gnome/pixmaps/anjuta/indent.xpm +share/gnome/pixmaps/anjuta/indent_auto.xpm +share/gnome/pixmaps/anjuta/indent_dcr.xpm +share/gnome/pixmaps/anjuta/indent_inc.xpm +share/gnome/pixmaps/anjuta/indent_set.xpm +share/gnome/pixmaps/anjuta/locals.png +share/gnome/pixmaps/anjuta/messages.xpm +share/gnome/pixmaps/anjuta/pointer.png +share/gnome/pixmaps/anjuta/preferences-editor.png +share/gnome/pixmaps/anjuta/preferences-messages.png +share/gnome/pixmaps/anjuta/preferences-terminal.png +share/gnome/pixmaps/anjuta/stack.png +share/gnome/pixmaps/anjuta/step-into-16.png +share/gnome/pixmaps/anjuta/step-into.png +share/gnome/pixmaps/anjuta/step-out-16.png +share/gnome/pixmaps/anjuta/step-out.png +share/gnome/pixmaps/anjuta/step-over-16.png +share/gnome/pixmaps/anjuta/step-over.png +share/gnome/pixmaps/anjuta/undock.png +share/gnome/pixmaps/anjuta/watch.png +share/locale/az/LC_MESSAGES/anjuta.mo +share/locale/be/LC_MESSAGES/anjuta.mo +share/locale/ca/LC_MESSAGES/anjuta.mo +share/locale/cs/LC_MESSAGES/anjuta.mo +share/locale/da/LC_MESSAGES/anjuta.mo +share/locale/de/LC_MESSAGES/anjuta.mo +share/locale/el/LC_MESSAGES/anjuta.mo +share/locale/en_CA/LC_MESSAGES/anjuta.mo +share/locale/en_GB/LC_MESSAGES/anjuta.mo +share/locale/es/LC_MESSAGES/anjuta.mo +share/locale/fr/LC_MESSAGES/anjuta.mo +share/locale/ga/LC_MESSAGES/anjuta.mo +share/locale/hi/LC_MESSAGES/anjuta.mo +share/locale/hr/LC_MESSAGES/anjuta.mo +share/locale/hu/LC_MESSAGES/anjuta.mo +share/locale/it/LC_MESSAGES/anjuta.mo +share/locale/ja/LC_MESSAGES/anjuta.mo +share/locale/ko/LC_MESSAGES/anjuta.mo +share/locale/mk/LC_MESSAGES/anjuta.mo +share/locale/ml/LC_MESSAGES/anjuta.mo +share/locale/ms/LC_MESSAGES/anjuta.mo +share/locale/nb/LC_MESSAGES/anjuta.mo +share/locale/ne/LC_MESSAGES/anjuta.mo +share/locale/nl/LC_MESSAGES/anjuta.mo +share/locale/no/LC_MESSAGES/anjuta.mo +share/locale/pa/LC_MESSAGES/anjuta.mo +share/locale/pl/LC_MESSAGES/anjuta.mo +share/locale/pt/LC_MESSAGES/anjuta.mo +share/locale/pt_BR/LC_MESSAGES/anjuta.mo +share/locale/ru/LC_MESSAGES/anjuta.mo +share/locale/rw/LC_MESSAGES/anjuta.mo +share/locale/sk/LC_MESSAGES/anjuta.mo +share/locale/sq/LC_MESSAGES/anjuta.mo +share/locale/sr/LC_MESSAGES/anjuta.mo +share/locale/sr@Latn/LC_MESSAGES/anjuta.mo +share/locale/sv/LC_MESSAGES/anjuta.mo +share/locale/tr/LC_MESSAGES/anjuta.mo +share/locale/uk/LC_MESSAGES/anjuta.mo +share/locale/zh_CN/LC_MESSAGES/anjuta.mo +share/locale/zh_TW/LC_MESSAGES/anjuta.mo +share/mime/application/x-anjuta.xml +share/mime/packages/anjuta.xml +@dirrm share/gnome/pixmaps/anjuta +@dirrm share/gnome/anjuta/ui +@unexec rm %D/share/gnome/anjuta/tags/*.anjutatags.gz 2>&1 >/dev/null || true +@dirrm share/gnome/anjuta/tags +@dirrm share/gnome/anjuta/properties +@dirrm share/gnome/anjuta/project/xlib-dock/src +@dirrm share/gnome/anjuta/project/xlib-dock/po +@dirrm share/gnome/anjuta/project/xlib-dock/ +@dirrm share/gnome/anjuta/project/xlib/src +@dirrm share/gnome/anjuta/project/xlib/po +@dirrm share/gnome/anjuta/project/xlib/ +@dirrm share/gnome/anjuta/project/wxwin/src +@dirrm share/gnome/anjuta/project/wxwin/po +@dirrm share/gnome/anjuta/project/wxwin/ +@dirrm share/gnome/anjuta/project/terminal/src +@dirrm share/gnome/anjuta/project/terminal/po +@dirrm share/gnome/anjuta/project/terminal/ +@dirrm share/gnome/anjuta/project/java/src +@dirrm share/gnome/anjuta/project/java/ +@dirrm share/gnome/anjuta/project/gtkmm/src +@dirrm share/gnome/anjuta/project/gtkmm/po +@dirrm share/gnome/anjuta/project/gtkmm/ +@dirrm share/gnome/anjuta/project/gtk/src +@dirrm share/gnome/anjuta/project/gtk/po +@dirrm share/gnome/anjuta/project/gtk/ +@dirrm share/gnome/anjuta/project/gnome/src +@dirrm share/gnome/anjuta/project/gnome/po +@dirrm share/gnome/anjuta/project/gnome/ +@dirrm share/gnome/anjuta/project/anjuta-plugin/src +@dirrm share/gnome/anjuta/project/anjuta-plugin/po +@dirrm share/gnome/anjuta/project/anjuta-plugin/ +@dirrm share/gnome/anjuta/project +@dirrm share/gnome/anjuta/profiles +@dirrm share/gnome/anjuta/gtodo +@dirrm share/gnome/anjuta/glade +@dirrm share/gnome/anjuta/class-templates +@dirrm share/gnome/anjuta/build +@dirrm share/gnome/anjuta +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm share/doc/libanjuta +@dirrm lib/anjuta +@dirrm include/libanjuta-1.0/libanjuta/interfaces +@dirrm include/libanjuta-1.0/libanjuta +@dirrm include/libanjuta-1.0 |