thunderbird: version bump to 91.8.1, new packages: ogre-next, openvr, rapidjson

This commit is contained in:
suvari
2022-05-01 20:31:46 +03:00
parent acf3bc3309
commit 1dec307244
17 changed files with 7030 additions and 6253 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/copyleft/gpl.txt
from pisi.actionsapi import cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
cmaketools.configure(" -DCMAKE_INSTALL_PREFIX=/usr \
-DRAPIDJSON_HAS_STDSTRING=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DRAPIDJSON_BUILD_EXAMPLES=OFF \
-DRAPIDJSON_BUILD_TESTS=OFF \
-DRAPIDJSON_BUILD_THIRDPARTY_GTEST=OFF \
-DCMAKE_BUILD_TYPE=None ")
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>rapidjson</Name>
<Homepage>http://rapidjson.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A fast JSON parser/generator for C++ with both SAX/DOM style API.</Summary>
<Description>A fast JSON parser/generator for C++ with both SAX/DOM style API.</Description>
<Archive sha1sum="a3e0d043ad3c2d7638ffefa3beb30a77c71c869f" type="targz">https://github.com/Tencent/rapidjson/archive/refs/tags/v1.1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>rapidjson</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>rapidjson-devel</Name>
<Summary>Development files for rapidjson</Summary>
<RuntimeDependencies>
<Dependency release="current">rapidjson</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/cmake</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-05-01</Date>
<Version>1.1.0</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>rapidjson</Name>
<Summary xml:lang="tr">Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu</Summary>
<Description xml:lang="tr">Hem SAX/DOM stili API ile C++ için hızlı bir JSON ayrıştırıcı/oluşturucu</Description>
</Source>
<Package>
<Name>rapidjson-devel</Name>
<Summary xml:lang="tr">rapidjson için geliştirme dosyaları</Summary>
</Package>
</PISI>