geany: updated to 0.18.1

This commit is contained in:
Jose V Beneyto 2010-03-26 20:53:25 +01:00
parent 03a1877b32
commit 99f7795350
3 changed files with 13 additions and 6 deletions

View File

@ -10,6 +10,7 @@ drwxr-xr-x root/root usr/include/geany/
-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/geanyfunctions.h
-rw-r--r-- root/root usr/include/geany/geanyplugin.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/main.h
@ -67,6 +68,7 @@ drwxr-xr-x root/root usr/share/geany/
-rw-r--r-- root/root usr/share/geany/c99.tags
-rw-r--r-- root/root usr/share/geany/filetype_extensions.conf
-rw-r--r-- root/root usr/share/geany/filetypes.actionscript
-rw-r--r-- root/root usr/share/geany/filetypes.ada
-rw-r--r-- root/root usr/share/geany/filetypes.asm
-rw-r--r-- root/root usr/share/geany/filetypes.c
-rw-r--r-- root/root usr/share/geany/filetypes.caml
@ -128,5 +130,10 @@ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-other.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-struct.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/classviewer-var.png
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/geany.png
-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/geany.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/geany.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/geany.svg

View File

@ -1 +1 @@
097f619f5f0800098a2438a216a28e7b geany-0.17.tar.bz2
e8be4c0918a8b29ef43bf17fa080c11c geany-0.18.1.tar.bz2

View File

@ -1,14 +1,14 @@
# Description: gtk2 text editor with syntax highlighting
# URL: http://geany.uvena.de/
# URL: http://www.geany.org/
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Hannes Mayer, kontakt at ecarux dot de
# Depends on: gtk
# Nice to have: vte
name=geany
version=0.17
version=0.18.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
source=(http://download.geany.org/$name-$version.tar.bz2)
build () {
cd $name-$version