immer: new package for krita
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<Description xml:lang="en">Krita is a free and open source digital painting application. It is for artists who want to create professional work from start to end. </Description>
|
||||
<Archive sha1sum="b4b0d4bee8b4cc7a19a7d6a04a9cd34070cf3362" type="tarxz">https://download.kde.org/stable/krita/5.2.0/krita-5.2.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>immer</Dependency>
|
||||
<Dependency>eigen3</Dependency>
|
||||
<Dependency>kio-devel</Dependency>
|
||||
<Dependency>pkgconfig</Dependency>
|
||||
|
||||
+381125
-380791
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
8d59dc8811a24737a70b8b742f53c6286fcf10c1
|
||||
172348f367606e5668b00998c402f3e63aff456a
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
81708dc77c8a73ec6ee179d756490047f186cb5c
|
||||
1c556de4db66f58d6b1c1a5bd79be007720c306a
|
||||
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env 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 cmaketools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
cmaketools.configure("-DCMAKE_INSTALL_PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>immer</Name>
|
||||
<Homepage>https://sinusoid.es/immer</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>boost</License>
|
||||
<Icon></Icon>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Postmodern immutable and persistent data structures for C++</Summary>
|
||||
<Description>immer is a library of persistent and immutable data structures written in C++. These enable whole new kinds of architectures for interactive and concurrent programs of striking simplicity, correctness, and performance.</Description>
|
||||
<Archive sha1sum="3ab24d01bc6952f5fc0258020271db74f9d30585" type="targz">https://github.com/arximboldi/immer/archive/refs/tags/v0.8.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>catch2</Dependency>
|
||||
<Dependency>ccache</Dependency>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>guile-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>immer</Name>
|
||||
<RuntimeDependencies>
|
||||
<!-- <Dependency>libgcc</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/immer</Path>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="library">/usr/lib/cmake/Immer</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-11-01</Date>
|
||||
<Version>0.8.1</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>immer</Name>
|
||||
<Summary xml:lang="tr">C++ için postmodern değişmez ve kalıcı veri yapıları</Summary>
|
||||
<Description xml:lang="tr">immer, C++ ile yazılmış kalıcı ve değişmez veri yapılarından oluşan bir kütüphanedir. Bunlar, çarpıcı basitlik, doğruluk ve performansa sahip etkileşimli ve eşzamanlı programlar için tamamen yeni mimari türlerine olanak tanır.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user