diff --git a/office/docbook/yelp-xsl/actions.py b/office/docbook/yelp-xsl/actions.py new file mode 100755 index 0000000000..08918e1df5 --- /dev/null +++ b/office/docbook/yelp-xsl/actions.py @@ -0,0 +1,19 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING*", "NEWS", "README") diff --git a/office/docbook/yelp-xsl/pspec.xml b/office/docbook/yelp-xsl/pspec.xml new file mode 100755 index 0000000000..df65cfc99f --- /dev/null +++ b/office/docbook/yelp-xsl/pspec.xml @@ -0,0 +1,52 @@ + + + + + yelp-xsl + http://www.gnome.org + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + LGPLv2.1 + data + Yelp XSLT Stylesheets + Package of yelp-xsl contains XSL stylesheets that are used by the yelp help browser. + mirrors://gnome/yelp-xsl/3.34/yelp-xsl-3.34.2.tar.xz + + libxml2-devel + itstool + + + + + yelp-xsl + + /usr/share/locale + /usr/share/doc + /usr/share/yelp-xsl + + + + + yelp-xsl-devel + Development files for yelp-xsl + + yelp-xsl + + + /usr/share/pkgconfig + + + + + + 2020-02-13 + 3.34.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/office/docbook/yelp-xsl/translations.xml b/office/docbook/yelp-xsl/translations.xml new file mode 100755 index 0000000000..40ad122587 --- /dev/null +++ b/office/docbook/yelp-xsl/translations.xml @@ -0,0 +1,14 @@ + + + + yelp-xsl + Yelp XSL biçim dosyaları + yelp-xsl paketi, yelp yardım görüntüleyicisi tarafından kullanılan XSL biçim dosyalarını taşır. + + + + yelp-xsl-devel + yelp-xsl paketi için geliştirme dosyaları + + +