diff --git a/editor/geany/actions.py b/editor/geany/actions.py
index 8931adccf7..8cc2aec56c 100644
--- a/editor/geany/actions.py
+++ b/editor/geany/actions.py
@@ -6,7 +6,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- autotools.configure("--prefix=/usr --enable-gtk3=no")
+ autotools.configure("--prefix=/usr --enable-gtk3=no --enable-binreloc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
diff --git a/editor/geany/pspec.xml b/editor/geany/pspec.xml
index d0d8242fed..58402c5e39 100644
--- a/editor/geany/pspec.xml
+++ b/editor/geany/pspec.xml
@@ -14,13 +14,13 @@
Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
-
- https://download.geany.org/geany-1.35.tar.bz2
+
+ https://download.geany.org/geany-1.36.tar.bz2
libgcc
intltool
- vte-devel
+
gtk2-devel
glib2-devel
@@ -31,7 +31,7 @@
geany
atk
- vte
+
gtk2
glib2
cairo
@@ -65,6 +65,13 @@
+
+ 2019-10-15
+ 1.36
+ Version bump
+ fury
+ wascheme@tuta.io
+
2019-04-30
1.35