From 7afb1a9c5692f1a9cdf8f66cdac780d933eefe54 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 23 May 2021 12:26:01 +0300 Subject: [PATCH] util-macros ver.bump --- system/devel/util-macros/actions.py | 5 +++-- system/devel/util-macros/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/system/devel/util-macros/actions.py b/system/devel/util-macros/actions.py index c1d86ecb..b388b7de 100644 --- a/system/devel/util-macros/actions.py +++ b/system/devel/util-macros/actions.py @@ -5,6 +5,7 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools +from pisi.actionsapi import get def setup(): autotools.autoreconf("-vif") @@ -14,6 +15,6 @@ def build(): autotools.make() def install(): - autotools.install() + autotools.rawInstall("DESTDIR=%s pkgconfigdir=/usr/lib/pkgconfig" % get.installDIR()) - pisitools.dodoc("ChangeLog", "COPYING", "README") + pisitools.dodoc("ChangeLog", "COPYING", "README*") diff --git a/system/devel/util-macros/pspec.xml b/system/devel/util-macros/pspec.xml index 77fa96bd..3bc637c0 100644 --- a/system/devel/util-macros/pspec.xml +++ b/system/devel/util-macros/pspec.xml @@ -12,7 +12,7 @@ library X.Org X11 Autotools macros X.Org X11 autotools macros are required for building the various packages that comprise the X Window System. - http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.2.tar.bz2 + http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.3.tar.bz2 doc.patch @@ -22,12 +22,19 @@ util-macros /usr/share/aclocal - /usr/share/pkgconfig + /usr/lib/pkgconfig /usr/share/doc + + 2021-05-22 + 1.19.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-09 1.19.2