diff --git a/editor/bluefish/pspec.xml b/editor/bluefish/pspec.xml index 49c82c55ed..2ae186ac22 100644 --- a/editor/bluefish/pspec.xml +++ b/editor/bluefish/pspec.xml @@ -66,6 +66,13 @@ + + 2018-08-29 + 2.2.10 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2017-05-08 2.2.10 diff --git a/editor/discount/actions.py b/editor/discount/actions.py index 8ce589f153..5675a1feb7 100644 --- a/editor/discount/actions.py +++ b/editor/discount/actions.py @@ -7,7 +7,22 @@ from pisi.actionsapi import get from pisi.actionsapi import pisitools from pisi.actionsapi import shelltools +from pisi.actionsapi import autotools + + +def setup(): + shelltools.system("./configure.sh --prefix=/usr \ + --libdir=/usr/lib \ + --enable-all-features \ + --with-fenced-code \ + --shared") + + +def build(): + autotools.make() def install(): - pisitools.insinto("/", "usr") + shelltools.system("sed -e 's|/sbin/ldconfig|/sbin/ldconfig -n|' -i librarian.sh") + autotools.rawInstall("DESTDIR=%s install.everything" % get.installDIR()) + #pisitools.insinto("/", "usr") diff --git a/editor/discount/pspec.xml b/editor/discount/pspec.xml index b60aa29f87..621ca7f9be 100644 --- a/editor/discount/pspec.xml +++ b/editor/discount/pspec.xml @@ -12,7 +12,7 @@ app:console A Markdown implementation written in C implementation of the Markdown markup language in C - https://sourceforge.net/projects/pisilinux/files/source/discount-2.2.1.tar.gz + http://download.openpkg.org/components/cache/discount/discount-2.2.4.tar.bz2 @@ -38,6 +38,13 @@ + + 2018-08-29 + 2.2.4 + Version Bump. + Mustafa Cinasal + muscnsl@gmail.com + 2017-05-08 2.2.1