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