util-macros ver.bump
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.autoreconf("-vif")
|
autotools.autoreconf("-vif")
|
||||||
@@ -14,6 +15,6 @@ def build():
|
|||||||
autotools.make()
|
autotools.make()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.install()
|
autotools.rawInstall("DESTDIR=%s pkgconfigdir=/usr/lib/pkgconfig" % get.installDIR())
|
||||||
|
|
||||||
pisitools.dodoc("ChangeLog", "COPYING", "README")
|
pisitools.dodoc("ChangeLog", "COPYING", "README*")
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>X.Org X11 Autotools macros</Summary>
|
<Summary>X.Org X11 Autotools macros</Summary>
|
||||||
<Description>X.Org X11 autotools macros are required for building the various packages that comprise the X Window System.</Description>
|
<Description>X.Org X11 autotools macros are required for building the various packages that comprise the X Window System.</Description>
|
||||||
<Archive sha1sum="e8b3a6f2bfde22440fca0974da53da18821a4ee6" type="tarbz2">http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.2.tar.bz2</Archive>
|
<Archive sha1sum="4097f75e327b9579d1bd657fa8b01b55238ad8f5" type="tarbz2">http://xorg.freedesktop.org/releases/individual/util/util-macros-1.19.3.tar.bz2</Archive>
|
||||||
<Patches>
|
<Patches>
|
||||||
<Patch level="1">doc.patch</Patch>
|
<Patch level="1">doc.patch</Patch>
|
||||||
</Patches>
|
</Patches>
|
||||||
@@ -22,12 +22,19 @@
|
|||||||
<Name>util-macros</Name>
|
<Name>util-macros</Name>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share/aclocal</Path>
|
<Path fileType="data">/usr/share/aclocal</Path>
|
||||||
<Path fileType="data">/usr/share/pkgconfig</Path>
|
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="8">
|
||||||
|
<Date>2021-05-22</Date>
|
||||||
|
<Version>1.19.3</Version>
|
||||||
|
<Comment>Version bump.</Comment>
|
||||||
|
<Name>Mustafa Cinasal</Name>
|
||||||
|
<Email>muscnsl@gmail.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2020-12-09</Date>
|
<Date>2020-12-09</Date>
|
||||||
<Version>1.19.2</Version>
|
<Version>1.19.2</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user