diff --git a/editor/editline/actions.py b/editor/editline/actions.py
new file mode 100644
index 0000000000..3152085330
--- /dev/null
+++ b/editor/editline/actions.py
@@ -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")
+
diff --git a/editor/editline/pspec.xml b/editor/editline/pspec.xml
new file mode 100644
index 0000000000..47b77a21e7
--- /dev/null
+++ b/editor/editline/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ editline
+ https://troglobit.com/projects/editline/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ BSD
+ app:library
+ A small replacement for GNU readline() for UNIX
+ 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.
+ https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz
+
+ glibc-devel
+
+
+
+
+ editline
+
+ /usr/share/doc
+ /usr/lib/libeditline*
+ /usr/share/man/man3/editline-troglobit.3.gz
+
+
+
+
+ editline-devel
+
+ editline
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-06-04
+ 1.17.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/editor/editline/translations.xml b/editor/editline/translations.xml
new file mode 100644
index 0000000000..5aecbb92ae
--- /dev/null
+++ b/editor/editline/translations.xml
@@ -0,0 +1,13 @@
+
+
+
+ editline
+ UNIX için GNU readline()'ın küçük bir alternatifi
+ 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.
+
+
+
+ editline-devel
+ editline için geliştirme dosyaları
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 2faa076399..542e0dcb91 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -263007,7 +263007,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.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
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)Ten menedżer zasilania dla środowiska Xfce4, pozwala użytkownikom laptopów tworzyć profile zasilania dla dwóch różnych trybów: "zasilanie z baterii" i "zasilanie z sieci", jednocześnie wciąż pozwalając użytkownikom zmieniać ustawienia DPMS i częstotliwość CPU.
- https://archive.xfce.org/src/xfce/xfce4-power-manager/4.19/xfce4-power-manager-4.19.2.tar.bz2
+ https://archive.xfce.org/src/xfce/xfce4-power-manager/4.19/xfce4-power-manager-4.19.3.tar.bz2intltoolgtk3-devel
@@ -263064,6 +263064,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2024-06-04
+ 4.19.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-11-304.19.2
@@ -264605,6 +264612,56 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+
+ editline
+ https://troglobit.com/projects/editline/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ BSD
+ app:library
+ editor
+ A small replacement for GNU readline() for UNIX
+ UNIX için GNU readline()'ın küçük bir alternatifi
+ 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.
+ 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.
+ https://github.com/troglobit/editline/releases/download/1.17.1/editline-1.17.1.tar.xz
+
+ glibc-devel
+
+ editor/editline/pspec.xml
+
+
+ editline
+
+ /usr/share/doc
+ /usr/lib/libeditline*
+ /usr/share/man/man3/editline-troglobit.3.gz
+
+
+
+ editline-devel
+ editline için geliştirme dosyaları
+
+ editline
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-06-04
+ 1.17.1
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ emacs
@@ -270870,7 +270927,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.hardware.disk
Utilities for exFAT file systemThis 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.
- https://github.com/relan/exfat/releases/download/v1.3.0/exfat-utils-1.3.0.tar.gz
+ https://github.com/relan/exfat/releases/download/v1.4.0/exfat-utils-1.4.0.tar.gzhardware/disk/exfat-utils/pspec.xml
@@ -270883,6 +270940,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2024-06-04
+ 1.4.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2022-08-061.3.0
@@ -270947,7 +271011,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.hardware.disk
exFAT filesystem userspace utilities.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.
- https://github.com/exfatprogs/exfatprogs/releases/download/1.2.2/exfatprogs-1.2.2.tar.xz
+ https://github.com/exfatprogs/exfatprogs/releases/download/1.2.3/exfatprogs-1.2.3.tar.xzhardware/disk/exfatprogs/pspec.xml
@@ -270959,6 +271023,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.
+
+ 2024-06-04
+ 1.2.3
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-10-301.2.2
@@ -338015,7 +338086,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
NetworkManager attempts to keep an active network connection available at all times.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.NetworkManager
- https://download.gnome.org/sources/NetworkManager/1.46/NetworkManager-1.46.0.tar.xz
+ https://download.gnome.org/sources/NetworkManager/1.48/NetworkManager-1.48.0.tar.xzmesonaudit-devel
@@ -338132,7 +338203,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
glib2-develdbus-glib-devel
- NetworkManager
+ NetworkManager/usr/include
@@ -338143,13 +338214,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
NetworkManager-docsDevelopment files for NetworkManager
- NetworkManager
+ NetworkManager/usr/share/gtk-doc
+
+ 2024-06-01
+ 1.48.0
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2024-02-231.46.0
@@ -345666,7 +345744,7 @@ complete albums that you have purchased from Amazon.
Proxy yapılandırma kitaplığılibproxy is a library that provides automatic proxy configuration management.Otomatik proxy yapılandırma yönetimini sağlayan bir kitaplığı.
- https://github.com/libproxy/libproxy/archive/refs/tags/0.5.4.tar.gz
+ https://github.com/libproxy/libproxy/archive/refs/tags/0.5.6.tar.gzgconf-devellibXmu-devel
@@ -345709,7 +345787,7 @@ complete albums that you have purchased from Amazon.
libproxy için geliştirme dosyalarıglib2-devel
- libproxy
+ libproxy/usr/include
@@ -345718,6 +345796,13 @@ complete albums that you have purchased from Amazon.
+
+ 2024-06-03
+ 0.5.6
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2024-02-110.5.4
@@ -412603,7 +412688,7 @@ complete albums that you have purchased from Amazon.
Collection of C++ library code designed to augment the C++ standard libraryCollection of C++ library code designed to augment the C++ standard libraryCollection of C++ library code designed to augment the C++ standard library
- https://github.com/abseil/abseil-cpp/archive/refs/tags/20230802.1.tar.gz
+ https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.tar.gzcmakegtest-devel
@@ -412625,7 +412710,7 @@ complete albums that you have purchased from Amazon.
abseil-cpp-develDevelopment files for abseil-cpp
- abseil-cpp
+ abseil-cpp/usr/include
@@ -412634,6 +412719,13 @@ complete albums that you have purchased from Amazon.
+
+ 2024-06-02
+ 20240116.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-11-1720230802.1
@@ -421212,7 +421304,7 @@ yığın. Üç bölüm sağlar:
Fast, safe, thread-friendly regular expression engineFast, safe, thread-friendly regular expression engineFast, safe, thread-friendly regular expression engine
- https://github.com/google/re2/releases/download/2023-11-01/re2-2023-11-01.tar.gz
+ https://github.com/google/re2/releases/download/2024-06-01/re2-2024-06-01.tar.gzabseil-cpp-devel
@@ -421234,7 +421326,7 @@ yığın. Üç bölüm sağlar:
re2-develDevelopment files for re2
- re2
+ re2abseil-cpp-devel
@@ -421243,6 +421335,13 @@ yığın. Üç bölüm sağlar:
+
+ 2024-06-02
+ 20240601
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-11-1620231101
@@ -427338,7 +427437,7 @@ to create header files and sources from protocol files.
NetBSD Editline kitaplığının Linux portulibedit 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.libedit, geçmiş bilgisini ve komut satırı düzenleme işlerini kolaylaştıran bir kitaplıktır.
- https://thrysoee.dk/editline/libedit-20230828-3.1.tar.gz
+ https://thrysoee.dk/editline/libedit-20240517-3.1.tar.gzncurses-devel
@@ -427360,7 +427459,7 @@ to create header files and sources from protocol files.
Development files for libeditlibedit için geliştirme dosyaları
- libedit
+ libedit/usr/include
@@ -427369,6 +427468,13 @@ to create header files and sources from protocol files.
+
+ 2024-06-02
+ 3.1.20240517
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-10-213.1.20230828
@@ -441776,7 +441882,7 @@ contacts, tasks, and calendar information.
Hızlı, çok kullanıcılı ve çok görevli SQL veritabanı sunucusuMariaDB strives to be the logical choice for database professionals looking for a robust, scalable, and reliable SQL server.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.
- https://downloads.mariadb.org/interstitial/mariadb-11.1.2/source/mariadb-11.1.2.tar.gz
+ https://downloads.mariadb.org/interstitial/mariadb-11.4.2/source/mariadb-11.4.2.tar.gzncurses-develzlib-devel
@@ -441859,7 +441965,7 @@ contacts, tasks, and calendar information.
MariaDB istemci uygulamalarıapp:console
- mariadb-lib
+ mariadb-liblibaiozliblibgcc
@@ -441886,8 +441992,8 @@ contacts, tasks, and calendar information.
MariaDB sunucusu ve ilgili dosyalarservice
- mariadb-lib
- mariadb-client
+ mariadb-lib
+ mariadb-clientxzlz4lzo
@@ -441990,6 +442096,13 @@ contacts, tasks, and calendar information.
+
+ 2024-06-03
+ 11.4.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-11-1511.1.2
@@ -442084,11 +442197,12 @@ contacts, tasks, and calendar information.
Güçlü bir açık kaynaklı ilişkisel veritabanı sistemiPostgreSQL is a powerful, open source relational database system.PostgreSQL, açık kaynak kodlu, güçlü bir ilişkisel veritabanıdır
- https://ftp.postgresql.org/pub/source/v15.4/postgresql-15.4.tar.bz2
+ https://ftp.postgresql.org/pub/source/v16.2/postgresql-16.2.tar.bz2mit-kerberos-devele2fsprogs-develpam-devel
+ icu4c-develreadline-devellz4-develzlib-devel
@@ -442097,8 +442211,11 @@ contacts, tasks, and calendar information.
tcl-devellibxslt-devellibxml2-devel
- openldap-server
+ openldap-server
+
+ 0002-Force-RPATH-to-be-used-for-the-PL-Perl-plugin.patch
+ server/database/postgresql/pspec.xml
@@ -442108,6 +442225,7 @@ contacts, tasks, and calendar information.
pamlz4zlib
+ icu4clibxml2libxsltopenssl
@@ -442209,7 +442327,7 @@ contacts, tasks, and calendar information.
Essential shared libraries for any PostgreSQL client program or interfacelibrary
- postgresql-server
+ postgresql-serveropenssl-devel
@@ -442218,6 +442336,13 @@ contacts, tasks, and calendar information.
+
+ 2024-06-03
+ 16.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2024-05-1815.4
@@ -442544,6 +442669,72 @@ contacts, tasks, and calendar information.
+
+
+ freetds
+ https://www.freetds.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ library
+ server.database
+ Library for accessing Sybase and MS SQL Server databases
+ Sybase ve MS SQL Server veritabanlarına erişmek için Kütüphane.
+ FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.
+ 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.
+ freetds
+ https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz
+
+ glibc-devel
+ openssl-devel
+ readline-devel
+ unixODBC-devel
+ mit-kerberos-devel
+
+ server/misc/freetds/pspec.xml
+
+
+ freetds
+
+ openssl
+ readline
+ unixODBC
+
+
+ /etc/freetds
+ /usr/lib/libct*
+ /usr/lib/libsybdb*
+ /usr/lib/libtdsodbc*
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+ /usr/share/freetds
+
+
+
+ freetds-devel
+ Development files for freetds
+ freetds için geliştirme dosyaları
+
+ freetds
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2024-06-03
+ 1.4.17
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+ libvncserver
@@ -442962,7 +443153,7 @@ contacts, tasks, and calendar information.
LDAP uygulamaları ve geliştirme araçlarıOpenLDAP is an open-source suite of LDAP (Lightweight Directory Access Protocol) applications and development toolsLDAP hizmeti için gereken uygulamalar ve geliştirme araçlarını içerir
- ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.6.tgz
+ ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.6.8.tgznss-develdb-devel
@@ -442972,7 +443163,7 @@ contacts, tasks, and calendar information.
libtool-ltdlicu4c-develunixODBC-devel
- mariadb-server
+ mariadb-serverlibutil-linux-develmit-kerberos-develchrpath
@@ -443016,7 +443207,7 @@ contacts, tasks, and calendar information.
libtool-ltdlnsscyrus-sasl
- openldap-client
+ openldap-client/etc/conf.d
@@ -443055,13 +443246,20 @@ contacts, tasks, and calendar information.
openssl-32bit
- openldap-client
+ openldap-client/usr/lib32
+
+ 2024-06-03
+ 2.6.8
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2023-11-232.6.6
@@ -452811,7 +453009,7 @@ contacts, tasks, and calendar information.
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.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.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.
- https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_99_RTM/src/nss-3.99.tar.gz
+ https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_100_RTM/src/nss-3.100.tar.gznss.pc.innss-config.in
@@ -452854,7 +453052,7 @@ contacts, tasks, and calendar information.
nss için geliştirme dosyalarınspr-devel
- nss
+ nss/usr/bin/nss-config
@@ -452864,6 +453062,13 @@ contacts, tasks, and calendar information.
+
+ 2024-06-03
+ 3.100
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2024-04-153.99
@@ -462771,7 +462976,7 @@ contacts, tasks, and calendar information.
Çekirdekteki DRM servisleri için kullanıcı düzeyi arayüzlibdrm is a library providing the userspace interface to kernel DRM services.libdrm, çekirdekteki DRM servisleri için kullanıcı düzeyi arayüz sağlayan bir kitaplıktır.
- https://dri.freedesktop.org/libdrm/libdrm-2.4.120.tar.xz
+ https://dri.freedesktop.org/libdrm/libdrm-2.4.121.tar.xzmesondocbook-xsl
@@ -462805,7 +463010,7 @@ contacts, tasks, and calendar information.
Userspace interface to kernel DRM services for intelÇekirdekteki intel DRM servisleri için kullanıcı düzeyi arayüz
- libdrm
+ libdrmlibpciaccess
@@ -462817,7 +463022,7 @@ contacts, tasks, and calendar information.
Userspace interface to kernel DRM services for nouveauÇekirdekteki nouveau DRM servisleri için kullanıcı düzeyi arayüz
- libdrm
+ libdrm/usr/lib/libdrm_nouveau.*
@@ -462828,7 +463033,7 @@ contacts, tasks, and calendar information.
Userspace interface to kernel DRM services for radeonÇekirdekteki radeon DRM servisleri için kullanıcı düzeyi arayüz
- libdrm
+ libdrm/usr/lib/libdrm_radeon.*
@@ -462838,7 +463043,7 @@ contacts, tasks, and calendar information.
libdrm-amdUserspace interface to kernel DRM services for amdgpu
- libdrm
+ libdrm/usr/lib/libdrm_amdgpu.*
@@ -462849,11 +463054,11 @@ contacts, tasks, and calendar information.
Development files for libdrmlibdrm için geliştirme dosyaları
- libdrm
- libdrm-intel
- libdrm-nouveau
- libdrm-radeon
- libdrm-amd
+ libdrm
+ libdrm-intel
+ libdrm-nouveau
+ libdrm-radeon
+ libdrm-amdlibpciaccess-devel
@@ -462874,7 +463079,7 @@ contacts, tasks, and calendar information.
libpciaccess-32bit
- libdrm
+ libdrmlibpciaccess-32bit
@@ -462888,8 +463093,8 @@ contacts, tasks, and calendar information.
emul32emul32
- libdrm-intel
- libdrm-32bit
+ libdrm-intel
+ libdrm-32bitlibpciaccess-32bit
@@ -462903,8 +463108,8 @@ contacts, tasks, and calendar information.
emul32emul32
- libdrm-nouveau
- libdrm-32bit
+ libdrm-nouveau
+ libdrm-32bit/usr/lib32/libdrm_nouveau.*
@@ -462917,8 +463122,8 @@ contacts, tasks, and calendar information.
emul32emul32
- libdrm-radeon
- libdrm-32bit
+ libdrm-radeon
+ libdrm-32bit/usr/lib32/libdrm_radeon.*
@@ -462930,14 +463135,21 @@ contacts, tasks, and calendar information.
emul32emul32
- libdrm-amd
- libdrm-32bit
+ libdrm-amd
+ libdrm-32bit/usr/lib32/libdrm_amdgpu.*
+
+ 2024-06-03
+ 2.4.121
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+ 2024-01-142.4.120
@@ -466280,20 +466492,21 @@ contacts, tasks, and calendar information.
Evdev keycode'larını keysms türüne çeviren bir kitaplıkLibrary to convert evdev keycodes to keysymsEvdev keycode'larını keysms türüne çeviren bir kitaplık
- https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz
+ https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xzmesonxorg-proto
+ glibc-develutil-macroslibxcb-devellibxml2-devel
+ wayland-develwayland-cursorwayland-serverwayland-client
- wayland-devel
- wayland-protocols-devel
- xkeyboard-configbash-completion
+ xkeyboard-config
+ wayland-protocols-develx11/library/libxkbcommon/pspec.xml
@@ -466318,7 +466531,7 @@ contacts, tasks, and calendar information.
Development files for libxkbcommonlibxkbcommon için geliştirme dosyaları
- libxkbcommon
+ libxkbcommonlibxcb-devellibxml2-devel
@@ -466339,7 +466552,7 @@ contacts, tasks, and calendar information.
wayland-32bit
- libxkbcommon
+ libxkbcommonlibxcb-32bitlibxml2-32bit
@@ -466348,6 +466561,13 @@ contacts, tasks, and calendar information.
+
+ 2024-06-03
+ 1.7.0
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-10-161.6.0
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index a47e1849a6..6b37d6dd53 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-26e66f3f7d0f4c772115188604137d95ab539b37
\ No newline at end of file
+0d7c12d3752cc95a31bc8ed12e39e60c5b86a295
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 1b207b5a62..37e1f77e8e 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 cb04738091..f6179ec608 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-5708ebbdccff99fb4b30bc0108d741b09f179816
\ No newline at end of file
+6871ef5e2f46a7deee5991f87ddbb1da5993a550
\ No newline at end of file
diff --git a/server/misc/freetds/actions.py b/server/misc/freetds/actions.py
new file mode 100644
index 0000000000..d3896b5db6
--- /dev/null
+++ b/server/misc/freetds/actions.py
@@ -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")
diff --git a/server/misc/freetds/pspec.xml b/server/misc/freetds/pspec.xml
new file mode 100644
index 0000000000..f0f5a4ac30
--- /dev/null
+++ b/server/misc/freetds/pspec.xml
@@ -0,0 +1,67 @@
+
+
+
+
+ freetds
+ https://www.freetds.org/
+
+ Kamil Atlı
+ suvari@pisilinux.org
+
+ GPLv2
+ server.database
+ freetds
+ library
+ Library for accessing Sybase and MS SQL Server databases
+ FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases.
+ https://www.freetds.org/files/stable/freetds-1.4.17.tar.gz
+
+ glibc-devel
+ openssl-devel
+ readline-devel
+ unixODBC-devel
+ mit-kerberos-devel
+
+
+
+
+ freetds
+
+ openssl
+ readline
+ unixODBC
+
+
+ /etc/freetds
+ /usr/lib/libct*
+ /usr/lib/libsybdb*
+ /usr/lib/libtdsodbc*
+ /usr/share/man
+ /usr/share/doc
+ /usr/bin
+ /usr/share/freetds
+
+
+
+
+ freetds-devel
+ Development files for freetds
+
+ freetds
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2024-06-03
+ 1.4.17
+ First release
+ Kamil Atlı
+ suvari@pisilinux.org
+
+
+
diff --git a/server/misc/freetds/translations.xml b/server/misc/freetds/translations.xml
new file mode 100644
index 0000000000..5c80519404
--- /dev/null
+++ b/server/misc/freetds/translations.xml
@@ -0,0 +1,15 @@
+
+
+
+ freetds
+ Sybase ve MS SQL Server veritabanlarına erişmek için Kütüphane.
+ 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.
+
+
+
+ freetds-devel
+ freetds için geliştirme dosyaları
+
+
+
+
diff --git a/x11/library/libxkbcommon/actions.py b/x11/library/libxkbcommon/actions.py
index fc2634bfae..2cea888659 100644
--- a/x11/library/libxkbcommon/actions.py
+++ b/x11/library/libxkbcommon/actions.py
@@ -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")
diff --git a/x11/library/libxkbcommon/pspec.xml b/x11/library/libxkbcommon/pspec.xml
index c30ff741b8..a3a1957b0b 100644
--- a/x11/library/libxkbcommon/pspec.xml
+++ b/x11/library/libxkbcommon/pspec.xml
@@ -1,5 +1,5 @@
-
+
libxkbcommon
@@ -12,20 +12,21 @@
libraryLibrary to convert evdev keycodes to keysymsLibrary to convert evdev keycodes to keysyms
- https://xkbcommon.org/download/libxkbcommon-1.6.0.tar.xz
+ https://xkbcommon.org/download/libxkbcommon-1.7.0.tar.xzmesonxorg-proto
+ glibc-develutil-macroslibxcb-devellibxml2-devel
+ wayland-develwayland-cursorwayland-serverwayland-client
- wayland-devel
- wayland-protocols-devel
- xkeyboard-configbash-completion
+ xkeyboard-config
+ wayland-protocols-devel
@@ -82,6 +83,13 @@
+
+ 2024-06-03
+ 1.7.0
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-10-161.6.0