unoconv: ver. bump to 0.8.2, gsettings-desktop-schemas: new package, zekr: new package, ffmulticonverter: vew package

This commit is contained in:
suvari
2018-12-03 22:37:51 +03:00
parent 8f414c665f
commit ddfcd9d99d
23 changed files with 627 additions and 9 deletions
@@ -0,0 +1,23 @@
#!/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 get
def setup():
autotools.configure("--sbindir=/sbin \
--disable-maintainer-mode \
--disable-schemas-compile")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("README","NEWS","MAINTAINERS")
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>gsettings-desktop-schemas</Name>
<Homepage>http://www.gnome.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Isa>data</Isa>
<Summary>Collection of GSettings schemas for GNOME desktop</Summary>
<Description>Gsettings-desktop-schemas contains a collection of GSettings schemas for settings shared by various components of a desktop.</Description>
<Archive sha1sum="9d6299fee118866fa14149d09e18c06e60f0d4d3" type="tarxz">mirrors://gnome/gsettings-desktop-schemas/3.10/gsettings-desktop-schemas-3.10.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gsettings-desktop-schemas</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/locale</Path>
<Path fileType="data">/usr/share/GConf/</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="localedata">/usr/share/glib-2.0/schemas</Path>
</Files>
</Package>
<Package>
<Name>gsettings-desktop-schemas-devel</Name>
<RuntimeDependencies>
<Dependency release="current">gsettings-desktop-schemas</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/pkgconfig/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-12-03</Date>
<Version>3.10.1</Version>
<Comment>First Release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>gsettings-desktop-schemas</Name>
<Summary xml:lang="tr">GNOME masaüstü ortamı için GSettings şemalarının koleksiyonu</Summary>
<Description xml:lang="tr">Gnome masaüstünün çeşitli bileşenleri tarafından paylaşılan ayarlar için GSettings şemalarının bir koleksiyonudur.</Description>
</Source>
<Package>
<Name>gsettings-desktop-schemas-devel</Name>
<Summary xml:lang="tr">gsettings-desktop-schemas için geliştirme dosyaları</Summary>
</Package>
</PISI>