black-hole-solver

This commit is contained in:
Rmys
2021-05-10 17:24:30 +03:00
parent c0255c9b4c
commit 2704fa6760
7 changed files with 159 additions and 4 deletions
+66 -2
View File
@@ -96835,6 +96835,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Dependency>kunitconversion-devel</Dependency>
<Dependency>grantlee-qt5-devel</Dependency>
<Dependency>libkleo-devel</Dependency>
<Dependency>grantleetheme-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/applications/akonadi-contacts/pspec.xml</SourceURI>
</Source>
@@ -277444,7 +277445,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Bir C11 / gnu11 aracları bulunan C kitaplığı</Summary>
<Description xml:lang="en">This is a set of C headers containing macros and static functions that are expected to work on Unix-like systems and MS Windows that have been extracted from Shlomi Fish´s projects.</Description>
<Description xml:lang="tr">Shlomi Fish&apos;in projelerinden çıkartılmış hem *nix hem ms windows platformlarında çalışması beklenen C başlık makro ve durağan yordamları içeren C kitaplığıdır.</Description>
<Archive type="targz" sha1sum="1d2a8f87583e37ee1e74c0bd54b097100cab6059" name="0.2.0.tar.gz">https://github.com/shlomif/rinutils/archive/0.2.0.tar.gz</Archive>
<Archive type="binary" sha1sum="ec645bc224c30060e43434b1f110436f5c2c78bc" name="0.8.0.tar.gz">https://github.com/shlomif/rinutils/archive/0.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -277465,7 +277466,7 @@ contacts, tasks, and calendar information.</Summary>
<Name>rinutils-devel</Name>
<Summary xml:lang="en">Development files for rinutils</Summary>
<RuntimeDependencies>
<Dependency release="1">rinutils</Dependency>
<Dependency release="2">rinutils</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -277473,6 +277474,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-05-10</Date>
<Version>0.8.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-01-14</Date>
<Version>0.2.0</Version>
@@ -279596,6 +279604,62 @@ provide integrated access to the cloud providers services.</Description>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>black-hole-solver</Name>
<Homepage>https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">The Black Hole Solitaire Solver Executable</Summary>
<Summary xml:lang="tr">The Black Hole Solitaire Solver Executable</Summary>
<Description xml:lang="en">The Black Hole Solitaire Solver Executable</Description>
<Description xml:lang="tr">The Black Hole Solitaire Solver Executable</Description>
<Archive type="tarxz" sha1sum="92ae013bd296097095a0a5ec3918a98d3c555acf" name="black-hole-solver-1.10.1.tar.xz">https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>rinutils-devel</Dependency>
</BuildDependencies>
<SourceURI>programming/library/black-hole-solver/pspec.xml</SourceURI>
</Source>
<Package>
<Name>black-hole-solver</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>black-hole-solver-devel</Name>
<Summary xml:lang="en">Development files for black-hole-solver</Summary>
<RuntimeDependencies>
<Dependency release="1">black-hole-solver</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>2021-05-10</Date>
<Version>1.10.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>catch2</Name>
+1 -1
View File
@@ -1 +1 @@
3f161303f25ad7c9ca8a3ccb58aa5203d45069bc
77642c85f62823b959241b4ee03ca53e21ab2724
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
2e92304d8d602278bb5074a96d7bbba2d07fcfea
c1a6d34954ebda4f616103ce4c0fff281e7207fc
@@ -0,0 +1,20 @@
#!/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()
def build():
cmaketools.make()
def install():
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING*", "README*")
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>black-hole-solver</Name>
<Homepage>https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<Summary>The Black Hole Solitaire Solver Executable</Summary>
<Description>The Black Hole Solitaire Solver Executable</Description>
<Archive sha1sum="92ae013bd296097095a0a5ec3918a98d3c555acf" type="tarxz">https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>perl-path-tiny</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>rinutils-devel</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>black-hole-solver.patch</Patch>
<Patch level="1">black-hole-solver.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>black-hole-solver</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>black-hole-solver-devel</Name>
<Summary>Development files for black-hole-solver</Summary>
<RuntimeDependencies>
<Dependency release="current">black-hole-solver</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>2021-05-10</Date>
<Version>1.10.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>black-hole-solver</Name>
<Summary xml:lang="tr">The Black Hole Solitaire Solver Executable</Summary>
<Description xml:lang="tr">The Black Hole Solitaire Solver Executable</Description>
</Source>
</PISI>