gnome * ver. bump

This commit is contained in:
Rmys
2025-04-07 18:34:12 +03:00
parent 84b4508d9f
commit d2c5f3a3b5
7 changed files with 305284 additions and 304665 deletions
+305200 -304663
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
6c6cb93de4cacfb692baa44682a422aa5a24232c
bcb2db73d641b048f1d47068425c2edbb25324c0
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
9aa1be3bd495ba8dc2a3d9ca207535060bea7231
a5abd4503ca67c353bfae2ffe40424de2371408d
+28
View File
@@ -0,0 +1,28 @@
#!/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 shelltools
from pisi.actionsapi import get
def setup():
cmaketools.configure("-B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-Wno-dev \
-DFASTFLOAT_TEST=ON \
-DSYSTEM_DOCTEST=OFF")
def build():
cmaketools.make("-C build")
def install():
shelltools.cd ("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.cd ("..")
pisitools.dodoc("AUTHORS", "README*")
+46
View File
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>fast_float</Name>
<Homepage>https://github.com/fastfloat/fast_float/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<Summary>Fast and exact implementation of the C++ from_chars functions for float and double types</Summary>
<Description>Fast and exact implementation of the C++ from_chars functions for float and double types</Description>
<Archive sha1sum="f81ae632c3d24c19e44f760e84978b50d800b44c" type="targz">https://github.com/fastfloat/fast_float/archive/refs/tags/v8.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>fast_float.patch</Patch>
<Patch level="1">fast_float.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>fast_float</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-03-21</Date>
<Version>8.0.2</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>fast_float</Name>
<Summary xml:lang="tr">Fast and exact implementation of the C++ from_chars functions for float and double types</Summary>
<Description xml:lang="tr">Fast and exact implementation of the C++ from_chars functions for float and double types</Description>
</Source>
</PISI>