From 5e76efce82100504a388100ae737788d82d1f45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 17 Jul 2018 22:53:46 +0300 Subject: [PATCH 1/3] patch revert make build without guile --- system/devel/make/pspec.xml | 2 +- system/devel/patch/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/system/devel/make/pspec.xml b/system/devel/make/pspec.xml index b3c4d3c1..5a8301c2 100644 --- a/system/devel/make/pspec.xml +++ b/system/devel/make/pspec.xml @@ -28,7 +28,7 @@ make - guile + /usr/bin diff --git a/system/devel/patch/pspec.xml b/system/devel/patch/pspec.xml index 731890df..87bf7451 100644 --- a/system/devel/patch/pspec.xml +++ b/system/devel/patch/pspec.xml @@ -12,7 +12,7 @@ app:console Applies patch files Patch takes a patch file generated by diff command, and applies it to the original files, thus producing patched files. - ftp://ftp.gnu.org/gnu/patch/patch-2.7.6.tar.xz + ftp://ftp.gnu.org/gnu/patch/patch-2.7.5.tar.xz attr-devel @@ -34,6 +34,13 @@ + + 2018-07-17 + 2.7.5 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2018-07-15 2.7.6 From e55cde128f8c4e977891210c14ed200475f1e6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Wed, 18 Jul 2018 06:52:19 +0300 Subject: [PATCH 2/3] patch rebuild --- system/devel/patch/actions.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/system/devel/patch/actions.py b/system/devel/patch/actions.py index c17089fc..1745aa07 100644 --- a/system/devel/patch/actions.py +++ b/system/devel/patch/actions.py @@ -9,11 +9,12 @@ from pisi.actionsapi import get def setup(): #autotools.autoreconf("-vfi") - autotools.configure() + autotools.configure("--prefix=/usr") def build(): - autotools.make('LDFLAGS="%s"' % get.LDFLAGS()) - + #autotools.make('LDFLAGS="%s"' % get.LDFLAGS()) + autotools.make() + def check(): autotools.make("check") From 95a514a20d38cdd95866eb0b9bb51b986eb9ff63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Fri, 20 Jul 2018 22:09:20 +0300 Subject: [PATCH 3/3] rebuild for new dbus --- system/base/dbus-python/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/base/dbus-python/pspec.xml b/system/base/dbus-python/pspec.xml index 0fb5375b..b5099dc2 100644 --- a/system/base/dbus-python/pspec.xml +++ b/system/base/dbus-python/pspec.xml @@ -57,7 +57,7 @@ - 2018-07-15 + 2018-07-20 1.2.4 Rebuild Ertuğrul Erata