wayland-protocols-1.25

This commit is contained in:
Rmys
2022-02-09 18:57:51 +03:00
committed by GitHub
parent c84dd4590e
commit 787361d972
2 changed files with 15 additions and 5 deletions
+5 -4
View File
@@ -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*")
+10 -1
View File
@@ -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>