Extra Packages For xfce Beta System

This commit is contained in:
alick01
2020-11-23 17:27:39 +03:00
parent 3b17c23050
commit b79be29d50
14 changed files with 655 additions and 0 deletions
@@ -0,0 +1,22 @@
#!/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
from pisi.actionsapi import shelltools
def setup():
shelltools.copy("tools/gnome-doc-utils.m4", "m4/")
#autotools.autoreconf("-fiv")
autotools.configure()
def build():
autotools.make("-j1")
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "README", "NEWS")
@@ -0,0 +1,11 @@
diff -ur gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make
--- gnome-doc-utils-0.18.1.orig/tools/gnome-doc-utils.make 2009-11-19 18:54:47.000000000 +0200
+++ gnome-doc-utils-0.18.1/tools/gnome-doc-utils.make 2010-01-22 20:11:57.324726926 +0200
@@ -597,7 +597,6 @@
done
@if test "x$(_ENABLE_SK)" = "xtrue"; then \
echo "scrollkeeper-update -p $(DESTDIR)$(_sklocalstatedir) -o $(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
- scrollkeeper-update -p "$(DESTDIR)$(_sklocalstatedir)" -o "$(DESTDIR)$(OMF_DIR)/$(_doc_install_dir)"; \
fi;
install-doc-dsk:
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gnome-doc-utils</Name>
<Homepage>http://live.gnome.org/GnomeDocUtils</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>library</IsA>
<Summary>A collection of documentation utilities for the Gnome project</Summary>
<Description>gnome-doc-utils is a collection of documentation utilities for the Gnome project.</Description>
<Archive sha1sum="8320a30e1b7239aa33ba276da046090407a93bbf" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/gnome-doc-utils/0.20/gnome-doc-utils-0.20.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>gawk</Dependency>
<Dependency>intltool</Dependency>
<Dependency>pkgconfig</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>docbook-xml</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">do-not-update-scrollkeeper-database.patch</Patch>
</Patches>
</Source>
<Package>
<Name>gnome-doc-utils</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/omf</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/xml</Path>
<Path fileType="data">/usr/share/gnome</Path>
<Path fileType="data">/usr/share/xml2po</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="data">/usr/share/pkgconfig</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/gnome-doc-utils</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>0.20.10</Version>
<Comment>Rebuild.For Beta System</Comment>
<Name>Ali Cengiz Kurt</Name>
<Email>alicengizkurt@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gnome-doc-utils</Name>
<Summary xml:lang="tr">Gnome projesi için döküman araçları takımı</Summary>
<Description xml:lang="tr">gnome-doc-utils Gnome projesinde kullanılan belgelendirme araçlarını içermektedir.</Description>
</Source>
</PISI>