geany: rebuild.
This commit is contained in:
@@ -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-plugins</Name>
|
||||
@@ -23,7 +23,6 @@
|
||||
<Dependency>vala-devel</Dependency>
|
||||
<Dependency>ctpl-devel</Dependency>
|
||||
<Dependency>check-devel</Dependency>
|
||||
<!-- geany must built with gtk3 -->
|
||||
<Dependency>geany-devel</Dependency>
|
||||
<Dependency>lua51-devel</Dependency>
|
||||
<Dependency>gpgme-devel</Dependency>
|
||||
@@ -52,7 +51,6 @@
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>glib2</Dependency>
|
||||
<!-- geany must built with gtk3 -->
|
||||
<Dependency>geany</Dependency>
|
||||
<Dependency>lua51</Dependency>
|
||||
<Dependency>gpgme</Dependency>
|
||||
@@ -60,6 +58,7 @@
|
||||
<Dependency>libsoup</Dependency>
|
||||
<Dependency>libxml2</Dependency>
|
||||
<Dependency>libgit2</Dependency>
|
||||
<Dependency>harfbuzz</Dependency>
|
||||
<Dependency>libpcre2</Dependency>
|
||||
<Dependency>enchant2</Dependency>
|
||||
<Dependency>gtkspell3</Dependency>
|
||||
@@ -77,6 +76,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2020-06-24</Date>
|
||||
<Version>1.36</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>wascheme@tuta.io</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2019-12-18</Date>
|
||||
<Version>1.36</Version>
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user