From e4b65aa74e1814d993e721bc34142f69b971ffeb Mon Sep 17 00:00:00 2001 From: 4fury Date: Wed, 24 Jun 2020 22:12:30 +0300 Subject: [PATCH] geany: rebuild. --- editor/geany-plugins/pspec.xml | 12 +++++++++--- editor/geany/actions.py | 11 +++-------- editor/geany/pspec.xml | 9 ++++++++- 3 files changed, 20 insertions(+), 12 deletions(-) diff --git a/editor/geany-plugins/pspec.xml b/editor/geany-plugins/pspec.xml index c675ee30df..bcf81ec531 100644 --- a/editor/geany-plugins/pspec.xml +++ b/editor/geany-plugins/pspec.xml @@ -1,5 +1,5 @@ - + geany-plugins @@ -23,7 +23,6 @@ vala-devel ctpl-devel check-devel - geany-devel lua51-devel gpgme-devel @@ -52,7 +51,6 @@ cairo pango glib2 - geany lua51 gpgme @@ -60,6 +58,7 @@ libsoup libxml2 libgit2 + harfbuzz libpcre2 enchant2 gtkspell3 @@ -77,6 +76,13 @@ + + 2020-06-24 + 1.36 + Rebuild. + fury + wascheme@tuta.io + 2019-12-18 1.36 diff --git a/editor/geany/actions.py b/editor/geany/actions.py index 453c1aa015..65590e93e7 100644 --- a/editor/geany/actions.py +++ b/editor/geany/actions.py @@ -9,7 +9,8 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - autotools.configure("--enable-gtk3 --enable-vte --enable-binreloc") + autotools.configure("--enable-gtk3 --enable-vte") + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): @@ -18,11 +19,5 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("AUTHORS", \ - "ChangeLog", \ - "COPYING", \ - "HACKING", \ - "INSTALL", \ - "NEWS", \ - "README*", "THANKS", "TODO") +# pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "HACKING", "NEWS", "README*", "THANKS", "TODO") diff --git a/editor/geany/pspec.xml b/editor/geany/pspec.xml index eb7456387b..50f8dbfc2c 100644 --- a/editor/geany/pspec.xml +++ b/editor/geany/pspec.xml @@ -1,5 +1,5 @@ - + geany @@ -63,6 +63,13 @@ + + 2020-06-24 + 1.36 + Disable binreloc. + fury + wascheme@tuta.io + 2020-02-03 1.36