diff --git a/main/geany/.pkgfiles b/main/geany/.pkgfiles index 38f51f48e..d82caf62b 100644 --- a/main/geany/.pkgfiles +++ b/main/geany/.pkgfiles @@ -1,4 +1,4 @@ -geany-2.0-1 +geany-2.0-2 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/geany @@ -15,9 +15,6 @@ 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/geanyplugin.h -rw-r--r-- root/root usr/include/geany/gtkcompat.h -drwxr-xr-x root/root usr/include/geany/gtkdoc/ --rw-r--r-- root/root usr/include/geany/gtkdoc/geany-gtkdoc.h --rw-r--r-- root/root usr/include/geany/gtkdoc/geany-sciwrappers-gtkdoc.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 diff --git a/main/geany/spkgbuild b/main/geany/spkgbuild index d2496e50e..51efed42b 100755 --- a/main/geany/spkgbuild +++ b/main/geany/spkgbuild @@ -4,7 +4,7 @@ name=geany version=2.0 -release=1 +release=2 source="http://download.geany.org/$name-$version.tar.bz2" build() { @@ -12,8 +12,10 @@ build() { ./configure \ --prefix=/usr \ - --enable-plugins \ - --enable-gtk3 + --disable-api-docs \ + --disable-html-docs \ + --disable-pdf-docs \ + --disable-nls make make DESTDIR=$PKG install }