diff --git a/editor/geany/actions.py b/editor/geany/actions.py
index 8cc2aec56c..453c1aa015 100644
--- a/editor/geany/actions.py
+++ b/editor/geany/actions.py
@@ -1,12 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
- autotools.configure("--prefix=/usr --enable-gtk3=no --enable-binreloc")
+ autotools.configure("--enable-gtk3 --enable-vte --enable-binreloc")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
@@ -21,6 +24,5 @@ def install():
"HACKING", \
"INSTALL", \
"NEWS", \
- "README*", \
- "THANKS", \
- "TODO")
+ "README*", "THANKS", "TODO")
+
diff --git a/editor/geany/pspec.xml b/editor/geany/pspec.xml
index 58402c5e39..eb7456387b 100644
--- a/editor/geany/pspec.xml
+++ b/editor/geany/pspec.xml
@@ -1,90 +1,96 @@
-
-
+
+
-
- geany
- https://geany.org/
-
- PisiLinux Community
- admins@pisilinux.org
-
- GPLv2
- app:gui
- GTK+ based fast and lightweight IDE
-
- Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
-
-
- https://download.geany.org/geany-1.36.tar.bz2
-
-
- libgcc
- intltool
-
- gtk2-devel
-
- glib2-devel
-
-
+
+ geany
+ https://geany.org/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:gui
+ GTK+ based fast and lightweight IDE.
+
+ Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment.
+
+
+ https://download.geany.org/geany-1.36.tar.bz2
+
+
+ libgcc
+ intltool
+ vte-devel
+ gtk3-devel
+ glib2-devel
+
+
-
- geany
-
- atk
-
- gtk2
- glib2
- cairo
- pango
- gdk-pixbuf
-
-
- /usr/bin
- /usr/lib
- /usr/lib/geany
- /usr/share/applications
- /usr/share/geany/*
- /usr/share/icons
- /usr/share/locale
- /usr/share/man/man1
- /usr/share/doc/geany/*
-
-
+
+ geany
+
+ atk
+ vte
+ gtk3
+ glib2
+ cairo
+ pango
+ libgcc
+ gdk-pixbuf
+
+
+ /usr/bin
+ /usr/lib
+ /usr/share
+ /usr/share/locale
+ /usr/share/man/man1
+ /usr/share/doc
+
+
-
- geany-devel
- geany için geliştirme dosyaları
-
- geany
- gtk2-devel
-
-
- /usr/lib/pkgconfig
- /usr/include/geany/*
-
-
+
+ geany-devel
+ geany için geliştirme dosyaları
+
+ geany
+ gtk3-devel
+ glib2-devel
+
+
+ /usr/lib/pkgconfig
+ /usr/include/geany/*
+
+
-
-
- 2019-10-15
- 1.36
- Version bump
- fury
- wascheme@tuta.io
-
-
- 2019-04-30
- 1.35
- Version bump
- fury
- wascheme@tuta.io
-
-
- 2019-04-16
- 1.34.1
- First release
- fury
- wascheme@tuta.io
-
-
+
+
+ 2020-02-03
+ 1.36
+ Rebuild with gtk3.
+ fury
+ wascheme@tuta.io
+
+
+ 2019-10-15
+ 1.36
+ Version bump
+ fury
+ wascheme@tuta.io
+
+
+ 2019-04-30
+ 1.35
+ Version bump
+ fury
+ wascheme@tuta.io
+
+
+ 2019-04-16
+ 1.34.1
+ First release
+ fury
+ wascheme@tuta.io
+
+
+
diff --git a/editor/geany/translations.xml b/editor/geany/translations.xml
index c979fd79bf..fa44cd82a0 100644
--- a/editor/geany/translations.xml
+++ b/editor/geany/translations.xml
@@ -1,13 +1,13 @@
-
- geany
- GTK+ based fast and lightweight IDE
- GTK+ based fast and lightweight IDE
-
+
+ geany
+ GTK+ based fast and lightweight IDE
+ GTK+ based fast and lightweight IDE
+
-
- geany-devel
- geany için geliştirme dosyaları
-
-
\ No newline at end of file
+
+ geany-devel
+ geany için geliştirme dosyaları
+
+