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")
+8 -1
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>geany</Name>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-06-24</Date>
<Version>1.36</Version>
<Comment>Disable binreloc.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="4">
<Date>2020-02-03</Date>
<Version>1.36</Version>