geany: rebuild.

This commit is contained in:
4fury
2020-06-24 22:12:30 +03:00
parent b7d4ffd290
commit e4b65aa74e
3 changed files with 20 additions and 12 deletions
+3 -8
View File
@@ -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")