new packages: freetds, editline, libxkbcommon: version bump to 1.7.0

This commit is contained in:
suvari
2024-06-04 21:36:10 +03:00
parent da0f49c821
commit 791c9d14d9
12 changed files with 485 additions and 61 deletions
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>editline</Name>
<Homepage>https://troglobit.com/projects/editline/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>BSD</License>
<IsA>app:library</IsA>
<Summary>A small replacement for GNU readline() for UNIX</Summary>
<Description>This is a small line editing library. It can be linked into almost any program to provide command line editing and history functions. It is call compatible with the FSF readline library, but at a fraction of the size, and as a result fewer features.</Description>
<Archive sha1sum="45a63b83d787532d809a742bb27586df83e0ba22" type="tarxz">https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>editline</Name>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libeditline*</Path>
<Path fileType="man">/usr/share/man/man3/editline-troglobit.3.gz</Path>
</Files>
</Package>
<Package>
<Name>editline-devel</Name>
<RuntimeDependencies>
<Dependency release="current">editline</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-06-04</Date>
<Version>1.17.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>