From c90a20babe53c44c46c6f0a0f5f0b482e90ad5c6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 29 Aug 2018 09:55:04 +0300 Subject: [PATCH] editor:rebuild --- editor/bluefish/pspec.xml | 7 +++++++ editor/discount/actions.py | 17 ++++++++++++++++- editor/discount/pspec.xml | 9 ++++++++- 3 files changed, 31 insertions(+), 2 deletions(-) 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