new packages: libphonenumber and futuresql

This commit is contained in:
suvari
2025-07-13 16:15:17 +03:00
parent 1b4552c625
commit e62222048c
11 changed files with 381 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/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 kde6
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
kde6.configure()
def build():
kde6.make()
def install():
kde6.install()
pisitools.dodoc("README.md")
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>futuresql</Name>
<Homepage>https://api.kde.org/futuresql/html/index.html</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>futuresql</Icon>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Non-blocking Qt database framework</Summary>
<Description>A non-blocking database framework for Qt. FutureSQL was in part inspired by Diesel, and provides a higher level of abstraction than QtSql. Its features include non-blocking database access by default, relatively boilderplate-free queries, automatic database migrations and simple mapping to objects.</Description>
<Archive sha1sum="6eae044d65752264f838f8e578427d67fc86076b" type="targz">https://github.com/KDE/futuresql/archive/refs/tags/v0.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt6-sql-odbc</Dependency>
<Dependency>qt6-sql-mysql</Dependency>
<Dependency>qt6-sql-sqlite</Dependency>
<Dependency>qt6-sql-postgresql</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency versionFrom="6.9.0">qt6-base-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1"></Patch> -->
</Patches>
</Source>
<Package>
<Name>futuresql</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency versionFrom="6.9.0">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/FutureSQL6</Path>
<Path fileType="library">/usr/lib/libfuturesql6.so*</Path>
<Path fileType="library">/usr/lib/cmake/FutureSQL6</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2025-07-13</Date>
<Version>0.1.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>