diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-04-21 10:53:29 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-04-21 10:53:29 +0200 |
commit | b84c52310a31d9b99ee369814e78c3f0542c10a4 (patch) | |
tree | 370f3eaaf6f0486bbb4c57ec4c9ce84e5f2203f6 /geany | |
parent | e3680fc5265fb6a7af5aa9eb3e522c2b3e2eb3a0 (diff) | |
download | contrib-b84c52310a31d9b99ee369814e78c3f0542c10a4.tar.gz contrib-b84c52310a31d9b99ee369814e78c3f0542c10a4.tar.xz |
geany: Updated 0.13 -> 0.14
Diffstat (limited to 'geany')
-rw-r--r-- | geany/.footprint | 38 | ||||
-rw-r--r-- | geany/.md5sum | 2 | ||||
-rw-r--r-- | geany/Pkgfile | 4 |
3 files changed, 41 insertions, 3 deletions
diff --git a/geany/.footprint b/geany/.footprint index 7c8e3c9aa..1655d3fb4 100644 --- a/geany/.footprint +++ b/geany/.footprint @@ -1,6 +1,42 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/geany +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/geany/ +-rw-r--r-- root/root usr/include/geany/dialogs.h +-rw-r--r-- root/root usr/include/geany/document.h +-rw-r--r-- root/root usr/include/geany/editor.h +-rw-r--r-- root/root usr/include/geany/encodings.h +-rw-r--r-- root/root usr/include/geany/filetypes.h +-rw-r--r-- root/root usr/include/geany/geany.h +-rw-r--r-- root/root usr/include/geany/highlighting.h +-rw-r--r-- root/root usr/include/geany/keybindings.h +-rw-r--r-- root/root usr/include/geany/msgwindow.h +-rw-r--r-- root/root usr/include/geany/plugindata.h +-rw-r--r-- root/root usr/include/geany/pluginmacros.h +-rw-r--r-- root/root usr/include/geany/plugins.h +-rw-r--r-- root/root usr/include/geany/prefs.h +-rw-r--r-- root/root usr/include/geany/project.h +drwxr-xr-x root/root usr/include/geany/scintilla/ +-rw-r--r-- root/root usr/include/geany/scintilla/SciLexer.h +-rw-r--r-- root/root usr/include/geany/scintilla/Scintilla.h +-rw-r--r-- root/root usr/include/geany/scintilla/Scintilla.iface +-rw-r--r-- root/root usr/include/geany/scintilla/ScintillaWidget.h +-rw-r--r-- root/root usr/include/geany/sciwrappers.h +-rw-r--r-- root/root usr/include/geany/search.h +-rw-r--r-- root/root usr/include/geany/support.h +drwxr-xr-x root/root usr/include/geany/tagmanager/ +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_file_entry.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_project.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_source_file.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_symbol.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_tag.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_tagmanager.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_work_object.h +-rw-r--r-- root/root usr/include/geany/tagmanager/tm_workspace.h +-rw-r--r-- root/root usr/include/geany/templates.h +-rw-r--r-- root/root usr/include/geany/ui_utils.h +-rw-r--r-- root/root usr/include/geany/utils.h drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/geany/ -rwxr-xr-x root/root usr/lib/geany/autosave.la @@ -15,6 +51,8 @@ drwxr-xr-x root/root usr/lib/geany/ -rwxr-xr-x root/root usr/lib/geany/htmlchars.so -rwxr-xr-x root/root usr/lib/geany/vcdiff.la -rwxr-xr-x root/root usr/lib/geany/vcdiff.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/geany.pc drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/geany.1.gz diff --git a/geany/.md5sum b/geany/.md5sum index 225792468..bea841ae3 100644 --- a/geany/.md5sum +++ b/geany/.md5sum @@ -1,2 +1,2 @@ 807d935e427357f4d610ebcec1bdd798 configure.patch-noxml -0dc4f30b5ee9132f136fd3e7e4f02e0c geany-0.13.tar.bz2 +c6c22c7f9feff81a15f5c8ece03b87c1 geany-0.14.tar.bz2 diff --git a/geany/Pkgfile b/geany/Pkgfile index 08a35015b..a8c38099e 100644 --- a/geany/Pkgfile +++ b/geany/Pkgfile @@ -5,8 +5,8 @@ # Depends on: gtk name=geany -version=0.13 -release=2 +version=0.14 +release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ configure.patch-noxml) |