wayland-protocols-1.25
This commit is contained in:
@@ -7,14 +7,15 @@
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-fiv")
|
||||
autotools.configure("--disable-static")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
mesontools.install()
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -12,8 +12,9 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Specifications of extended Wayland protocols</Summary>
|
||||
<Description>Specifications of extended Wayland protocols</Description>
|
||||
<Archive sha1sum="8c4ebdce35953b1e2af458c139a432a308af6f50" type="tarxz">https://wayland.freedesktop.org/releases/wayland-protocols-1.23.tar.xz</Archive>
|
||||
<Archive sha1sum="275298332d124e40e345aa82bc8f48ef8cad3480" type="tarxz">https://wayland.freedesktop.org/releases/wayland-protocols-1.25.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency versionFrom="1.18.0">wayland-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -22,6 +23,7 @@
|
||||
<Name>wayland-protocols</Name>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/wayland-protocols</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
@@ -37,6 +39,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2022-02-09</Date>
|
||||
<Version>1.25</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2021-09-16</Date>
|
||||
<Version>1.23</Version>
|
||||
|
||||
Reference in New Issue
Block a user