@@ -6,14 +6,16 @@
|
|||||||
|
|
||||||
from pisi.actionsapi import autotools
|
from pisi.actionsapi import autotools
|
||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
from pisi.actionsapi import mesontools
|
||||||
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
autotools.configure()
|
mesontools.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
autotools.make()
|
mesontools.build()
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
autotools.install()
|
mesontools.install()
|
||||||
|
|
||||||
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README*")
|
pisitools.dodoc("AUTHORS", "COPYING*", "NEWS", "README*")
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>yelp-xsl</Name>
|
<Name>yelp-xsl</Name>
|
||||||
@@ -13,10 +13,11 @@
|
|||||||
<IsA>data</IsA>
|
<IsA>data</IsA>
|
||||||
<Summary>Yelp XSLT Stylesheets</Summary>
|
<Summary>Yelp XSLT Stylesheets</Summary>
|
||||||
<Description>Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser.</Description>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>libxml2-devel</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
<Dependency>itstool</Dependency>
|
<Dependency>itstool</Dependency>
|
||||||
|
<Dependency>libxml2-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -41,12 +42,19 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="8">
|
||||||
<Date>2022-09-18</Date>
|
<Date>2025-04-05</Date>
|
||||||
<Version>42.1</Version>
|
<Version>42.1</Version>
|
||||||
<Comment>Version bump.</Comment>
|
<Comment>Version bump.</Comment>
|
||||||
<Name>Mustafa Cinasal</Name>
|
<Name>Pisi Linux Community</Name>
|
||||||
<Email>muscnsl@gmail.com</Email>
|
<Email>admin@pisilinux.org</Email>
|
||||||
</Update>
|
</Update>
|
||||||
<Update release="7">
|
<Update release="7">
|
||||||
<Date>2022-03-21</Date>
|
<Date>2022-03-21</Date>
|
||||||
|
|||||||
Reference in New Issue
Block a user