geany: updated to 1.26 and fixed mandir location
This commit is contained in:
parent
5b3c9fc5b4
commit
8847fd41fc
@ -25,6 +25,7 @@ drwxr-xr-x root/root usr/include/geany/
|
||||
-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/Sci_Position.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
|
||||
@ -63,9 +64,6 @@ lrwxrwxrwx root/root usr/lib/libgeany.so.0 -> libgeany.so.0.0.0
|
||||
-rwxr-xr-x root/root usr/lib/libgeany.so.0.0.0
|
||||
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
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/applications/
|
||||
-rw-r--r-- root/root usr/share/applications/geany.desktop
|
||||
@ -230,3 +228,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/actions/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/actions/geany-save-all.svg
|
||||
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/geany.svg
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man1/
|
||||
-rw-r--r-- root/root usr/share/man/man1/geany.1.gz
|
||||
|
@ -1 +1 @@
|
||||
888bd82d62759ac47a4a398fb27c8471 geany-1.25.tar.bz2
|
||||
bd457caba57099cfa23b063e78b6f819 geany-1.26.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Nice to have: vte
|
||||
|
||||
name=geany
|
||||
version=1.25
|
||||
version=1.26
|
||||
release=1
|
||||
source=(http://download.geany.org/$name-$version.tar.bz2)
|
||||
|
||||
@ -14,7 +14,6 @@ build () {
|
||||
cd $name-$version
|
||||
|
||||
./configure --prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--enable-plugins
|
||||
|
||||
make
|
||||
|
Loading…
x
Reference in New Issue
Block a user