diff --git a/pisi-index.xml b/pisi-index.xml index 8c15290b44..a404ce01cd 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -96835,6 +96835,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.kunitconversion-devel grantlee-qt5-devel libkleo-devel + grantleetheme-devel desktop/kde/applications/akonadi-contacts/pspec.xml @@ -277444,7 +277445,7 @@ contacts, tasks, and calendar information. Bir C11 / gnu11 aracları bulunan C kitaplığı 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. Shlomi Fish'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. - https://github.com/shlomif/rinutils/archive/0.2.0.tar.gz + https://github.com/shlomif/rinutils/archive/0.8.0.tar.gz cmake @@ -277465,7 +277466,7 @@ contacts, tasks, and calendar information. rinutils-devel Development files for rinutils - rinutils + rinutils /usr/include @@ -277473,6 +277474,13 @@ contacts, tasks, and calendar information. + + 2021-05-10 + 0.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-14 0.2.0 @@ -279596,6 +279604,62 @@ provide integrated access to the cloud providers services. + + + black-hole-solver + https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + programming.library + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz + + cmake + perl-path-tiny + python3-devel + rinutils-devel + + programming/library/black-hole-solver/pspec.xml + + + black-hole-solver + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + black-hole-solver-devel + Development files for black-hole-solver + + black-hole-solver + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + 2021-05-10 + 1.10.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + catch2 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f318b44489..43c9115daf 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -3f161303f25ad7c9ca8a3ccb58aa5203d45069bc \ No newline at end of file +77642c85f62823b959241b4ee03ca53e21ab2724 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 1b7bdcddf7..e93517c310 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 06422a2bf7..5cb3802376 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2e92304d8d602278bb5074a96d7bbba2d07fcfea \ No newline at end of file +c1a6d34954ebda4f616103ce4c0fff281e7207fc \ No newline at end of file diff --git a/programming/library/black-hole-solver/actions.py b/programming/library/black-hole-solver/actions.py new file mode 100644 index 0000000000..111d3f740e --- /dev/null +++ b/programming/library/black-hole-solver/actions.py @@ -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*") diff --git a/programming/library/black-hole-solver/pspec.xml b/programming/library/black-hole-solver/pspec.xml new file mode 100644 index 0000000000..77e6faf3c9 --- /dev/null +++ b/programming/library/black-hole-solver/pspec.xml @@ -0,0 +1,63 @@ + + + + + black-hole-solver + https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + library + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + https://fc-solve.shlomifish.org/downloads/fc-solve/black-hole-solver-1.10.1.tar.xz + + cmake + perl-path-tiny + python3-devel + rinutils-devel + + + + + + black-hole-solver + + /usr/bin + /usr/lib + /usr/share + /usr/share/man + /usr/share/doc + + + + + black-hole-solver-devel + Development files for black-hole-solver + + black-hole-solver + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2021-05-10 + 1.10.1 + First release + Pisi Linux Admins + admin@pisilinux.org + + + diff --git a/programming/library/black-hole-solver/translations.xml b/programming/library/black-hole-solver/translations.xml new file mode 100644 index 0000000000..4091887e24 --- /dev/null +++ b/programming/library/black-hole-solver/translations.xml @@ -0,0 +1,8 @@ + + + + black-hole-solver + The Black Hole Solitaire Solver Executable + The Black Hole Solitaire Solver Executable + +