Merge pull request #14349 from suvari/master

new packages: freetds, editline, libxkbcommon: version bump to 1.7.0
This commit is contained in:
Kamil ATLI
2024-06-04 21:36:57 +03:00
committed by GitHub
12 changed files with 485 additions and 61 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
autotools.configure("--prefix=/usr")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("LICENSE", "README.md")
# rename conflict man file with libedit
pisitools.rename("/usr/share/man/man3/editline.3", "editline-troglobit.3.gz")
+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>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>editline</Name>
<Summary xml:lang="tr">UNIX için GNU readline()'ın küçük bir alternatifi</Summary>
<Description xml:lang="tr">Bu küçük bir satır düzenleme kütüphanesidir. Komut satırı düzenleme ve geçmiş işlevlerini sağlamak için hemen hemen her programa bağlanabilir. FSF okuma satırı kitaplığıyla çağrı uyumludur, ancak boyutu çok küçüktür ve sonuç olarak daha az özellik içerir.</Description>
</Source>
<Package>
<Name>editline-devel</Name>
<Summary xml:lang="tr">editline için geliştirme dosyaları</Summary>
</Package>
</PISI>
+272 -52
View File
@@ -263007,7 +263007,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Description xml:lang="en">This software is a power manager for the Xfce desktop, Xfce power manager manages the power sources on the computer and the devices that can be controlled to reduce their power consumption(such as LCD brightness level, monitor sleep, CPU frequency scaling). In addition, xfce4-power-manager provides a set of freedesktop-compliant DBus interfaces to inform other applications about current power level so that they can adjust their power consumption</Description>
<Description xml:lang="tr">Xfce güç yöneticisi, kendi güç tüketimini azaltmak için bilgisayar güç kaynakları ve kontrol edilebilir aygıtları yönetir.(LCD parlaklık seviyesi, monitör uyku, CPU frekansı ölçekleme gibi)</Description>
<Description xml:lang="pl">Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: &quot;zasilanie z baterii&quot; i &quot;zasilanie z sieci&quot;, jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU.</Description>
<Archive type="tarbz2" sha1sum="6224b8d15af0591d0b28152bc3bbef52de1929ff" name="xfce4-power-manager-4.19.2.tar.bz2">https://archive.xfce.org/src/xfce/xfce4-power-manager/4.19/xfce4-power-manager-4.19.2.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="3feabf45ae3ac1bb4d71059781cb7488ccdf224a" name="xfce4-power-manager-4.19.3.tar.bz2">https://archive.xfce.org/src/xfce/xfce4-power-manager/4.19/xfce4-power-manager-4.19.3.tar.bz2</Archive>
<BuildDependencies>
<Dependency>intltool</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -263064,6 +263064,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="10">
<Date>2024-06-04</Date>
<Version>4.19.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2023-11-30</Date>
<Version>4.19.2</Version>
@@ -264605,6 +264612,56 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<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>
<PartOf>editor</PartOf>
<Summary xml:lang="en">A small replacement for GNU readline() for UNIX</Summary>
<Summary xml:lang="tr">UNIX için GNU readline()&apos;ın küçük bir alternatifi</Summary>
<Description xml:lang="en">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>
<Description xml:lang="tr">Bu küçük bir satır düzenleme kütüphanesidir. Komut satırı düzenleme ve geçmiş işlevlerini sağlamak için hemen hemen her programa bağlanabilir. FSF okuma satırı kitaplığıyla çağrı uyumludur, ancak boyutu çok küçüktür ve sonuç olarak daha az özellik içerir.</Description>
<Archive type="tarxz" sha1sum="45a63b83d787532d809a742bb27586df83e0ba22" name="editline-1.17.1.tar.xz">https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
</BuildDependencies>
<SourceURI>editor/editline/pspec.xml</SourceURI>
</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>
<Summary xml:lang="tr">editline için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">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>
</SpecFile>
<SpecFile>
<Source>
<Name>emacs</Name>
@@ -270870,7 +270927,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">Utilities for exFAT file system</Summary>
<Description xml:lang="en">This project aims to provide a full-featured exFAT file system implementation for GNU/Linux and other Unix-like systems as a FUSE module and a set of utilities.</Description>
<Archive type="targz" sha1sum="ab02c7a8c697a68c5562ca27eb7ede522d454de7" name="exfat-utils-1.3.0.tar.gz">https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz</Archive>
<Archive type="targz" sha1sum="98c246d65e6bbaf506283e8f03041fad219a5c4a" name="exfat-utils-1.4.0.tar.gz">https://github.com/relan/exfat/releases/download/v1.4.0/exfat-utils-1.4.0.tar.gz</Archive>
<SourceURI>hardware/disk/exfat-utils/pspec.xml</SourceURI>
</Source>
<Package>
@@ -270883,6 +270940,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="8">
<Date>2024-06-04</Date>
<Version>1.4.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2022-08-06</Date>
<Version>1.3.0</Version>
@@ -270947,7 +271011,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">exFAT filesystem userspace utilities.</Summary>
<Description xml:lang="en">As new exfat filesystem is merged into linux-5.7 kernel, exfatprogs is created as an official userspace utilities that contain all of the standard utilities for creating and fixing and debugging exfat filesystem in linux system.</Description>
<Archive type="tarxz" sha1sum="e6d7751fe5c61340d3b9ce15f2109c6e5563f267" name="exfatprogs-1.2.2.tar.xz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.2/exfatprogs-1.2.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="e38d25d9ccdf520cf23fbff283efa65b039b5cfb" name="exfatprogs-1.2.3.tar.xz">https://github.com/exfatprogs/exfatprogs/releases/download/1.2.3/exfatprogs-1.2.3.tar.xz</Archive>
<SourceURI>hardware/disk/exfatprogs/pspec.xml</SourceURI>
</Source>
<Package>
@@ -270959,6 +271023,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="9">
<Date>2024-06-04</Date>
<Version>1.2.3</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2023-10-30</Date>
<Version>1.2.2</Version>
@@ -338015,7 +338086,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="en">NetworkManager attempts to keep an active network connection available at all times.</Description>
<Description xml:lang="tr">NetworkManager, etkin bir bağlantı kurmak ve onu sürekli ayakta tutmak üzere tasarlanmış, D-Bus ve UDEV teknolojilerini kullanan bir ağ yönetim altyapısıdır.</Description>
<Icon>NetworkManager</Icon>
<Archive type="tarxz" sha1sum="3c11d700a2e81a7abce285ab94d015ac966f59d3" name="NetworkManager-1.46.0.tar.xz">https://download.gnome.org/sources/NetworkManager/1.46/NetworkManager-1.46.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="42a0081e817bb78a4e65ae3074387424476f3b5d" name="NetworkManager-1.48.0.tar.xz">https://download.gnome.org/sources/NetworkManager/1.48/NetworkManager-1.48.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>audit-devel</Dependency>
@@ -338132,7 +338203,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency>dbus-glib-devel</Dependency>
<Dependency release="41">NetworkManager</Dependency>
<Dependency release="42">NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -338143,13 +338214,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Name>NetworkManager-docs</Name>
<Summary xml:lang="en">Development files for NetworkManager</Summary>
<RuntimeDependencies>
<Dependency release="41">NetworkManager</Dependency>
<Dependency release="42">NetworkManager</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="42">
<Date>2024-06-01</Date>
<Version>1.48.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="41">
<Date>2024-02-23</Date>
<Version>1.46.0</Version>
@@ -345666,7 +345744,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Proxy yapılandırma kitaplığı</Summary>
<Description xml:lang="en">libproxy is a library that provides automatic proxy configuration management.</Description>
<Description xml:lang="tr">Otomatik proxy yapılandırma yönetimini sağlayan bir kitaplığı.</Description>
<Archive type="targz" sha1sum="0c19d6eb29d3b81fcd12e76e23692940391aa517" name="0.5.4.tar.gz">https://github.com/libproxy/libproxy/archive/refs/tags/0.5.4.tar.gz</Archive>
<Archive type="targz" sha1sum="996df274c731d9c5edb0d3769c7c3f889e8c4ff3" name="0.5.6.tar.gz">https://github.com/libproxy/libproxy/archive/refs/tags/0.5.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>gconf-devel</Dependency>
<Dependency>libXmu-devel</Dependency>
@@ -345709,7 +345787,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">libproxy için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency>glib2-devel</Dependency>
<Dependency release="12">libproxy</Dependency>
<Dependency release="13">libproxy</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -345718,6 +345796,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="13">
<Date>2024-06-03</Date>
<Version>0.5.6</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="12">
<Date>2024-02-11</Date>
<Version>0.5.4</Version>
@@ -412603,7 +412688,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Collection of C++ library code designed to augment the C++ standard library</Summary>
<Description xml:lang="en">Collection of C++ library code designed to augment the C++ standard library</Description>
<Description xml:lang="tr">Collection of C++ library code designed to augment the C++ standard library</Description>
<Archive type="targz" sha1sum="45c33cf7a07016f87fc3863880027bef383e5509" name="20230802.1.tar.gz">https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz</Archive>
<Archive type="targz" sha1sum="bb8a766f3aef8e294a864104b8ff3fc37b393210" name="abseil-cpp-20240116.2.tar.gz">https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>gtest-devel</Dependency>
@@ -412625,7 +412710,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>abseil-cpp-devel</Name>
<Summary xml:lang="en">Development files for abseil-cpp</Summary>
<RuntimeDependencies>
<Dependency release="9">abseil-cpp</Dependency>
<Dependency release="10">abseil-cpp</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -412634,6 +412719,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="10">
<Date>2024-06-02</Date>
<Version>20240116.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2023-11-17</Date>
<Version>20230802.1</Version>
@@ -421212,7 +421304,7 @@ yığın. Üç bölüm sağlar:</Description>
<Summary xml:lang="tr">Fast, safe, thread-friendly regular expression engine</Summary>
<Description xml:lang="en">Fast, safe, thread-friendly regular expression engine</Description>
<Description xml:lang="tr">Fast, safe, thread-friendly regular expression engine</Description>
<Archive type="targz" sha1sum="66ae6fe6d38580b064e5881e55d879ebf3cda3cb" name="re2-2023-11-01.tar.gz">https://github.com/google/re2/releases/download/2023-11-01/re2-2023-11-01.tar.gz</Archive>
<Archive type="targz" sha1sum="98220becc8bf1f4b90facfdb3b6e09fec9f7a733" name="re2-2024-06-01.tar.gz">https://github.com/google/re2/releases/download/2024-06-01/re2-2024-06-01.tar.gz</Archive>
<BuildDependencies>
<Dependency>abseil-cpp-devel</Dependency>
</BuildDependencies>
@@ -421234,7 +421326,7 @@ yığın. Üç bölüm sağlar:</Description>
<Name>re2-devel</Name>
<Summary xml:lang="en">Development files for re2</Summary>
<RuntimeDependencies>
<Dependency release="5">re2</Dependency>
<Dependency release="6">re2</Dependency>
<Dependency>abseil-cpp-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -421243,6 +421335,13 @@ yığın. Üç bölüm sağlar:</Description>
</Files>
</Package>
<History>
<Update release="6">
<Date>2024-06-02</Date>
<Version>20240601</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2023-11-16</Date>
<Version>20231101</Version>
@@ -427338,7 +427437,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="tr">NetBSD Editline kitaplığının Linux portu</Summary>
<Description xml:lang="en">libedit is a command line editing and history library. It is designed to be used by interactive programs that allow the user to type commands at a terminal prompt.</Description>
<Description xml:lang="tr">libedit, geçmiş bilgisini ve komut satırı düzenleme işlerini kolaylaştıran bir kitaplıktır.</Description>
<Archive type="targz" sha1sum="25b3d7f7570cf4c23322efc40865ee8e6d42ee6b" name="libedit-20230828-3.1.tar.gz">https://thrysoee.dk/editline/libedit-20230828-3.1.tar.gz</Archive>
<Archive type="targz" sha1sum="74e20f38fe593a6b7c686e42e28183291ad91e28" name="libedit-20240517-3.1.tar.gz">https://thrysoee.dk/editline/libedit-20240517-3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
</BuildDependencies>
@@ -427360,7 +427459,7 @@ to create header files and sources from protocol files.</Description>
<Summary xml:lang="en">Development files for libedit</Summary>
<Summary xml:lang="tr">libedit için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="9">libedit</Dependency>
<Dependency release="10">libedit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -427369,6 +427468,13 @@ to create header files and sources from protocol files.</Description>
</Files>
</Package>
<History>
<Update release="10">
<Date>2024-06-02</Date>
<Version>3.1.20240517</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2023-10-21</Date>
<Version>3.1.20230828</Version>
@@ -441776,7 +441882,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Hızlı, çok kullanıcılı ve çok görevli SQL veritabanı sunucusu</Summary>
<Description xml:lang="en">MariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server.</Description>
<Description xml:lang="tr">MySQL, çoklu iş parçacıklı (multi-threaded), çok kullanıcılı (multi-user), hızlı ve sağlam (robust) bir Veritabanı yönetim sistemidir. Özelllikle basit web uygulamaları için LAMP sistemi içinde sıkça tercih edilmektedir.</Description>
<Archive type="targz" sha1sum="a06fc399b0d0027f4753a27032597829d98d304d" name="mariadb-11.1.2.tar.gz">https://downloads.mariadb.org/interstitial/mariadb-11.1.2/source/mariadb-11.1.2.tar.gz</Archive>
<Archive type="targz" sha1sum="d2e8e198d5c55e6af47f3b082c2d122ae7072fc9" name="mariadb-11.4.2.tar.gz">https://downloads.mariadb.org/interstitial/mariadb-11.4.2/source/mariadb-11.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>ncurses-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -441859,7 +441965,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">MariaDB istemci uygulamaları</Summary>
<IsA>app:console</IsA>
<RuntimeDependencies>
<Dependency version="11.1.2">mariadb-lib</Dependency>
<Dependency version="11.4.2">mariadb-lib</Dependency>
<Dependency>libaio</Dependency>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
@@ -441886,8 +441992,8 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">MariaDB sunucusu ve ilgili dosyalar</Summary>
<IsA>service</IsA>
<RuntimeDependencies>
<Dependency version="11.1.2">mariadb-lib</Dependency>
<Dependency version="11.1.2">mariadb-client</Dependency>
<Dependency version="11.4.2">mariadb-lib</Dependency>
<Dependency version="11.4.2">mariadb-client</Dependency>
<Dependency>xz</Dependency>
<Dependency>lz4</Dependency>
<Dependency>lzo</Dependency>
@@ -441990,6 +442096,13 @@ contacts, tasks, and calendar information.</Summary>
</Replaces>
</Package>
<History>
<Update release="11">
<Date>2024-06-03</Date>
<Version>11.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="10">
<Date>2023-11-15</Date>
<Version>11.1.2</Version>
@@ -442084,11 +442197,12 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Güçlü bir açık kaynaklı ilişkisel veritabanı sistemi</Summary>
<Description xml:lang="en">PostgreSQL is a powerful, open source relational database system.</Description>
<Description xml:lang="tr">PostgreSQL, açık kaynak kodlu, güçlü bir ilişkisel veritabanıdır</Description>
<Archive type="tarbz2" sha1sum="9024e68120af0f033d3331c7f298af5a7b2e2bce" name="postgresql-15.4.tar.bz2">https://ftp.postgresql.org/pub/source/v15.4/postgresql-15.4.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="fc3d0e598410bbdf59f240821c9c77a6936467b6" name="postgresql-16.2.tar.bz2">https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>lz4-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -442097,8 +442211,11 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>tcl-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency versionFrom="2.6.6">openldap-server</Dependency>
<Dependency versionFrom="2.6.8">openldap-server</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch</Patch>
</Patches>
<SourceURI>server/database/postgresql/pspec.xml</SourceURI>
</Source>
<Package>
@@ -442108,6 +442225,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>pam</Dependency>
<Dependency>lz4</Dependency>
<Dependency>zlib</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>openssl</Dependency>
@@ -442209,7 +442327,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Essential shared libraries for any PostgreSQL client program or interface</Summary>
<IsA>library</IsA>
<RuntimeDependencies>
<Dependency release="13">postgresql-server</Dependency>
<Dependency release="14">postgresql-server</Dependency>
<Dependency>openssl-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -442218,6 +442336,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-06-03</Date>
<Version>16.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2024-05-18</Date>
<Version>15.4</Version>
@@ -442544,6 +442669,72 @@ contacts, tasks, and calendar information.</Summary>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>freetds</Name>
<Homepage>https://www.freetds.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>server.database</PartOf>
<Summary xml:lang="en">Library for accessing Sybase and MS SQL Server databases</Summary>
<Summary xml:lang="tr">Sybase ve MS SQL Server veritabanlarına erişmek için Kütüphane.</Summary>
<Description xml:lang="en">FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.</Description>
<Description xml:lang="tr">FreeTDS, programlarınızın Microsoft SQL Server ve Sybase veritabanlarıyla yerel olarak konuşmasına olanak tanıyan, Unix ve Linux için bir dizi kitaplıktır.</Description>
<Icon>freetds</Icon>
<Archive type="targz" sha1sum="f13f4d7c278ab2ce916e0f1714e2fa2c1e6cd86a" name="freetds-1.4.17.tar.gz">https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>unixODBC-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
</BuildDependencies>
<SourceURI>server/misc/freetds/pspec.xml</SourceURI>
</Source>
<Package>
<Name>freetds</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>readline</Dependency>
<Dependency>unixODBC</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/freetds</Path>
<Path fileType="library">/usr/lib/libct*</Path>
<Path fileType="library">/usr/lib/libsybdb*</Path>
<Path fileType="library">/usr/lib/libtdsodbc*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/freetds</Path>
</Files>
</Package>
<Package>
<Name>freetds-devel</Name>
<Summary xml:lang="en">Development files for freetds</Summary>
<Summary xml:lang="tr">freetds için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">freetds</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-03</Date>
<Version>1.4.17</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libvncserver</Name>
@@ -442962,7 +443153,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">LDAP uygulamaları ve geliştirme araçları</Summary>
<Description xml:lang="en">OpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development tools</Description>
<Description xml:lang="tr">LDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir</Description>
<Archive type="targz" sha1sum="633bc0ce9b5d91852c1fe38c720763f32d18390f" name="openldap-2.6.6.tgz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.6.tgz</Archive>
<Archive type="targz" sha1sum="6fd946938df37e2133e043c422039d3a71bd90d4" name="openldap-2.6.8.tgz">ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.8.tgz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>db-devel</Dependency>
@@ -442972,7 +443163,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libtool-ltdl</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>unixODBC-devel</Dependency>
<Dependency>mariadb-server</Dependency>
<Dependency versionFrom="11.4.2">mariadb-server</Dependency>
<Dependency>libutil-linux-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
<Dependency>chrpath</Dependency>
@@ -443016,7 +443207,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>libtool-ltdl</Dependency>
<Dependency>nss</Dependency>
<Dependency>cyrus-sasl</Dependency>
<Dependency release="11">openldap-client</Dependency>
<Dependency release="12">openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/conf.d</Path>
@@ -443055,13 +443246,20 @@ contacts, tasks, and calendar information.</Summary>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>openssl-32bit</Dependency>
<Dependency release="11">openldap-client</Dependency>
<Dependency release="12">openldap-client</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2024-06-03</Date>
<Version>2.6.8</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2023-11-23</Date>
<Version>2.6.6</Version>
@@ -452811,7 +453009,7 @@ contacts, tasks, and calendar information.</Summary>
<Description xml:lang="en">Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.</Description>
<Description xml:lang="tr">NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir.</Description>
<Description xml:lang="es">Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad.</Description>
<Archive type="targz" sha1sum="299576791b2072c1bd696a547ca73c145fbedc34" name="nss-3.99.tar.gz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_99_RTM/src/nss-3.99.tar.gz</Archive>
<Archive type="targz" sha1sum="cb89a9da979d571d22b24c715e4f97b4aac47afc" name="nss-3.100.tar.gz">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_100_RTM/src/nss-3.100.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
<AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
@@ -452854,7 +453052,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">nss için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency versionFrom="4.33">nspr-devel</Dependency>
<Dependency release="55">nss</Dependency>
<Dependency release="56">nss</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/nss-config</Path>
@@ -452864,6 +453062,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="56">
<Date>2024-06-03</Date>
<Version>3.100</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="55">
<Date>2024-04-15</Date>
<Version>3.99</Version>
@@ -462771,7 +462976,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<Description xml:lang="en">libdrm is a library providing the userspace interface to kernel DRM services.</Description>
<Description xml:lang="tr">libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır.</Description>
<Archive type="tarxz" sha1sum="7f5c33bcd77906d418280eac541a1f5255c90ec1" name="libdrm-2.4.120.tar.xz">https://dri.freedesktop.org/libdrm/libdrm-2.4.120.tar.xz</Archive>
<Archive type="tarxz" sha1sum="dc61485b577eb7a69ad68d76cfac3ff033af87a0" name="libdrm-2.4.121.tar.xz">https://dri.freedesktop.org/libdrm/libdrm-2.4.121.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>docbook-xsl</Dependency>
@@ -462805,7 +463010,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for intel</Summary>
<Summary xml:lang="tr">Çekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="30">libdrm</Dependency>
<Dependency>libpciaccess</Dependency>
</RuntimeDependencies>
<Files>
@@ -462817,7 +463022,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for nouveau</Summary>
<Summary xml:lang="tr">Çekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="30">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_nouveau.*</Path>
@@ -462828,7 +463033,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Userspace interface to kernel DRM services for radeon</Summary>
<Summary xml:lang="tr">Çekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz</Summary>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="30">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_radeon.*</Path>
@@ -462838,7 +463043,7 @@ contacts, tasks, and calendar information.</Summary>
<Name>libdrm-amd</Name>
<Summary xml:lang="en">Userspace interface to kernel DRM services for amdgpu</Summary>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="30">libdrm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libdrm_amdgpu.*</Path>
@@ -462849,11 +463054,11 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for libdrm</Summary>
<Summary xml:lang="tr">libdrm için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="29">libdrm-intel</Dependency>
<Dependency release="29">libdrm-nouveau</Dependency>
<Dependency release="29">libdrm-radeon</Dependency>
<Dependency release="29">libdrm-amd</Dependency>
<Dependency release="30">libdrm</Dependency>
<Dependency release="30">libdrm-intel</Dependency>
<Dependency release="30">libdrm-nouveau</Dependency>
<Dependency release="30">libdrm-radeon</Dependency>
<Dependency release="30">libdrm-amd</Dependency>
<Dependency>libpciaccess-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -462874,7 +463079,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="29">libdrm</Dependency>
<Dependency release="30">libdrm</Dependency>
<Dependency versionFrom="0.13.4">libpciaccess-32bit</Dependency>
</RuntimeDependencies>
<Files>
@@ -462888,8 +463093,8 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="29">libdrm-intel</Dependency>
<Dependency release="29">libdrm-32bit</Dependency>
<Dependency release="30">libdrm-intel</Dependency>
<Dependency release="30">libdrm-32bit</Dependency>
<Dependency>libpciaccess-32bit</Dependency>
</RuntimeDependencies>
<Files>
@@ -462903,8 +463108,8 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="29">libdrm-nouveau</Dependency>
<Dependency release="29">libdrm-32bit</Dependency>
<Dependency release="30">libdrm-nouveau</Dependency>
<Dependency release="30">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_nouveau.*</Path>
@@ -462917,8 +463122,8 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="29">libdrm-radeon</Dependency>
<Dependency release="29">libdrm-32bit</Dependency>
<Dependency release="30">libdrm-radeon</Dependency>
<Dependency release="30">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_radeon.*</Path>
@@ -462930,14 +463135,21 @@ contacts, tasks, and calendar information.</Summary>
<PartOf>emul32</PartOf>
<BuildType>emul32</BuildType>
<RuntimeDependencies>
<Dependency release="29">libdrm-amd</Dependency>
<Dependency release="29">libdrm-32bit</Dependency>
<Dependency release="30">libdrm-amd</Dependency>
<Dependency release="30">libdrm-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32/libdrm_amdgpu.*</Path>
</Files>
</Package>
<History>
<Update release="30">
<Date>2024-06-03</Date>
<Version>2.4.121</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="29">
<Date>2024-01-14</Date>
<Version>2.4.120</Version>
@@ -466280,20 +466492,21 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="tr">Evdev keycode&apos;larını keysms türüne çeviren bir kitaplık</Summary>
<Description xml:lang="en">Library to convert evdev keycodes to keysyms</Description>
<Description xml:lang="tr">Evdev keycode&apos;larını keysms türüne çeviren bir kitaplık</Description>
<Archive type="tarxz" sha1sum="95a9547dd6efe72fd52b33c5f37a0317e8704bde" name="libxkbcommon-1.6.0.tar.xz">https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6c9b00437feb6389470bb6dbce66f6f7d16f09bc" name="libxkbcommon-1.7.0.tar.xz">https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-server</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency>xkeyboard-config</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>xkeyboard-config</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
<SourceURI>x11/library/libxkbcommon/pspec.xml</SourceURI>
</Source>
@@ -466318,7 +466531,7 @@ contacts, tasks, and calendar information.</Summary>
<Summary xml:lang="en">Development files for libxkbcommon</Summary>
<Summary xml:lang="tr">libxkbcommon için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="13">libxkbcommon</Dependency>
<Dependency release="14">libxkbcommon</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
</RuntimeDependencies>
@@ -466339,7 +466552,7 @@ contacts, tasks, and calendar information.</Summary>
<Dependency>wayland-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="13">libxkbcommon</Dependency>
<Dependency release="14">libxkbcommon</Dependency>
<Dependency>libxcb-32bit</Dependency>
<Dependency>libxml2-32bit</Dependency>
</RuntimeDependencies>
@@ -466348,6 +466561,13 @@ contacts, tasks, and calendar information.</Summary>
</Files>
</Package>
<History>
<Update release="14">
<Date>2024-06-03</Date>
<Version>1.7.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-10-16</Date>
<Version>1.6.0</Version>
+1 -1
View File
@@ -1 +1 @@
26e66f3f7d0f4c772115188604137d95ab539b37
0d7c12d3752cc95a31bc8ed12e39e60c5b86a295
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
5708ebbdccff99fb4b30bc0108d741b09f179816
6871ef5e2f46a7deee5991f87ddbb1da5993a550
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
# if pisi can't find source directory, see /var/pisi/freetds/work/ and:
# WorkDir="freetds-"+ get.srcVERSION() +"/sub_project_dir/"
def setup():
autotools.configure("--prefix=/usr \
--sysconfdir=/etc/freetds \
--enable-msdblib \
--with-unixodbc=/usr \
--with-openssl")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("ChangeLog", "COPYING*", "README.md")
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>freetds</Name>
<Homepage>https://www.freetds.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<PartOf>server.database</PartOf>
<Icon>freetds</Icon>
<IsA>library</IsA>
<Summary>Library for accessing Sybase and MS SQL Server databases</Summary>
<Description>FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.</Description>
<Archive sha1sum="f13f4d7c278ab2ce916e0f1714e2fa2c1e6cd86a" type="targz">https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>readline-devel</Dependency>
<Dependency>unixODBC-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>freetds</Name>
<RuntimeDependencies>
<Dependency>openssl</Dependency>
<Dependency>readline</Dependency>
<Dependency>unixODBC</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/freetds</Path>
<Path fileType="library">/usr/lib/libct*</Path>
<Path fileType="library">/usr/lib/libsybdb*</Path>
<Path fileType="library">/usr/lib/libtdsodbc*</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/freetds</Path>
</Files>
</Package>
<Package>
<Name>freetds-devel</Name>
<Summary>Development files for freetds</Summary>
<RuntimeDependencies>
<Dependency release="current">freetds</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-03</Date>
<Version>1.4.17</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
+15
View File
@@ -0,0 +1,15 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>freetds</Name>
<Summary xml:lang="tr">Sybase ve MS SQL Server veritabanlarına erişmek için Kütüphane.</Summary>
<Description xml:lang="tr">FreeTDS, programlarınızın Microsoft SQL Server ve Sybase veritabanlarıyla yerel olarak konuşmasına olanak tanıyan, Unix ve Linux için bir dizi kitaplıktır.</Description>
</Source>
<Package>
<Name>freetds-devel</Name>
<Summary xml:lang="tr">freetds için geliştirme dosyaları</Summary>
</Package>
</PISI>
<!-- By PiSiDo 2.0.0 -->
+2 -2
View File
@@ -13,6 +13,7 @@ from pisi.actionsapi import mesontools
def setup():
options = "-Denable-docs=false"
if get.buildTYPE() == "emul32":
@@ -22,7 +23,6 @@ def setup():
mesontools.configure(options)
def build():
mesontools.build()
def install():
@@ -33,4 +33,4 @@ def install():
pisitools.removeDir("/usr/bin32")
return
pisitools.dodoc("README*", "NEWS", "LICENSE")
pisitools.dodoc("README*", "LICENSE")
+13 -5
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>libxkbcommon</Name>
@@ -12,20 +12,21 @@
<IsA>library</IsA>
<Summary>Library to convert evdev keycodes to keysyms</Summary>
<Description>Library to convert evdev keycodes to keysyms</Description>
<Archive sha1sum="95a9547dd6efe72fd52b33c5f37a0317e8704bde" type="tarxz">https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz</Archive>
<Archive sha1sum="6c9b00437feb6389470bb6dbce66f6f7d16f09bc" type="tarxz">https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>xorg-proto</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>util-macros</Dependency>
<Dependency>libxcb-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-cursor</Dependency>
<Dependency>wayland-server</Dependency>
<Dependency>wayland-client</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency>xkeyboard-config</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>xkeyboard-config</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
</BuildDependencies>
</Source>
@@ -82,6 +83,13 @@
</Package>
<History>
<Update release="14">
<Date>2024-06-03</Date>
<Version>1.7.0</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-10-16</Date>
<Version>1.6.0</Version>