yelp ver. bump

This commit is contained in:
Rmys
2025-06-19 18:42:25 +03:00
parent f5eb3fd89e
commit 3cd94e0144
2 changed files with 20 additions and 10 deletions
+6 -4
View File
@@ -6,14 +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.configure()
mesontools.configure()
def build():
autotools.make()
mesontools.build()
def install():
autotools.install()
mesontools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*")
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*")
+14 -6
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>yelp-xsl</Name>
@@ -13,10 +13,11 @@
<IsA>data</IsA>
<Summary>Yelp XSLT Stylesheets</Summary>
<Description>Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser.</Description>
<Archive sha1sum="f359a3439044f9fbc7ab094e455e5d3bc16e97b0" type="tarxz">mirrors://gnome/yelp-xsl/42/yelp-xsl-42.1.tar.xz</Archive>
<Archive sha1sum="7ff8ee75925e01b1ea80c12050866d8df6af25eb" type="tarxz">mirrors://gnome/yelp-xsl/42/yelp-xsl-42.4.tar.xz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>meson</Dependency>
<Dependency>itstool</Dependency>
<Dependency>libxml2-devel</Dependency>
</BuildDependencies>
</Source>
@@ -41,12 +42,19 @@
</Package>
<History>
<Update release="9">
<Date>2025-06-19</Date>
<Version>42.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2022-09-18</Date>
<Date>2025-04-05</Date>
<Version>42.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2022-03-21</Date>