From fadae1ad0f129e63ecfc31150e3096bd4778d54c Mon Sep 17 00:00:00 2001 From: suvari Date: Mon, 1 May 2017 18:06:18 +0300 Subject: [PATCH] qrencode: rebuild --- programming/misc/qrencode/actions.py | 4 ++-- programming/misc/qrencode/pspec.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/programming/misc/qrencode/actions.py b/programming/misc/qrencode/actions.py index f4557c95ee..ae41cc6654 100644 --- a/programming/misc/qrencode/actions.py +++ b/programming/misc/qrencode/actions.py @@ -11,7 +11,7 @@ from pisi.actionsapi import get def setup(): autotools.autoreconf("-vif") shelltools.system("./autogen.sh") - + autotools.configure("--with-tests") def build(): @@ -24,4 +24,4 @@ def check(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - pisitools.dodoc("COPYING", "NEWS", "README") + pisitools.dodoc("COPYING", "NEWS", "README") \ No newline at end of file diff --git a/programming/misc/qrencode/pspec.xml b/programming/misc/qrencode/pspec.xml index 6a8137cd8f..b1d8a332fb 100644 --- a/programming/misc/qrencode/pspec.xml +++ b/programming/misc/qrencode/pspec.xml @@ -15,6 +15,7 @@ http://fukuchi.org/works/qrencode/qrencode-3.4.4.tar.gz libsdl-devel + libpng-devel m4 @@ -45,6 +46,13 @@ + + 2017-05-01 + 3.4.4 + Release Bump + Kamil Atlı + admin@pisilinux.org + 2016-06-09 3.4.4 @@ -60,4 +68,4 @@ ertugrulerata@gmail.com - + \ No newline at end of file