add calligra and dep

This commit is contained in:
alihanozturk
2017-01-04 23:21:29 +03:00
parent 44b0ee8213
commit 1764cc22ad
32 changed files with 1735 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--enable-shared \
--enable-introspection")
def build():
autotools.make()
def install():
autotools.install()
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>liblangtag</Name>
<Homepage>http://tagoh.bitbucket.org/liblangtag</Homepage>
<Packager>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Packager>
<License>GPLv3.0</License>
<License>MPLv2.0</License>
<IsA>app:console</IsA>
<Summary>An interface library to access tags for identifying languages</Summary>
<Description>liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.</Description>
<Archive sha1sum="8f2c0d7f0c2ae9510a58f570aa4bc894c31e22c1" type="tarbz2">https://bitbucket.org/tagoh/liblangtag/downloads/liblangtag-0.6.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>liblangtag</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>libxml2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/liblangtag</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/gtk-doc</Path>
</Files>
</Package>
<Package>
<Name>liblangtag-devel</Name>
<Summary>liblangtag için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="current">liblangtag</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/liblangtag</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2011-02-07</Date>
<Version>0.6.2</Version>
<Comment>First release</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>liblangtag</Name>
<Summary xml:lang="en">An interface library to access tags for identifying languages</Summary>
<Description xml:lang="en">liblangtag is an interface library to access/deal with tags for identifying languages, which is described in RFC.</Description>
</Source>
<Package>
<Name>liblangtag-devel</Name>
<Summary xml:lang="tr">liblangtag için geliştirme dosyaları</Summary>
</Package>
</PISI>