diff options
author | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-10-21 12:30:15 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@users.sourceforge.net> | 2008-10-21 12:30:15 +0200 |
commit | c0f101b49599732921b6bf4ab343d1b487cd6aa1 (patch) | |
tree | 31e80df8f9de7229b493e6f83989003c58504342 /geany | |
parent | 83fa69889be00adb7f9c0aa4da947a7275ade247 (diff) | |
download | contrib-c0f101b49599732921b6bf4ab343d1b487cd6aa1.tar.gz contrib-c0f101b49599732921b6bf4ab343d1b487cd6aa1.tar.xz |
geany: Updated 0.15
Diffstat (limited to 'geany')
-rw-r--r-- | geany/.footprint | 11 | ||||
-rw-r--r-- | geany/.md5sum | 2 | ||||
-rw-r--r-- | geany/Pkgfile | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/geany/.footprint b/geany/.footprint index 1655d3fb4..055d67145 100644 --- a/geany/.footprint +++ b/geany/.footprint @@ -39,8 +39,6 @@ drwxr-xr-x root/root usr/include/geany/tagmanager/ -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 --rwxr-xr-x root/root usr/lib/geany/autosave.so -rwxr-xr-x root/root usr/lib/geany/classbuilder.la -rwxr-xr-x root/root usr/lib/geany/classbuilder.so -rwxr-xr-x root/root usr/lib/geany/export.la @@ -49,6 +47,10 @@ drwxr-xr-x root/root usr/lib/geany/ -rwxr-xr-x root/root usr/lib/geany/filebrowser.so -rwxr-xr-x root/root usr/lib/geany/htmlchars.la -rwxr-xr-x root/root usr/lib/geany/htmlchars.so +-rwxr-xr-x root/root usr/lib/geany/saveactions.la +-rwxr-xr-x root/root usr/lib/geany/saveactions.so +-rwxr-xr-x root/root usr/lib/geany/splitwindow.la +-rwxr-xr-x root/root usr/lib/geany/splitwindow.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/ @@ -73,9 +75,11 @@ drwxr-xr-x root/root usr/share/geany/ -rw-r--r-- root/root usr/share/geany/filetypes.d -rw-r--r-- root/root usr/share/geany/filetypes.diff -rw-r--r-- root/root usr/share/geany/filetypes.docbook +-rw-r--r-- root/root usr/share/geany/filetypes.f77 -rw-r--r-- root/root usr/share/geany/filetypes.ferite -rw-r--r-- root/root usr/share/geany/filetypes.fortran -rw-r--r-- root/root usr/share/geany/filetypes.freebasic +-rw-r--r-- root/root usr/share/geany/filetypes.glsl -rw-r--r-- root/root usr/share/geany/filetypes.haskell -rw-r--r-- root/root usr/share/geany/filetypes.haxe -rw-r--r-- root/root usr/share/geany/filetypes.html @@ -88,7 +92,9 @@ drwxr-xr-x root/root usr/share/geany/ -rw-r--r-- root/root usr/share/geany/filetypes.pascal -rw-r--r-- root/root usr/share/geany/filetypes.perl -rw-r--r-- root/root usr/share/geany/filetypes.php +-rw-r--r-- root/root usr/share/geany/filetypes.po -rw-r--r-- root/root usr/share/geany/filetypes.python +-rw-r--r-- root/root usr/share/geany/filetypes.r -rw-r--r-- root/root usr/share/geany/filetypes.restructuredtext -rw-r--r-- root/root usr/share/geany/filetypes.ruby -rw-r--r-- root/root usr/share/geany/filetypes.sh @@ -101,6 +107,7 @@ drwxr-xr-x root/root usr/share/geany/ -rw-r--r-- root/root usr/share/geany/latex.tags -rw-r--r-- root/root usr/share/geany/pascal.tags -rw-r--r-- root/root usr/share/geany/php.tags +-rw-r--r-- root/root usr/share/geany/python.tags -rw-r--r-- root/root usr/share/geany/snippets.conf drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ diff --git a/geany/.md5sum b/geany/.md5sum index bea841ae3..9b986647d 100644 --- a/geany/.md5sum +++ b/geany/.md5sum @@ -1,2 +1,2 @@ 807d935e427357f4d610ebcec1bdd798 configure.patch-noxml -c6c22c7f9feff81a15f5c8ece03b87c1 geany-0.14.tar.bz2 +1bf32cc81251e00995a9ed948e39ff89 geany-0.15.tar.bz2 diff --git a/geany/Pkgfile b/geany/Pkgfile index bd44e0fc4..ebc88de3d 100644 --- a/geany/Pkgfile +++ b/geany/Pkgfile @@ -6,8 +6,8 @@ # Nice to have: vte name=geany -version=0.14 -release=2 +version=0.15 +release=1 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \ configure.patch-noxml) |