From c89b20c4a10565303fd5d7571cf5c45c79655dda Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Wed, 19 Feb 2020 15:22:05 +0300 Subject: [PATCH] yelp-tools:new package --- desktop/gnome/base/yelp-tools/actions.py | 21 +++++++++ desktop/gnome/base/yelp-tools/pspec.xml | 46 +++++++++++++++++++ .../gnome/base/yelp-tools/translations.xml | 8 ++++ 3 files changed, 75 insertions(+) create mode 100644 desktop/gnome/base/yelp-tools/actions.py create mode 100755 desktop/gnome/base/yelp-tools/pspec.xml create mode 100755 desktop/gnome/base/yelp-tools/translations.xml diff --git a/desktop/gnome/base/yelp-tools/actions.py b/desktop/gnome/base/yelp-tools/actions.py new file mode 100644 index 0000000000..8bb9303f61 --- /dev/null +++ b/desktop/gnome/base/yelp-tools/actions.py @@ -0,0 +1,21 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2 +# See the file http://www.gnu.org/copyleft/gpl.txt + +from pisi.actionsapi import autotools +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "README", "NEWS", "ChangeLog", "AUTHORS") diff --git a/desktop/gnome/base/yelp-tools/pspec.xml b/desktop/gnome/base/yelp-tools/pspec.xml new file mode 100755 index 0000000000..a2a530a465 --- /dev/null +++ b/desktop/gnome/base/yelp-tools/pspec.xml @@ -0,0 +1,46 @@ + + + + + yelp-tools + https://github.com/GNOME/yelp-tools + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + Tools for creating Yelp documentation + Mate için Çeşitli ağ araçları arayüzü uygulaması. + yelp-tools is a collection of scripts and build utilities to help create, manage, and publish documentation for Yelp and the web. + mirrors://gnome/yelp-tools/3.32/yelp-tools-3.32.2.tar.xz + + itstool + libxslt-devel + yelp-xsl-devel + + + + + yelp-tools + + yelp-xsl + + + /usr/share/doc + /usr/bin + /usr/share/aclocal + /usr/share/yelp-tools + + + + + + 2020-02-13 + 3.32.2 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/base/yelp-tools/translations.xml b/desktop/gnome/base/yelp-tools/translations.xml new file mode 100755 index 0000000000..2ab4a5ba24 --- /dev/null +++ b/desktop/gnome/base/yelp-tools/translations.xml @@ -0,0 +1,8 @@ + + + + yelp-tools + Tools for creating Yelp documentation + Mate için Çeşitli ağ araçları arayüzü uygulaması. + + \ No newline at end of file