From 4e55f4fdbd44dee1442da5a496f38e5fcd7cc8d4 Mon Sep 17 00:00:00 2001 From: Oleg Borodin Date: Mon, 27 Dec 2021 19:41:38 +0200 Subject: [PATCH] added geany --- _alpha/geany-plugins/Makefile | 84 +++++ _alpha/geany-plugins/distinfo | 3 + .../files/patch-x-build-aux-ltmain.sh | 36 ++ _alpha/geany-plugins/pkg-deinstall | 17 + _alpha/geany-plugins/pkg-descr | 8 + _alpha/geany-plugins/pkg-install | 17 + _alpha/geany-plugins/pkg-plist | 337 +++++++++++++++++ _alpha/geany/Makefile | 78 ++++ _alpha/geany/distinfo | 3 + .../geany/files/patch-x-build-aux-ltmain.sh | 36 ++ _alpha/geany/files/patch-x-data-Makefile.in | 20 + .../patch-x-data-filetype_extensions.conf | 20 + _alpha/geany/files/patch-x-data-templates-bsd | 7 + .../files/patch-x-data-templates-fileheader | 7 + .../patch-x-data-templates-files-file.go | 14 + .../patch-x-data-templates-files-file.js | 11 + .../patch-x-data-templates-files-file.jsx | 33 ++ .../files/patch-x-data-templates-files-main.c | 12 + .../patch-x-data-templates-files-main.cpp | 12 + _alpha/geany/files/patch-x-data-templates-gpl | 7 + _alpha/geany/pkg-deinstall | 17 + _alpha/geany/pkg-descr | 6 + _alpha/geany/pkg-install | 17 + _alpha/geany/pkg-plist | 355 ++++++++++++++++++ 24 files changed, 1157 insertions(+) create mode 100644 _alpha/geany-plugins/Makefile create mode 100644 _alpha/geany-plugins/distinfo create mode 100644 _alpha/geany-plugins/files/patch-x-build-aux-ltmain.sh create mode 100644 _alpha/geany-plugins/pkg-deinstall create mode 100644 _alpha/geany-plugins/pkg-descr create mode 100644 _alpha/geany-plugins/pkg-install create mode 100644 _alpha/geany-plugins/pkg-plist create mode 100644 _alpha/geany/Makefile create mode 100644 _alpha/geany/distinfo create mode 100644 _alpha/geany/files/patch-x-build-aux-ltmain.sh create mode 100644 _alpha/geany/files/patch-x-data-Makefile.in create mode 100644 _alpha/geany/files/patch-x-data-filetype_extensions.conf create mode 100644 _alpha/geany/files/patch-x-data-templates-bsd create mode 100644 _alpha/geany/files/patch-x-data-templates-fileheader create mode 100644 _alpha/geany/files/patch-x-data-templates-files-file.go create mode 100644 _alpha/geany/files/patch-x-data-templates-files-file.js create mode 100644 _alpha/geany/files/patch-x-data-templates-files-file.jsx create mode 100644 _alpha/geany/files/patch-x-data-templates-files-main.c create mode 100644 _alpha/geany/files/patch-x-data-templates-files-main.cpp create mode 100644 _alpha/geany/files/patch-x-data-templates-gpl create mode 100644 _alpha/geany/pkg-deinstall create mode 100644 _alpha/geany/pkg-descr create mode 100644 _alpha/geany/pkg-install create mode 100644 _alpha/geany/pkg-plist diff --git a/_alpha/geany-plugins/Makefile b/_alpha/geany-plugins/Makefile new file mode 100644 index 00000000..8a6ecce6 --- /dev/null +++ b/_alpha/geany-plugins/Makefile @@ -0,0 +1,84 @@ +# +# $id$ +# +PORTNAME= geany-plugins +PORTVERSION= 1.38 +CATEGORIES= devel +MASTER_SITES= http://plugins.geany.org/geany-plugins/ + +MAINTAINER= homeunix7@gmail.com +COMMENT= Plugins for lightwidth editor - geany + +BUILD_DEPENDS= geany:${PORTSDIR}/xapp/geany +RUN_DEPENDS= geany:${PORTSDIR}/xapp/geany + +LIB_DEPENDS+= libexpat.so:${PORTSDIR}/text/libexpat +LIB_DEPENDS+= libxml2.so:${PORTSDIR}/text/libxml2 +LIB_DEPENDS+= libenchant.so:${PORTSDIR}/text/libenchant +LIB_DEPENDS+= libgtkspell.so:${PORTSDIR}/gnome/libgtkspell + +LIB_DEPENDS+= libgdk-pixbuf.so:gnome/libgtk2 +LIB_DEPENDS+= libgdk-x11.so:gnome/libgtk2 +LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2 + +RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2 +RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils + + +USES+= gmake tar:bz2 +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +#CONFIGURE_ARGS+= --enable-plugins="${BUILD_PLUGINS}" +#BUILD_PLUGINS=codenav,geanydoc,geanyextrasel,geanygdb,geanygendoc,geanyinsertnum,geanylatex,geanylipsum,geanyprj,geanysendmail,geanyvc,pretty-printer,shiftcolumn,spellcheck,treebrowser + +FILES= ${WRKSRC}/configure # ${WRKSRC}/wscript + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in +# @${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in + + ${REINPLACE_CMD} -e 's|gconf-2.0|gconf|g' ${FILES} + ${REINPLACE_CMD} -e 's|gdk-2.0|gdk|g' ${FILES} + ${REINPLACE_CMD} -e 's|gdk-pixbuf-2.0|gdk-pixbuf|g' ${FILES} + ${REINPLACE_CMD} -e 's|gio-2.0|gio|g' ${FILES} + ${REINPLACE_CMD} -e 's|glib-2.0|glib|g' ${FILES} + ${REINPLACE_CMD} -e 's|gmodule-2.0|gmodule|g' ${FILES} + ${REINPLACE_CMD} -e 's|gnome-vfs-2.0|gnome-vfs|g' ${FILES} + ${REINPLACE_CMD} -e 's|gobject-2.0|gobject|g' ${FILES} + ${REINPLACE_CMD} -e 's|gthread-2.0|gthread|g' ${FILES} + ${REINPLACE_CMD} -e 's|gtk+-2.0|gtk+|g' ${FILES} + ${REINPLACE_CMD} -e 's|libIDL-2.0|libIDL|g' ${FILES} + ${REINPLACE_CMD} -e 's|libgnome-2.0|libgnome|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxml-2.0|libxml2|g' ${FILES} + ${REINPLACE_CMD} -e 's|libart-2.0|libart|g' ${FILES} + + ${REINPLACE_CMD} -e 's|libglade-2.0|libglade|g' ${FILES} + ${REINPLACE_CMD} -e 's|gladeui-1.0|gladeui|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxfce4util-1.0|libxfce4util|g' ${FILES} + ${REINPLACE_CMD} -e 's|libstartup-notification-1.0|libstartup-notification|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfconf-0|xfconf|g' ${FILES} + ${REINPLACE_CMD} -e 's|exo-0.3|exo|g' ${FILES} + ${REINPLACE_CMD} -e 's|dbus-1|dbus|g' ${FILES} + ${REINPLACE_CMD} -e 's|dbus-glib-1|dbus-glib|g' ${FILES} + ${REINPLACE_CMD} -e 's|libwnck-1.0|libwnck|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfprint-1.0|xfprint|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfcegui4-1.0|xfcegui4|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxfce4menu-0.1|libxfce4menu|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfce4panel-1.0|xfce4panel|g' ${FILES} + ${REINPLACE_CMD} -e 's|thunarx-1|thunarx|g' ${FILES} + ${REINPLACE_CMD} -e 's|thunar-vfs-1|thunar-vfs|g' ${FILES} + + ${REINPLACE_CMD} -e 's|gtkspell-2.0|gtkspell|g' ${FILES} + + +##do-configure: +# BUILD_PLUGINS=$(${ECHO} ${BUILD_PLUGINS} | ${SED} -e 's/^,//') +# cd ${WRKSRC} && env ${CONFIGURE_ENV}; ${WRKSRC}/configure \ +# --enable-plugins="${BUILD_PLUGINS}" +# -b ${WRKSRC}/_build_ +#${WRKSRC}/waf + +.include +#EOF diff --git a/_alpha/geany-plugins/distinfo b/_alpha/geany-plugins/distinfo new file mode 100644 index 00000000..f98c6f88 --- /dev/null +++ b/_alpha/geany-plugins/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639219653 +SHA256 (geany-plugins-1.38.tar.bz2) = 1c578a7ebb390aa8882f195acd3d8da3ceb73925d291b28dec90cd3e5fd20586 +SIZE (geany-plugins-1.38.tar.bz2) = 3414888 diff --git a/_alpha/geany-plugins/files/patch-x-build-aux-ltmain.sh b/_alpha/geany-plugins/files/patch-x-build-aux-ltmain.sh new file mode 100644 index 00000000..8d7f6050 --- /dev/null +++ b/_alpha/geany-plugins/files/patch-x-build-aux-ltmain.sh @@ -0,0 +1,36 @@ +--- ./ltmain.sh.orig 2017-11-19 12:47:04.000000000 +0200 ++++ ./ltmain.sh 2017-12-07 12:53:42.104625000 +0200 +@@ -9024,13 +9024,13 @@ + # + case $version_type in + # correct linux to gnu/linux during the next big refactor +- darwin|freebsd-elf|linux|osf|windows|none) ++ darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age=$number_minor + revision=$number_revision + ;; +- freebsd-aout|qnx|sunos) ++ freebsd*|qnx|sunos) + current=$number_major + revision=$number_minor + age=0 +@@ -9110,15 +9110,9 @@ + esac + ;; + +- freebsd-aout) ++ freebsd*) + major=.$current +- versuffix=.$current.$revision +- ;; +- +- freebsd-elf) +- func_arith $current - $age +- major=.$func_arith_result +- versuffix=$major.$age.$revision ++ versuffix=.$current + ;; + + irix | nonstopux) diff --git a/_alpha/geany-plugins/pkg-deinstall b/_alpha/geany-plugins/pkg-deinstall new file mode 100644 index 00000000..daca5450 --- /dev/null +++ b/_alpha/geany-plugins/pkg-deinstall @@ -0,0 +1,17 @@ +#!/bin/sh + +set -x + +PREFIX=${PKG_PREFIX} +LOCALBASE=${PKG_PREFIX} + +case $2 in + DEINSTALL) + ;; + POST-DEINSTALL) + ${LOCALBASE}/bin/update-desktop-database -q ${PREFIX}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${PREFIX}/share/icons/hicolor +## ${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime + ;; +esac +#EOF diff --git a/_alpha/geany-plugins/pkg-descr b/_alpha/geany-plugins/pkg-descr new file mode 100644 index 00000000..481976ee --- /dev/null +++ b/_alpha/geany-plugins/pkg-descr @@ -0,0 +1,8 @@ +Geany is a small and lightweight integrated development environment. It was +developed to provide a small and fast IDE, which has only a few dependencies +on other packages. Another goal was to be as independent as possible from a +special Desktop Environment like KDE or GNOME. + +This port contains plugins for geany + +WWW: http://plugins.geany.org/ diff --git a/_alpha/geany-plugins/pkg-install b/_alpha/geany-plugins/pkg-install new file mode 100644 index 00000000..77275443 --- /dev/null +++ b/_alpha/geany-plugins/pkg-install @@ -0,0 +1,17 @@ +#!/bin/sh + +set -x + +PREFIX=${PKG_PREFIX} +LOCALBASE=${PKG_PREFIX} + +case $2 in + PRE-INSTALL) + ;; + POST-INSTALL) + ${LOCALBASE}/bin/update-desktop-database -q ${PREFIX}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${PREFIX}/share/icons/hicolor +## ${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime + ;; +esac +#EOF diff --git a/_alpha/geany-plugins/pkg-plist b/_alpha/geany-plugins/pkg-plist new file mode 100644 index 00000000..0af56c62 --- /dev/null +++ b/_alpha/geany-plugins/pkg-plist @@ -0,0 +1,337 @@ +lib/geany/addons.la +lib/geany/addons.so +lib/geany/autoclose.la +lib/geany/autoclose.so +lib/geany/automark.la +lib/geany/automark.so +lib/geany/codenav.la +lib/geany/codenav.so +lib/geany/commander.la +lib/geany/commander.so +lib/geany/defineformat.la +lib/geany/defineformat.so +lib/geany/geanyctags.la +lib/geany/geanyctags.so +lib/geany/geanydoc.la +lib/geany/geanydoc.so +lib/geany/geanyextrasel.la +lib/geany/geanyextrasel.so +lib/geany/geanyinsertnum.la +lib/geany/geanyinsertnum.so +lib/geany/geanymacro.la +lib/geany/geanymacro.so +lib/geany/geanyminiscript.la +lib/geany/geanyminiscript.so +lib/geany/geanynumberedbookmarks.la +lib/geany/geanynumberedbookmarks.so +lib/geany/geanypg.la +lib/geany/geanypg.so +lib/geany/geanyprj.la +lib/geany/geanyprj.so +lib/geany/geanyvc.la +lib/geany/geanyvc.so +lib/geany/keyrecord.la +lib/geany/keyrecord.so +lib/geany/latex.la +lib/geany/latex.so +lib/geany/lineoperations.la +lib/geany/lineoperations.so +lib/geany/lipsum.la +lib/geany/lipsum.so +lib/geany/overview.la +lib/geany/overview.so +lib/geany/pairtaghighlighter.la +lib/geany/pairtaghighlighter.so +lib/geany/pohelper.la +lib/geany/pohelper.so +lib/geany/pretty-printer.la +lib/geany/pretty-printer.so +lib/geany/projectorganizer.la +lib/geany/projectorganizer.so +lib/geany/sendmail.la +lib/geany/sendmail.so +lib/geany/shiftcolumn.la +lib/geany/shiftcolumn.so +lib/geany/spellcheck.la +lib/geany/spellcheck.so +lib/geany/tableconvert.la +lib/geany/tableconvert.so +lib/geany/treebrowser.la +lib/geany/treebrowser.so +lib/geany/vimode.la +lib/geany/vimode.so +lib/geany/xmlsnippets.la +lib/geany/xmlsnippets.so +lib/libgeanypluginutils.la +lib/libgeanypluginutils.so +lib/libgeanypluginutils.so.0 +share/doc/geany-plugins/addons/AUTHORS +share/doc/geany-plugins/addons/ChangeLog +share/doc/geany-plugins/addons/COPYING +share/doc/geany-plugins/addons/NEWS +share/doc/geany-plugins/addons/README +share/doc/geany-plugins/AUTHORS +share/doc/geany-plugins/autoclose/AUTHORS +share/doc/geany-plugins/autoclose/ChangeLog +share/doc/geany-plugins/autoclose/COPYING +share/doc/geany-plugins/autoclose/NEWS +share/doc/geany-plugins/autoclose/README +share/doc/geany-plugins/automark/AUTHORS +share/doc/geany-plugins/automark/ChangeLog +share/doc/geany-plugins/automark/COPYING +share/doc/geany-plugins/automark/NEWS +share/doc/geany-plugins/automark/README +share/doc/geany-plugins/ChangeLog +share/doc/geany-plugins/codenav/AUTHORS +share/doc/geany-plugins/codenav/ChangeLog +share/doc/geany-plugins/codenav/COPYING +share/doc/geany-plugins/codenav/NEWS +share/doc/geany-plugins/codenav/README +share/doc/geany-plugins/commander/AUTHORS +share/doc/geany-plugins/commander/ChangeLog +share/doc/geany-plugins/commander/COPYING +share/doc/geany-plugins/commander/NEWS +share/doc/geany-plugins/commander/README +share/doc/geany-plugins/COPYING +share/doc/geany-plugins/defineformat/AUTHORS +share/doc/geany-plugins/defineformat/ChangeLog +share/doc/geany-plugins/defineformat/COPYING +share/doc/geany-plugins/defineformat/NEWS +share/doc/geany-plugins/defineformat/README +share/doc/geany-plugins/geanyctags/AUTHORS +share/doc/geany-plugins/geanyctags/ChangeLog +share/doc/geany-plugins/geanyctags/COPYING +share/doc/geany-plugins/geanyctags/NEWS +share/doc/geany-plugins/geanyctags/README +share/doc/geany-plugins/geanydoc/AUTHORS +share/doc/geany-plugins/geanydoc/ChangeLog +share/doc/geany-plugins/geanydoc/COPYING +share/doc/geany-plugins/geanydoc/NEWS +share/doc/geany-plugins/geanydoc/README +share/doc/geany-plugins/geanyextrasel/AUTHORS +share/doc/geany-plugins/geanyextrasel/ChangeLog +share/doc/geany-plugins/geanyextrasel/COPYING +share/doc/geany-plugins/geanyextrasel/NEWS +share/doc/geany-plugins/geanyextrasel/README +share/doc/geany-plugins/geanyinsertnum/AUTHORS +share/doc/geany-plugins/geanyinsertnum/ChangeLog +share/doc/geany-plugins/geanyinsertnum/COPYING +share/doc/geany-plugins/geanyinsertnum/NEWS +share/doc/geany-plugins/geanyinsertnum/README +share/doc/geany-plugins/geanymacro/AUTHORS +share/doc/geany-plugins/geanymacro/ChangeLog +share/doc/geany-plugins/geanymacro/COPYING +share/doc/geany-plugins/geanymacro/NEWS +share/doc/geany-plugins/geanymacro/README +share/doc/geany-plugins/geanyminiscript/AUTHORS +share/doc/geany-plugins/geanyminiscript/ChangeLog +share/doc/geany-plugins/geanyminiscript/COPYING +share/doc/geany-plugins/geanyminiscript/NEWS +share/doc/geany-plugins/geanyminiscript/README +share/doc/geany-plugins/geanynumberedbookmarks/AUTHORS +share/doc/geany-plugins/geanynumberedbookmarks/ChangeLog +share/doc/geany-plugins/geanynumberedbookmarks/COPYING +share/doc/geany-plugins/geanynumberedbookmarks/NEWS +share/doc/geany-plugins/geanynumberedbookmarks/README +share/doc/geany-plugins/geanypg/AUTHORS +share/doc/geany-plugins/geanypg/ChangeLog +share/doc/geany-plugins/geanypg/COPYING +share/doc/geany-plugins/geanypg/NEWS +share/doc/geany-plugins/geanypg/README +share/doc/geany-plugins/geanyprj/AUTHORS +share/doc/geany-plugins/geanyprj/ChangeLog +share/doc/geany-plugins/geanyprj/COPYING +share/doc/geany-plugins/geanyprj/NEWS +share/doc/geany-plugins/geanyprj/README +share/doc/geany-plugins/geanyvc/AUTHORS +share/doc/geany-plugins/geanyvc/ChangeLog +share/doc/geany-plugins/geanyvc/COPYING +share/doc/geany-plugins/geanyvc/NEWS +share/doc/geany-plugins/geanyvc/README +share/doc/geany-plugins/keyrecord/AUTHORS +share/doc/geany-plugins/keyrecord/ChangeLog +share/doc/geany-plugins/keyrecord/COPYING +share/doc/geany-plugins/keyrecord/NEWS +share/doc/geany-plugins/keyrecord/README +share/doc/geany-plugins/latex/AUTHORS +share/doc/geany-plugins/latex/bibtex_reference.png +share/doc/geany-plugins/latex/ChangeLog +share/doc/geany-plugins/latex/COPYING +share/doc/geany-plugins/latex/insert_environment.png +share/doc/geany-plugins/latex/insert_label.png +share/doc/geany-plugins/latex/insert_reference.png +share/doc/geany-plugins/latex/insert_usepackage.png +share/doc/geany-plugins/latex/latex.css +share/doc/geany-plugins/latex/latex.html +share/doc/geany-plugins/latex/latex.pdf +share/doc/geany-plugins/latex/latex.tex +share/doc/geany-plugins/latex/latex2.html +share/doc/geany-plugins/latex/latex3.html +share/doc/geany-plugins/latex/latex4.html +share/doc/geany-plugins/latex/latexwizard.png +share/doc/geany-plugins/latex/NEWS +share/doc/geany-plugins/latex/plugin_manager.png +share/doc/geany-plugins/latex/README +share/doc/geany-plugins/latex/toolbar.png +share/doc/geany-plugins/lineoperations/AUTHORS +share/doc/geany-plugins/lineoperations/ChangeLog +share/doc/geany-plugins/lineoperations/COPYING +share/doc/geany-plugins/lineoperations/NEWS +share/doc/geany-plugins/lineoperations/README +share/doc/geany-plugins/lipsum/AUTHORS +share/doc/geany-plugins/lipsum/ChangeLog +share/doc/geany-plugins/lipsum/COPYING +share/doc/geany-plugins/lipsum/NEWS +share/doc/geany-plugins/lipsum/README +share/doc/geany-plugins/NEWS +share/doc/geany-plugins/overview/AUTHORS +share/doc/geany-plugins/overview/ChangeLog +share/doc/geany-plugins/overview/COPYING +share/doc/geany-plugins/overview/NEWS +share/doc/geany-plugins/overview/README +share/doc/geany-plugins/pairtaghighlighter/AUTHORS +share/doc/geany-plugins/pairtaghighlighter/ChangeLog +share/doc/geany-plugins/pairtaghighlighter/COPYING +share/doc/geany-plugins/pairtaghighlighter/NEWS +share/doc/geany-plugins/pairtaghighlighter/README +share/doc/geany-plugins/pohelper/AUTHORS +share/doc/geany-plugins/pohelper/ChangeLog +share/doc/geany-plugins/pohelper/COPYING +share/doc/geany-plugins/pohelper/NEWS +share/doc/geany-plugins/pohelper/README +share/doc/geany-plugins/projectorganizer/AUTHORS +share/doc/geany-plugins/projectorganizer/ChangeLog +share/doc/geany-plugins/projectorganizer/COPYING +share/doc/geany-plugins/projectorganizer/NEWS +share/doc/geany-plugins/projectorganizer/README +share/doc/geany-plugins/README +share/doc/geany-plugins/sendmail/AUTHORS +share/doc/geany-plugins/sendmail/ChangeLog +share/doc/geany-plugins/sendmail/COPYING +share/doc/geany-plugins/sendmail/NEWS +share/doc/geany-plugins/sendmail/README +share/doc/geany-plugins/shiftcolumn/AUTHORS +share/doc/geany-plugins/shiftcolumn/ChangeLog +share/doc/geany-plugins/shiftcolumn/COPYING +share/doc/geany-plugins/shiftcolumn/NEWS +share/doc/geany-plugins/shiftcolumn/README +share/doc/geany-plugins/spellcheck/AUTHORS +share/doc/geany-plugins/spellcheck/ChangeLog +share/doc/geany-plugins/spellcheck/COPYING +share/doc/geany-plugins/spellcheck/NEWS +share/doc/geany-plugins/spellcheck/README +share/doc/geany-plugins/tableconvert/AUTHORS +share/doc/geany-plugins/tableconvert/ChangeLog +share/doc/geany-plugins/tableconvert/COPYING +share/doc/geany-plugins/tableconvert/NEWS +share/doc/geany-plugins/tableconvert/README +share/doc/geany-plugins/treebrowser/AUTHORS +share/doc/geany-plugins/treebrowser/ChangeLog +share/doc/geany-plugins/treebrowser/COPYING +share/doc/geany-plugins/treebrowser/NEWS +share/doc/geany-plugins/treebrowser/README +share/doc/geany-plugins/vimode/AUTHORS +share/doc/geany-plugins/vimode/ChangeLog +share/doc/geany-plugins/vimode/COPYING +share/doc/geany-plugins/vimode/NEWS +share/doc/geany-plugins/vimode/README +share/doc/geany-plugins/xmlsnippets/AUTHORS +share/doc/geany-plugins/xmlsnippets/ChangeLog +share/doc/geany-plugins/xmlsnippets/COPYING +share/doc/geany-plugins/xmlsnippets/NEWS +share/doc/geany-plugins/xmlsnippets/README +share/geany-plugins/overview/prefs.ui +share/geany-plugins/pohelper/menus.ui +share/geany-plugins/pohelper/stats.ui +share/locale/be/LC_MESSAGES/geany-plugins.mo +share/locale/ca/LC_MESSAGES/geany-plugins.mo +share/locale/da/LC_MESSAGES/geany-plugins.mo +share/locale/de/LC_MESSAGES/geany-plugins.mo +share/locale/el/LC_MESSAGES/geany-plugins.mo +share/locale/es/LC_MESSAGES/geany-plugins.mo +share/locale/fr/LC_MESSAGES/geany-plugins.mo +share/locale/gl/LC_MESSAGES/geany-plugins.mo +share/locale/it/LC_MESSAGES/geany-plugins.mo +share/locale/ja/LC_MESSAGES/geany-plugins.mo +share/locale/kk/LC_MESSAGES/geany-plugins.mo +share/locale/nl/LC_MESSAGES/geany-plugins.mo +share/locale/pt_BR/LC_MESSAGES/geany-plugins.mo +share/locale/pt/LC_MESSAGES/geany-plugins.mo +share/locale/ru/LC_MESSAGES/geany-plugins.mo +share/locale/tr/LC_MESSAGES/geany-plugins.mo +share/locale/uk/LC_MESSAGES/geany-plugins.mo +share/locale/zh_CN/LC_MESSAGES/geany-plugins.mo +@dir lib/geany +@dir share/doc/geany-plugins/addons +@dir share/doc/geany-plugins/autoclose +@dir share/doc/geany-plugins/automark +@dir share/doc/geany-plugins/codenav +@dir share/doc/geany-plugins/commander +@dir share/doc/geany-plugins/defineformat +@dir share/doc/geany-plugins/geanyctags +@dir share/doc/geany-plugins/geanydoc +@dir share/doc/geany-plugins/geanyextrasel +@dir share/doc/geany-plugins/geanyinsertnum +@dir share/doc/geany-plugins/geanymacro +@dir share/doc/geany-plugins/geanyminiscript +@dir share/doc/geany-plugins/geanynumberedbookmarks +@dir share/doc/geany-plugins/geanypg +@dir share/doc/geany-plugins/geanyprj +@dir share/doc/geany-plugins/geanyvc +@dir share/doc/geany-plugins/keyrecord +@dir share/doc/geany-plugins/latex +@dir share/doc/geany-plugins/lineoperations +@dir share/doc/geany-plugins/lipsum +@dir share/doc/geany-plugins/overview +@dir share/doc/geany-plugins/pairtaghighlighter +@dir share/doc/geany-plugins/pohelper +@dir share/doc/geany-plugins/projectorganizer +@dir share/doc/geany-plugins/sendmail +@dir share/doc/geany-plugins/shiftcolumn +@dir share/doc/geany-plugins/spellcheck +@dir share/doc/geany-plugins/tableconvert +@dir share/doc/geany-plugins/treebrowser +@dir share/doc/geany-plugins/vimode +@dir share/doc/geany-plugins/xmlsnippets +@dir share/doc/geany-plugins +@dir share/doc +@dir share/geany-plugins/overview +@dir share/geany-plugins/pohelper +@dir share/geany-plugins +@dir share/locale/be/LC_MESSAGES +@dir share/locale/be +@dir share/locale/ca/LC_MESSAGES +@dir share/locale/ca +@dir share/locale/da/LC_MESSAGES +@dir share/locale/da +@dir share/locale/de/LC_MESSAGES +@dir share/locale/de +@dir share/locale/el/LC_MESSAGES +@dir share/locale/el +@dir share/locale/es/LC_MESSAGES +@dir share/locale/es +@dir share/locale/fr/LC_MESSAGES +@dir share/locale/fr +@dir share/locale/gl/LC_MESSAGES +@dir share/locale/gl +@dir share/locale/it/LC_MESSAGES +@dir share/locale/it +@dir share/locale/ja/LC_MESSAGES +@dir share/locale/ja +@dir share/locale/kk/LC_MESSAGES +@dir share/locale/kk +@dir share/locale/nl/LC_MESSAGES +@dir share/locale/nl +@dir share/locale/pt/LC_MESSAGES +@dir share/locale/pt +@dir share/locale/pt_BR/LC_MESSAGES +@dir share/locale/pt_BR +@dir share/locale/ru/LC_MESSAGES +@dir share/locale/ru +@dir share/locale/tr/LC_MESSAGES +@dir share/locale/tr +@dir share/locale/uk/LC_MESSAGES +@dir share/locale/uk +@dir share/locale/zh_CN/LC_MESSAGES +@dir share/locale/zh_CN +@dir share/locale diff --git a/_alpha/geany/Makefile b/_alpha/geany/Makefile new file mode 100644 index 00000000..8912cb29 --- /dev/null +++ b/_alpha/geany/Makefile @@ -0,0 +1,78 @@ +# +# $Id$ +# +PORTNAME= geany +PORTVERSION= 1.38 +CATEGORIES= devel +MASTER_SITES= http://download.geany.org/ SF + + +MAINTAINER= homeunix7@gmail.com +COMMENT= A fast and lightweight GTK+ IDE + +LIB_DEPENDS+= libgdk-pixbuf.so:gnome/libgtk2 +LIB_DEPENDS+= libgdk-x11.so:gnome/libgtk2 +LIB_DEPENDS+= libgtk-x11.so:gnome/libgtk2 + +RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2 +RUN_DEPENDS+= update-desktop-database:xfce/desktop-file-utils + + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USES+= gmake tar:bz2 + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= geany.1 + +CONFIGURE_ARGS+=--enable-vte +#CONFIGURE_ARGS+=--disable-vte +CONFIGURE_ARGS+= --enable-gtk2 + +FILES= ${WRKSRC}/configure ${WRKSRC}/*.pc.in + +post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS/ s|doc||' ${WRKSRC}/Makefile.in +# @${REINPLACE_CMD} -e "s|docs||g" ${WRKSRC}/Makefile.in + + ${REINPLACE_CMD} -e 's|gconf-2.0|gconf|g' ${FILES} + ${REINPLACE_CMD} -e 's|gdk-2.0|gdk|g' ${FILES} + ${REINPLACE_CMD} -e 's|gdk-pixbuf-2.0|gdk-pixbuf|g' ${FILES} + ${REINPLACE_CMD} -e 's|gio-2.0|gio|g' ${FILES} + ${REINPLACE_CMD} -e 's|glib-2.0|glib|g' ${FILES} + ${REINPLACE_CMD} -e 's|gmodule-2.0|gmodule|g' ${FILES} + ${REINPLACE_CMD} -e 's|gmodule-no-export-2.0|gmodule-no-export|g' ${FILES} + ${REINPLACE_CMD} -e 's|gnome-vfs-2.0|gnome-vfs|g' ${FILES} + ${REINPLACE_CMD} -e 's|gobject-2.0|gobject|g' ${FILES} + ${REINPLACE_CMD} -e 's|gthread-2.0|gthread|g' ${FILES} + ${REINPLACE_CMD} -e 's|gtk+-2.0|gtk+|g' ${FILES} + ${REINPLACE_CMD} -e 's|libIDL-2.0|libIDL|g' ${FILES} + ${REINPLACE_CMD} -e 's|libgnome-2.0|libgnome|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxml-2.0|libxml2|g' ${FILES} + ${REINPLACE_CMD} -e 's|libart-2.0|libart|g' ${FILES} + + ${REINPLACE_CMD} -e 's|libglade-2.0|libglade|g' ${FILES} + ${REINPLACE_CMD} -e 's|gladeui-1.0|gladeui|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxfce4util-1.0|libxfce4util|g' ${FILES} + ${REINPLACE_CMD} -e 's|libstartup-notification-1.0|libstartup-notification|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfconf-0|xfconf|g' ${FILES} + ${REINPLACE_CMD} -e 's|exo-0.3|exo|g' ${FILES} + ${REINPLACE_CMD} -e 's|dbus-1|dbus|g' ${FILES} + ${REINPLACE_CMD} -e 's|dbus-glib-1|dbus-glib|g' ${FILES} + ${REINPLACE_CMD} -e 's|libwnck-1.0|libwnck|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfprint-1.0|xfprint|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfcegui4-1.0|xfcegui4|g' ${FILES} + ${REINPLACE_CMD} -e 's|libxfce4menu-0.1|libxfce4menu|g' ${FILES} + ${REINPLACE_CMD} -e 's|xfce4panel-1.0|xfce4panel|g' ${FILES} + ${REINPLACE_CMD} -e 's|thunarx-1|thunarx|g' ${FILES} + ${REINPLACE_CMD} -e 's|thunar-vfs-1|thunar-vfs|g' ${FILES} + + +post-install: + ${INSTALL_MAN} ${WRKSRC}/doc/geany.1 ${MAN1PREFIX}/man/man1 + + +.include +#EOF diff --git a/_alpha/geany/distinfo b/_alpha/geany/distinfo new file mode 100644 index 00000000..d59cb9ea --- /dev/null +++ b/_alpha/geany/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1639218009 +SHA256 (geany-1.38.tar.bz2) = abff176e4d48bea35ee53037c49c82f90b6d4c23e69aed6e4a5ca8ccd3aad546 +SIZE (geany-1.38.tar.bz2) = 4860717 diff --git a/_alpha/geany/files/patch-x-build-aux-ltmain.sh b/_alpha/geany/files/patch-x-build-aux-ltmain.sh new file mode 100644 index 00000000..f3213b09 --- /dev/null +++ b/_alpha/geany/files/patch-x-build-aux-ltmain.sh @@ -0,0 +1,36 @@ +--- ./build-aux/ltmain.sh.orig 2017-11-19 12:47:04.000000000 +0200 ++++ ./build-aux/ltmain.sh 2017-12-07 12:53:42.104625000 +0200 +@@ -9024,13 +9024,13 @@ + # + case $version_type in + # correct linux to gnu/linux during the next big refactor +- darwin|freebsd-elf|linux|osf|windows|none) ++ darwin|linux|osf|windows|none) + func_arith $number_major + $number_minor + current=$func_arith_result + age=$number_minor + revision=$number_revision + ;; +- freebsd-aout|qnx|sunos) ++ freebsd*|qnx|sunos) + current=$number_major + revision=$number_minor + age=0 +@@ -9110,15 +9110,9 @@ + esac + ;; + +- freebsd-aout) ++ freebsd*) + major=.$current +- versuffix=.$current.$revision +- ;; +- +- freebsd-elf) +- func_arith $current - $age +- major=.$func_arith_result +- versuffix=$major.$age.$revision ++ versuffix=.$current + ;; + + irix | nonstopux) diff --git a/_alpha/geany/files/patch-x-data-Makefile.in b/_alpha/geany/files/patch-x-data-Makefile.in new file mode 100644 index 00000000..f1ba5b02 --- /dev/null +++ b/_alpha/geany/files/patch-x-data-Makefile.in @@ -0,0 +1,20 @@ +--- ./data/Makefile.in.orig 2019-09-28 14:38:52.000000000 +0200 ++++ ./data/Makefile.in 2019-12-30 08:50:31.788564000 +0200 +@@ -492,13 +492,16 @@ + tags/entities.html.tags + + template_files = \ ++ templates/files/file.js \ ++ templates/files/file.jsx \ ++ templates/files/file.go \ + templates/files/file.html \ + templates/files/file_html5.html \ + templates/files/file.php \ + templates/files/file.rb \ + templates/files/file.tex \ + templates/files/main.c \ +- templates/files/main.cxx \ ++ templates/files/main.cpp \ + templates/files/main.d \ + templates/files/main.java \ + templates/files/main.py \ diff --git a/_alpha/geany/files/patch-x-data-filetype_extensions.conf b/_alpha/geany/files/patch-x-data-filetype_extensions.conf new file mode 100644 index 00000000..9c0b532e --- /dev/null +++ b/_alpha/geany/files/patch-x-data-filetype_extensions.conf @@ -0,0 +1,20 @@ +--- ./data/filetype_extensions.conf.orig 2019-09-28 14:38:17.000000000 +0200 ++++ ./data/filetype_extensions.conf 2019-12-30 08:56:49.024001000 +0200 +@@ -40,7 +40,7 @@ + Haxe=*.hx; + HTML=*.htm;*.html;*.shtml;*.hta;*.htd;*.htt;*.cfm;*.tpl; + Java=*.java;*.jsp; +-Javascript=*.js; ++Javascript=*.js;*.jsx; + JSON=*.json; + Kotlin=*.kt;*.kts; + LaTeX=*.tex;*.sty;*.idx;*.ltx;*.latex;*.aux;*.bib; +@@ -68,7 +68,7 @@ + Swift=*.swift; + Tcl=*.tcl;*.tk;*.wish;*.exp; + Txt2tags=*.t2t; +-TypeScript=*.ts; ++TypeScript=*.ts;*.tsx; + Vala=*.vala;*.vapi; + Verilog=*.v; + VHDL=*.vhd;*.vhdl; diff --git a/_alpha/geany/files/patch-x-data-templates-bsd b/_alpha/geany/files/patch-x-data-templates-bsd new file mode 100644 index 00000000..454bd2ab --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-bsd @@ -0,0 +1,7 @@ +--- ./data/templates/bsd.orig 2018-12-16 13:02:55.000000000 +0200 ++++ ./data/templates/bsd 2019-03-26 14:47:30.452030000 +0200 +@@ -23,4 +23,3 @@ + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +- diff --git a/_alpha/geany/files/patch-x-data-templates-fileheader b/_alpha/geany/files/patch-x-data-templates-fileheader new file mode 100644 index 00000000..0cddab7e --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-fileheader @@ -0,0 +1,7 @@ +--- ./data/templates/fileheader.orig 2018-12-16 13:02:55.000000000 +0200 ++++ ./data/templates/fileheader 2019-03-26 14:47:06.863703000 +0200 +@@ -1,4 +1,3 @@ +-{filename} + + Copyright {year} {developer} <{mail}> + diff --git a/_alpha/geany/files/patch-x-data-templates-files-file.go b/_alpha/geany/files/patch-x-data-templates-files-file.go new file mode 100644 index 00000000..f008e847 --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-files-file.go @@ -0,0 +1,14 @@ +--- ./data/templates/files/file.go.orig 2019-12-30 08:34:58.340214000 +0200 ++++ ./data/templates/files/file.go 2019-12-30 08:34:58.340297000 +0200 +@@ -0,0 +1,11 @@ ++{fileheader} ++ ++package main ++ ++import ( ++ "fmt" ++) ++ ++func main() { ++ ++} diff --git a/_alpha/geany/files/patch-x-data-templates-files-file.js b/_alpha/geany/files/patch-x-data-templates-files-file.js new file mode 100644 index 00000000..8c1a2c0a --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-files-file.js @@ -0,0 +1,11 @@ +--- ./data/templates/files/file.js.orig 2019-12-30 08:35:31.447418000 +0200 ++++ ./data/templates/files/file.js 2019-12-30 08:49:39.349962000 +0200 +@@ -0,0 +1,8 @@ ++{fileheader} ++ ++class Some { ++ constructor() { ++ } ++}; ++ ++var some = new Some; diff --git a/_alpha/geany/files/patch-x-data-templates-files-file.jsx b/_alpha/geany/files/patch-x-data-templates-files-file.jsx new file mode 100644 index 00000000..d4d20070 --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-files-file.jsx @@ -0,0 +1,33 @@ +--- ./data/templates/files/file.jsx.orig 2019-12-30 08:39:44.312180000 +0200 ++++ ./data/templates/files/file.jsx 2019-12-30 08:46:20.622156000 +0200 +@@ -0,0 +1,30 @@ ++{fileheader} ++ ++import React from 'react' ++ ++export class Hello extends React.Component { ++ ++ static defaultProps = { ++ some: "bare", ++ } ++ ++ constructor(props){ ++ super(props) ++ this.state = { ++ key: value ++ } ++ } ++ ++ render() { ++ return( ++
++ {this.props.some} ++ ++ { this.props.children } ++
++ ) ++ } ++} ++ ++export default Hello; ++ diff --git a/_alpha/geany/files/patch-x-data-templates-files-main.c b/_alpha/geany/files/patch-x-data-templates-files-main.c new file mode 100644 index 00000000..3cb3c360 --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-files-main.c @@ -0,0 +1,12 @@ +--- ./data/templates/files/main.c.orig 2018-12-16 13:02:55.000000000 +0200 ++++ ./data/templates/files/main.c 2019-03-26 14:48:33.380338000 +0200 +@@ -2,8 +2,7 @@ + + #include + +-int main(int argc, char **argv) +-{ ++int main(int argc, char **argv) { + + return 0; + } diff --git a/_alpha/geany/files/patch-x-data-templates-files-main.cpp b/_alpha/geany/files/patch-x-data-templates-files-main.cpp new file mode 100644 index 00000000..87a13dc7 --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-files-main.cpp @@ -0,0 +1,12 @@ +--- ./data/templates/files/main.cpp.orig 2019-03-26 14:48:25.307168000 +0200 ++++ ./data/templates/files/main.cpp 2019-03-26 14:48:08.365742000 +0200 +@@ -0,0 +1,9 @@ ++{fileheader} ++ ++#include ++ ++int main(int argc, char **argv) { ++ ++ return 0; ++} ++ diff --git a/_alpha/geany/files/patch-x-data-templates-gpl b/_alpha/geany/files/patch-x-data-templates-gpl new file mode 100644 index 00000000..d8aac1ed --- /dev/null +++ b/_alpha/geany/files/patch-x-data-templates-gpl @@ -0,0 +1,7 @@ +--- ./data/templates/gpl.orig 2018-12-16 13:02:55.000000000 +0200 ++++ ./data/templates/gpl 2019-03-26 14:46:40.120150000 +0200 +@@ -12,4 +12,3 @@ + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. +- diff --git a/_alpha/geany/pkg-deinstall b/_alpha/geany/pkg-deinstall new file mode 100644 index 00000000..daca5450 --- /dev/null +++ b/_alpha/geany/pkg-deinstall @@ -0,0 +1,17 @@ +#!/bin/sh + +set -x + +PREFIX=${PKG_PREFIX} +LOCALBASE=${PKG_PREFIX} + +case $2 in + DEINSTALL) + ;; + POST-DEINSTALL) + ${LOCALBASE}/bin/update-desktop-database -q ${PREFIX}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${PREFIX}/share/icons/hicolor +## ${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime + ;; +esac +#EOF diff --git a/_alpha/geany/pkg-descr b/_alpha/geany/pkg-descr new file mode 100644 index 00000000..fd1ba0fe --- /dev/null +++ b/_alpha/geany/pkg-descr @@ -0,0 +1,6 @@ +Geany is a small and lightweight integrated development environment. It was +developed to provide a small and fast IDE, which has only a few dependencies +on other packages. Another goal was to be as independent as possible from a +special Desktop Environment like KDE or GNOME. + +WWW: http://geany.uvena.de/ diff --git a/_alpha/geany/pkg-install b/_alpha/geany/pkg-install new file mode 100644 index 00000000..77275443 --- /dev/null +++ b/_alpha/geany/pkg-install @@ -0,0 +1,17 @@ +#!/bin/sh + +set -x + +PREFIX=${PKG_PREFIX} +LOCALBASE=${PKG_PREFIX} + +case $2 in + PRE-INSTALL) + ;; + POST-INSTALL) + ${LOCALBASE}/bin/update-desktop-database -q ${PREFIX}/share/applications + ${LOCALBASE}/bin/gtk-update-icon-cache -q ${PREFIX}/share/icons/hicolor +## ${LOCALBASE}/bin/update-mime-database ${PREFIX}/share/mime + ;; +esac +#EOF diff --git a/_alpha/geany/pkg-plist b/_alpha/geany/pkg-plist new file mode 100644 index 00000000..bb9da696 --- /dev/null +++ b/_alpha/geany/pkg-plist @@ -0,0 +1,355 @@ +bin/geany +include/geany/app.h +include/geany/build.h +include/geany/dialogs.h +include/geany/document.h +include/geany/editor.h +include/geany/encodings.h +include/geany/filetypes.h +include/geany/geany.h +include/geany/geanyfunctions.h +include/geany/geanyplugin.h +include/geany/gtkcompat.h +include/geany/highlighting.h +include/geany/keybindings.h +include/geany/main.h +include/geany/msgwindow.h +include/geany/navqueue.h +include/geany/plugindata.h +include/geany/pluginutils.h +include/geany/prefs.h +include/geany/project.h +include/geany/scintilla/Compat.h +include/geany/scintilla/Sci_Position.h +include/geany/scintilla/SciLexer.h +include/geany/scintilla/Scintilla.h +include/geany/scintilla/Scintilla.iface +include/geany/scintilla/ScintillaWidget.h +include/geany/sciwrappers.h +include/geany/search.h +include/geany/spawn.h +include/geany/stash.h +include/geany/support.h +include/geany/symbols.h +include/geany/tagmanager/tm_parser.h +include/geany/tagmanager/tm_source_file.h +include/geany/tagmanager/tm_tag.h +include/geany/tagmanager/tm_workspace.h +include/geany/templates.h +include/geany/toolbar.h +include/geany/ui_utils.h +include/geany/utils.h +lib/geany/classbuilder.la +lib/geany/classbuilder.so +lib/geany/export.la +lib/geany/export.so +lib/geany/filebrowser.la +lib/geany/filebrowser.so +lib/geany/htmlchars.la +lib/geany/htmlchars.so +lib/geany/saveactions.la +lib/geany/saveactions.so +lib/geany/splitwindow.la +lib/geany/splitwindow.so +lib/libgeany.la +lib/libgeany.so +lib/libgeany.so.0 +lib/pkgconfig/geany.pc +share/applications/geany.desktop +share/geany/colorschemes/alt.conf +share/geany/filedefs/filetypes.abaqus +share/geany/filedefs/filetypes.abc +share/geany/filedefs/filetypes.actionscript +share/geany/filedefs/filetypes.ada +share/geany/filedefs/filetypes.Arduino.conf +share/geany/filedefs/filetypes.asciidoc +share/geany/filedefs/filetypes.asm +share/geany/filedefs/filetypes.batch +share/geany/filedefs/filetypes.bibtex +share/geany/filedefs/filetypes.c +share/geany/filedefs/filetypes.caml +share/geany/filedefs/filetypes.Clojure.conf +share/geany/filedefs/filetypes.cmake +share/geany/filedefs/filetypes.cobol +share/geany/filedefs/filetypes.coffeescript +share/geany/filedefs/filetypes.common +share/geany/filedefs/filetypes.conf +share/geany/filedefs/filetypes.cpp +share/geany/filedefs/filetypes.cs +share/geany/filedefs/filetypes.css +share/geany/filedefs/filetypes.CUDA.conf +share/geany/filedefs/filetypes.Cython.conf +share/geany/filedefs/filetypes.d +share/geany/filedefs/filetypes.diff +share/geany/filedefs/filetypes.docbook +share/geany/filedefs/filetypes.erlang +share/geany/filedefs/filetypes.f77 +share/geany/filedefs/filetypes.ferite +share/geany/filedefs/filetypes.forth +share/geany/filedefs/filetypes.fortran +share/geany/filedefs/filetypes.freebasic +share/geany/filedefs/filetypes.Genie.conf +share/geany/filedefs/filetypes.glsl +share/geany/filedefs/filetypes.go +share/geany/filedefs/filetypes.Graphviz.conf +share/geany/filedefs/filetypes.Groovy.conf +share/geany/filedefs/filetypes.haskell +share/geany/filedefs/filetypes.haxe +share/geany/filedefs/filetypes.html +share/geany/filedefs/filetypes.java +share/geany/filedefs/filetypes.javascript +share/geany/filedefs/filetypes.JSON.conf +share/geany/filedefs/filetypes.julia +share/geany/filedefs/filetypes.Kotlin.conf +share/geany/filedefs/filetypes.latex +share/geany/filedefs/filetypes.lisp +share/geany/filedefs/filetypes.lua +share/geany/filedefs/filetypes.makefile +share/geany/filedefs/filetypes.markdown +share/geany/filedefs/filetypes.matlab +share/geany/filedefs/filetypes.Meson.conf +share/geany/filedefs/filetypes.Nim.conf +share/geany/filedefs/filetypes.nsis +share/geany/filedefs/filetypes.objectivec +share/geany/filedefs/filetypes.pascal +share/geany/filedefs/filetypes.perl +share/geany/filedefs/filetypes.php +share/geany/filedefs/filetypes.po +share/geany/filedefs/filetypes.powershell +share/geany/filedefs/filetypes.python +share/geany/filedefs/filetypes.r +share/geany/filedefs/filetypes.restructuredtext +share/geany/filedefs/filetypes.ruby +share/geany/filedefs/filetypes.rust +share/geany/filedefs/filetypes.Scala.conf +share/geany/filedefs/filetypes.sh +share/geany/filedefs/filetypes.smalltalk +share/geany/filedefs/filetypes.sql +share/geany/filedefs/filetypes.Swift.conf +share/geany/filedefs/filetypes.tcl +share/geany/filedefs/filetypes.txt2tags +share/geany/filedefs/filetypes.TypeScript.conf +share/geany/filedefs/filetypes.vala +share/geany/filedefs/filetypes.verilog +share/geany/filedefs/filetypes.vhdl +share/geany/filedefs/filetypes.xml +share/geany/filedefs/filetypes.yaml +share/geany/filedefs/filetypes.zephir +share/geany/filetype_extensions.conf +share/geany/geany-3.0.css +share/geany/geany-3.20.css +share/geany/geany.css +share/geany/geany.glade +share/geany/GPL-2 +share/geany/snippets.conf +share/geany/tags/entities.html.tags +share/geany/tags/std.pas.tags +share/geany/tags/std.php.tags +share/geany/tags/std.py.tags +share/geany/tags/std99.c.tags +share/geany/templates/bsd +share/geany/templates/changelog +share/geany/templates/fileheader +share/geany/templates/files/file_html5.html +share/geany/templates/files/file.go +share/geany/templates/files/file.html +share/geany/templates/files/file.js +share/geany/templates/files/file.jsx +share/geany/templates/files/file.php +share/geany/templates/files/file.rb +share/geany/templates/files/file.tex +share/geany/templates/files/main.c +share/geany/templates/files/main.cpp +share/geany/templates/files/main.d +share/geany/templates/files/main.java +share/geany/templates/files/main.py +share/geany/templates/files/main.vala +share/geany/templates/files/module.erl +share/geany/templates/files/program.pas +share/geany/templates/function +share/geany/templates/gpl +share/geany/ui_toolbar.xml +share/icons/hicolor/16x16/actions/geany-build.png +share/icons/hicolor/16x16/actions/geany-close-all.png +share/icons/hicolor/16x16/actions/geany-save-all.png +share/icons/hicolor/16x16/apps/classviewer-class.png +share/icons/hicolor/16x16/apps/classviewer-macro.png +share/icons/hicolor/16x16/apps/classviewer-member.png +share/icons/hicolor/16x16/apps/classviewer-method.png +share/icons/hicolor/16x16/apps/classviewer-namespace.png +share/icons/hicolor/16x16/apps/classviewer-other.png +share/icons/hicolor/16x16/apps/classviewer-struct.png +share/icons/hicolor/16x16/apps/classviewer-var.png +share/icons/hicolor/16x16/apps/geany.png +share/icons/hicolor/24x24/actions/geany-build.png +share/icons/hicolor/24x24/actions/geany-close-all.png +share/icons/hicolor/24x24/actions/geany-save-all.png +share/icons/hicolor/32x32/actions/geany-build.png +share/icons/hicolor/32x32/actions/geany-close-all.png +share/icons/hicolor/32x32/actions/geany-save-all.png +share/icons/hicolor/32x32/apps/geany.png +share/icons/hicolor/48x48/actions/geany-build.png +share/icons/hicolor/48x48/actions/geany-close-all.png +share/icons/hicolor/48x48/actions/geany-save-all.png +share/icons/hicolor/48x48/apps/geany.png +share/icons/hicolor/scalable/actions/geany-build.svg +share/icons/hicolor/scalable/actions/geany-close-all.svg +share/icons/hicolor/scalable/actions/geany-save-all.svg +share/icons/hicolor/scalable/apps/geany.svg +share/icons/Tango/16x16/actions/geany-save-all.png +share/icons/Tango/24x24/actions/geany-save-all.png +share/icons/Tango/32x32/actions/geany-save-all.png +share/icons/Tango/48x48/actions/geany-save-all.png +share/icons/Tango/scalable/actions/geany-save-all.svg +share/locale/ar/LC_MESSAGES/geany.mo +share/locale/ast/LC_MESSAGES/geany.mo +share/locale/be/LC_MESSAGES/geany.mo +share/locale/bg/LC_MESSAGES/geany.mo +share/locale/ca/LC_MESSAGES/geany.mo +share/locale/cs/LC_MESSAGES/geany.mo +share/locale/da/LC_MESSAGES/geany.mo +share/locale/de/LC_MESSAGES/geany.mo +share/locale/el/LC_MESSAGES/geany.mo +share/locale/en_GB/LC_MESSAGES/geany.mo +share/locale/es/LC_MESSAGES/geany.mo +share/locale/et/LC_MESSAGES/geany.mo +share/locale/eu/LC_MESSAGES/geany.mo +share/locale/fa/LC_MESSAGES/geany.mo +share/locale/fi/LC_MESSAGES/geany.mo +share/locale/fr/LC_MESSAGES/geany.mo +share/locale/gl/LC_MESSAGES/geany.mo +share/locale/he/LC_MESSAGES/geany.mo +share/locale/hi/LC_MESSAGES/geany.mo +share/locale/hu/LC_MESSAGES/geany.mo +share/locale/id/LC_MESSAGES/geany.mo +share/locale/ie/LC_MESSAGES/geany.mo +share/locale/it/LC_MESSAGES/geany.mo +share/locale/ja/LC_MESSAGES/geany.mo +share/locale/kk/LC_MESSAGES/geany.mo +share/locale/ko/LC_MESSAGES/geany.mo +share/locale/ku/LC_MESSAGES/geany.mo +share/locale/lb/LC_MESSAGES/geany.mo +share/locale/lt/LC_MESSAGES/geany.mo +share/locale/lv/LC_MESSAGES/geany.mo +share/locale/mn/LC_MESSAGES/geany.mo +share/locale/nl/LC_MESSAGES/geany.mo +share/locale/nn/LC_MESSAGES/geany.mo +share/locale/pl/LC_MESSAGES/geany.mo +share/locale/pt_BR/LC_MESSAGES/geany.mo +share/locale/pt/LC_MESSAGES/geany.mo +share/locale/ro/LC_MESSAGES/geany.mo +share/locale/ru/LC_MESSAGES/geany.mo +share/locale/sk/LC_MESSAGES/geany.mo +share/locale/sl/LC_MESSAGES/geany.mo +share/locale/sr/LC_MESSAGES/geany.mo +share/locale/sv/LC_MESSAGES/geany.mo +share/locale/tr/LC_MESSAGES/geany.mo +share/locale/uk/LC_MESSAGES/geany.mo +share/locale/vi/LC_MESSAGES/geany.mo +share/locale/zh_CN/LC_MESSAGES/geany.mo +share/locale/zh_TW/LC_MESSAGES/geany.mo +@dir include/geany/scintilla +@dir include/geany/tagmanager +@dir include/geany +@dir lib/geany +@dir share/geany/colorschemes +@dir share/geany/filedefs +@dir share/geany/tags +@dir share/geany/templates/files +@dir share/geany/templates +@dir share/geany +@dir share/locale/ar/LC_MESSAGES +@dir share/locale/ar +@dir share/locale/ast/LC_MESSAGES +@dir share/locale/ast +@dir share/locale/be/LC_MESSAGES +@dir share/locale/be +@dir share/locale/bg/LC_MESSAGES +@dir share/locale/bg +@dir share/locale/ca/LC_MESSAGES +@dir share/locale/ca +@dir share/locale/cs/LC_MESSAGES +@dir share/locale/cs +@dir share/locale/da/LC_MESSAGES +@dir share/locale/da +@dir share/locale/de/LC_MESSAGES +@dir share/locale/de +@dir share/locale/el/LC_MESSAGES +@dir share/locale/el +@dir share/locale/en_GB/LC_MESSAGES +@dir share/locale/en_GB +@dir share/locale/es/LC_MESSAGES +@dir share/locale/es +@dir share/locale/et/LC_MESSAGES +@dir share/locale/et +@dir share/locale/eu/LC_MESSAGES +@dir share/locale/eu +@dir share/locale/fa/LC_MESSAGES +@dir share/locale/fa +@dir share/locale/fi/LC_MESSAGES +@dir share/locale/fi +@dir share/locale/fr/LC_MESSAGES +@dir share/locale/fr +@dir share/locale/gl/LC_MESSAGES +@dir share/locale/gl +@dir share/locale/he/LC_MESSAGES +@dir share/locale/he +@dir share/locale/hi/LC_MESSAGES +@dir share/locale/hi +@dir share/locale/hu/LC_MESSAGES +@dir share/locale/hu +@dir share/locale/id/LC_MESSAGES +@dir share/locale/id +@dir share/locale/ie/LC_MESSAGES +@dir share/locale/ie +@dir share/locale/it/LC_MESSAGES +@dir share/locale/it +@dir share/locale/ja/LC_MESSAGES +@dir share/locale/ja +@dir share/locale/kk/LC_MESSAGES +@dir share/locale/kk +@dir share/locale/ko/LC_MESSAGES +@dir share/locale/ko +@dir share/locale/ku/LC_MESSAGES +@dir share/locale/ku +@dir share/locale/lb/LC_MESSAGES +@dir share/locale/lb +@dir share/locale/lt/LC_MESSAGES +@dir share/locale/lt +@dir share/locale/lv/LC_MESSAGES +@dir share/locale/lv +@dir share/locale/mn/LC_MESSAGES +@dir share/locale/mn +@dir share/locale/nl/LC_MESSAGES +@dir share/locale/nl +@dir share/locale/nn/LC_MESSAGES +@dir share/locale/nn +@dir share/locale/pl/LC_MESSAGES +@dir share/locale/pl +@dir share/locale/pt/LC_MESSAGES +@dir share/locale/pt +@dir share/locale/pt_BR/LC_MESSAGES +@dir share/locale/pt_BR +@dir share/locale/ro/LC_MESSAGES +@dir share/locale/ro +@dir share/locale/ru/LC_MESSAGES +@dir share/locale/ru +@dir share/locale/sk/LC_MESSAGES +@dir share/locale/sk +@dir share/locale/sl/LC_MESSAGES +@dir share/locale/sl +@dir share/locale/sr/LC_MESSAGES +@dir share/locale/sr +@dir share/locale/sv/LC_MESSAGES +@dir share/locale/sv +@dir share/locale/tr/LC_MESSAGES +@dir share/locale/tr +@dir share/locale/uk/LC_MESSAGES +@dir share/locale/uk +@dir share/locale/vi/LC_MESSAGES +@dir share/locale/vi +@dir share/locale/zh_CN/LC_MESSAGES +@dir share/locale/zh_CN +@dir share/locale/zh_TW/LC_MESSAGES +@dir share/locale/zh_TW +@dir share/locale