geany: updated to 0.17

This commit is contained in:
Jose V Beneyto 2009-05-04 08:43:03 +00:00
parent e1807ff073
commit 66acf27791
4 changed files with 6 additions and 30 deletions

View File

@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/include/geany/
-rw-r--r-- root/root usr/include/geany/geanyfunctions.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
-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
@ -53,8 +54,6 @@ drwxr-xr-x root/root usr/lib/geany/
-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/
-rw-r--r-- root/root usr/lib/pkgconfig/geany.pc
drwxr-xr-x root/root usr/man/
@ -67,6 +66,7 @@ drwxr-xr-x root/root usr/share/geany/
-rw-r--r-- root/root usr/share/geany/GPL-2
-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.asm
-rw-r--r-- root/root usr/share/geany/filetypes.c
-rw-r--r-- root/root usr/share/geany/filetypes.caml

View File

@ -1,2 +1 @@
807d935e427357f4d610ebcec1bdd798 configure.patch-noxml
36ede942a6e4ad4660e918c98cb9cf15 geany-0.16.tar.bz2
097f619f5f0800098a2438a216a28e7b geany-0.17.tar.bz2

View File

@ -1,19 +1,17 @@
# Description: gtk2 text editor with syntax highlighting
# URL: http://geany.uvena.de/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# 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.16
version=0.17
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2 \
configure.patch-noxml)
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
patch -p0 -i $SRC/configure.patch-noxml
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-plugins

View File

@ -1,21 +0,0 @@
--- configure.old 2008-02-05 12:55:56.000000000 +0000
+++ configure 2008-09-12 15:35:47.000000000 +0000
@@ -5993,18 +5993,6 @@ if test -z "`$INTLTOOL_PERL -v | fgrep '
echo "$as_me: error: perl 5.x required for intltool" >&2;}
{ (exit 1); exit 1; }; }
fi
-if test "x" != "xno-xml"; then
- { echo "$as_me:$LINENO: checking for XML::Parser" >&5
-echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
- if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
- { echo "$as_me:$LINENO: result: ok" >&5
-echo "${ECHO_T}ok" >&6; }
- else
- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
-echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
- { (exit 1); exit 1; }; }
- fi
-fi
# Substitute ALL_LINGUAS so we can use it in po/Makefile