xorg lib ver. bump

This commit is contained in:
Rmys
2024-02-05 12:02:37 +03:00
parent e212a396b2
commit bf5913015b
2 changed files with 6 additions and 5 deletions
+5 -5
View File
@@ -6,16 +6,16 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static --with-pciids-path=/usr/share/hwdata/")
mesontools.configure("-Dpci-ids=/usr/share/hwdata/")
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "README*")
pisitools.dodoc("AUTHORS", "COPYING", "README*")
+1
View File
@@ -14,6 +14,7 @@
<Description>libpciaccess is the Xorg library for portable PCI access routines across multiple operating systems.</Description>
<Archive sha1sum="c1ff34f8ab9d22124949cc8712c18eb6b84755b7" type="tarxz">mirrors://xorg/individual/lib/libpciaccess-0.18.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>util-macros</Dependency>
</BuildDependencies>
</Source>