Merge pull request #18958 from suvari/master

new packages: plasma-nano, plasma-bigscreen
This commit is contained in:
Kamil ATLI
2026-07-06 20:44:23 +03:00
committed by GitHub
10 changed files with 500 additions and 39 deletions
@@ -0,0 +1,19 @@
#!/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, pisitools
def setup():
kde6.configure("-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF")
def build():
kde6.make()
def install():
kde6.install()
pisitools.dodoc("LICENSES/*")
@@ -0,0 +1,125 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plasma-bigscreen</Name>
<Homepage>https://plasma-bigscreen.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>plasma-bigscreen</Icon>
<Summary>Plasma shell for TVs</Summary>
<Description>Plasma Bigscreen is a free, open-source interface (i.e. desktop environment) for Linux designed for TVs, HTPCs, and set-top boxes.</Description>
<Archive sha1sum="b752bebaccf690072ff977c18feb0a827a604283" type="tarxz">https://download.kde.org/stable/plasma/6.7.2/plasma-bigscreen-6.7.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>kio-devel</Dependency>
<Dependency>ksvg-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>libcec-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>libsdl3-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>bluez-qt-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kirigami-devel</Dependency>
<Dependency>kpackage-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>libplasma-devel</Dependency>
<Dependency>qcoro-qt6-devel</Dependency>
<Dependency>libkscreen-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kjobwidgets-devel</Dependency>
<Dependency>qt6-5compat-devel</Dependency>
<Dependency>qt6-wayland-devel</Dependency>
<Dependency>egl-wayland-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>kglobalaccel-devel</Dependency>
<Dependency>kcolorscheme-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt6-webengine-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>layer-shell-qt-devel</Dependency>
<Dependency>qt6-multimedia-devel</Dependency>
<Dependency>kirigami-addons-devel</Dependency>
<Dependency>plasma5-support-devel</Dependency>
<Dependency>qt6-declarative-devel</Dependency>
<Dependency>qt6-networkauth-devel</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>plasma-activities-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency>plasma-wayland-protocols</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>plasma-bigscreen</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>milou</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>libcec</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>libsdl3</Dependency>
<Dependency>bluez-qt</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kpackage</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>libplasma</Dependency>
<Dependency>qcoro-qt6</Dependency>
<Dependency>libkscreen</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>plasma-nano</Dependency>
<Dependency>kglobalaccel</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt6-webengine</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>qt6-declarative</Dependency>
<Dependency>plasma-workspace</Dependency>
<Dependency>plasma-activities</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/qt6/qml/org/kde/bigscreen</Path>
<Path fileType="library">/usr/lib/qt6/plugins</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/plasma/plasmoids/org.kde.bigscreen.homescreen</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces</Path>
<Path fileType="data">/usr/share/sounds/plasma-bigscreen</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/wayland-sessions</Path>
<Path fileType="data">/usr/share/config</Path>
<Path fileType="data">/usr/share/plasma/look-and-feel/org.kde.plasma.bigscreen</Path>
<Path fileType="data">/usr/share/plasma/shells/org.kde.plasma.bigscreen</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="config">/usr/lib/udev/rules.d/40-uinput.rules</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-07-06</Date>
<Version>6.7.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>plasma-bigscreen</Name>
<Summary xml:lang="tr">Televizyonlar için plazma kılıfı</Summary>
<Description xml:lang="tr">Plasma Bigscreen, TV'ler, HTPC'ler ve set üstü kutular için tasarlanmış, Linux tabanlı ücretsiz, açık kaynaklı bir arayüzdür (yani masaüstü ortamıdır).</Description>
</Source>
</PISI>
+19
View File
@@ -0,0 +1,19 @@
#!/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, pisitools
def setup():
kde6.configure("-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF")
def build():
kde6.make()
def install():
kde6.install()
pisitools.dodoc("LICENSES/*")
+63
View File
@@ -0,0 +1,63 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plasma-nano</Name>
<Homepage>https://invent.kde.org/plasma/plasma-nano</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>A minimal Plasma shell package intended for embedded devices</Summary>
<Description>A minimal plasma shell package intended for embedded devices</Description>
<Archive sha1sum="ae22285cb0afe80a95ebe388a2532289d9f95d6f" type="tarxz">https://download.kde.org/stable/plasma/6.7.2/plasma-nano-6.7.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ksvg-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>kirigami-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>libplasma-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>qt6-5compat-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt6-declarative-devel</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>plasma-nano</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kwayland</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt6-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/plasma/shells/org.kde.plasma.nano</Path>
<Path fileType="data">/usr/lib/qt6/qml/org/kde/plasma/private/nanoshell</Path>
<Path fileType="data">/usr/share/sounds/plasma-nano</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-07-06</Date>
<Version>6.7.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>plasma-nano</Name>
<Summary xml:lang="tr">Gömülü cihazlar için tasarlanmış minimal bir Plasma shell paketi.</Summary>
<Description xml:lang="tr">Gömülü cihazlar için tasarlanmış minimal bir Plasma shell paketi.</Description>
</Source>
</PISI>
+256 -37
View File
@@ -93494,6 +93494,131 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-bigscreen</Name>
<Homepage>https://plasma-bigscreen.org/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<PartOf>desktop.kde.plasma</PartOf>
<Summary xml:lang="en">Plasma shell for TVs</Summary>
<Summary xml:lang="tr">Televizyonlar için plazma kılıfı</Summary>
<Description xml:lang="en">Plasma Bigscreen is a free, open-source interface (i.e. desktop environment) for Linux designed for TVs, HTPCs, and set-top boxes.</Description>
<Description xml:lang="tr">Plasma Bigscreen, TV&apos;ler, HTPC&apos;ler ve set üstü kutular için tasarlanmış, Linux tabanlı ücretsiz, açık kaynaklı bir arayüzdür (yani masaüstü ortamıdır).</Description>
<Icon>plasma-bigscreen</Icon>
<Archive type="tarxz" sha1sum="b752bebaccf690072ff977c18feb0a827a604283" name="plasma-bigscreen-6.7.2.tar.xz">https://download.kde.org/stable/plasma/6.7.2/plasma-bigscreen-6.7.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>kio-devel</Dependency>
<Dependency>ksvg-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>solid-devel</Dependency>
<Dependency>libcec-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>libsdl3-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>bluez-qt-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kirigami-devel</Dependency>
<Dependency>kpackage-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>libplasma-devel</Dependency>
<Dependency>qcoro-qt6-devel</Dependency>
<Dependency>libkscreen-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdbusaddons-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kjobwidgets-devel</Dependency>
<Dependency>qt6-5compat-devel</Dependency>
<Dependency>qt6-wayland-devel</Dependency>
<Dependency>egl-wayland-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>kglobalaccel-devel</Dependency>
<Dependency>kcolorscheme-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt6-webengine-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>layer-shell-qt-devel</Dependency>
<Dependency>qt6-multimedia-devel</Dependency>
<Dependency>kirigami-addons-devel</Dependency>
<Dependency>plasma5-support-devel</Dependency>
<Dependency>qt6-declarative-devel</Dependency>
<Dependency>qt6-networkauth-devel</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>plasma-activities-devel</Dependency>
<Dependency>wayland-protocols-devel</Dependency>
<Dependency>plasma-wayland-protocols</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/plasma/plasma-bigscreen/pspec.xml</SourceURI>
</Source>
<Package>
<Name>plasma-bigscreen</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>milou</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>solid</Dependency>
<Dependency>libcec</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>libsdl3</Dependency>
<Dependency>bluez-qt</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kpackage</Dependency>
<Dependency>kservice</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>libplasma</Dependency>
<Dependency>qcoro-qt6</Dependency>
<Dependency>libkscreen</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kjobwidgets</Dependency>
<Dependency>plasma-nano</Dependency>
<Dependency>kglobalaccel</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt6-webengine</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>qt6-declarative</Dependency>
<Dependency>plasma-workspace</Dependency>
<Dependency>plasma-activities</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/qt6/qml/org/kde/bigscreen</Path>
<Path fileType="library">/usr/lib/qt6/plugins</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/plasma/plasmoids/org.kde.bigscreen.homescreen</Path>
<Path fileType="data">/usr/share/dbus-1/interfaces</Path>
<Path fileType="data">/usr/share/sounds/plasma-bigscreen</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/wayland-sessions</Path>
<Path fileType="data">/usr/share/config</Path>
<Path fileType="data">/usr/share/plasma/look-and-feel/org.kde.plasma.bigscreen</Path>
<Path fileType="data">/usr/share/plasma/shells/org.kde.plasma.bigscreen</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="config">/usr/lib/udev/rules.d/40-uinput.rules</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-07-06</Date>
<Version>6.7.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-browser-integration</Name>
@@ -94918,6 +95043,69 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-nano</Name>
<Homepage>https://invent.kde.org/plasma/plasma-nano</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<PartOf>desktop.kde.plasma</PartOf>
<Summary xml:lang="en">A minimal Plasma shell package intended for embedded devices</Summary>
<Summary xml:lang="tr">Gömülü cihazlar için tasarlanmış minimal bir Plasma shell paketi.</Summary>
<Description xml:lang="en">A minimal plasma shell package intended for embedded devices</Description>
<Description xml:lang="tr">Gömülü cihazlar için tasarlanmış minimal bir Plasma shell paketi.</Description>
<Archive type="tarxz" sha1sum="ae22285cb0afe80a95ebe388a2532289d9f95d6f" name="plasma-nano-6.7.2.tar.xz">https://download.kde.org/stable/plasma/6.7.2/plasma-nano-6.7.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>ksvg-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>wayland-devel</Dependency>
<Dependency>kirigami-devel</Dependency>
<Dependency>kservice-devel</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>kwayland-devel</Dependency>
<Dependency>libplasma-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>qt6-5compat-devel</Dependency>
<Dependency>kdeclarative-devel</Dependency>
<Dependency>kwindowsystem-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>qt6-declarative-devel</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/plasma/plasma-nano/pspec.xml</SourceURI>
</Source>
<Package>
<Name>plasma-nano</Name>
<RuntimeDependencies>
<Dependency>libgcc</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kwayland</Dependency>
<Dependency>qt6-base</Dependency>
<Dependency>kwindowsystem</Dependency>
<Dependency>qt6-declarative</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/plasma/shells/org.kde.plasma.nano</Path>
<Path fileType="data">/usr/lib/qt6/qml/org/kde/plasma/private/nanoshell</Path>
<Path fileType="data">/usr/share/sounds/plasma-nano</Path>
<Path fileType="localedata">/usr/share/locale</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2026-07-06</Date>
<Version>6.7.2</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>plasma-nm</Name>
@@ -181428,13 +181616,14 @@ talking to the kernel.</Description>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPL-2.0</License>
<IsA>app:gui</IsA>
<PartOf>hardware.misc</PartOf>
<Summary xml:lang="en">Linux device manager for a wide range of Logitech devices</Summary>
<Summary xml:lang="tr">Çok çeşitli Logitech cihazları için Linux aygıt yöneticisi</Summary>
<Description xml:lang="en">Solaar is a Linux manager for many Logitech keyboards, mice, and other devices that connect wirelessly to a Unifying, Bolt, Lightspeed or Nano receiver as well as many Logitech devices that connect via a USB cable or Bluetooth. Solaar is not a device driver and responds only to special messages from devices that are otherwise ignored by the Linux input system.</Description>
<Description xml:lang="tr">Solaar, Unifying, Bolt, Lightspeed veya Nano alıcısına kablosuz olarak bağlanan birçok Logitech klavye, fare ve diğer aygıtlar ile USB kablosu veya Bluetooth aracılığıyla bağlanan birçok Logitech aygıtı için bir Linux yöneticisidir. Solaar bir aygıt sürücüsü değildir ve yalnızca Linux giriş sistemi tarafından aksi takdirde yok sayılan aygıtlardan gelen özel mesajlara yanıt verir.</Description>
<Icon>solaar</Icon>
<Archive type="targz" sha1sum="0702a24f19b54429b9dae48598c2e2db514af690" name="1.1.14.tar.gz">https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.14.tar.gz</Archive>
<Archive type="targz" sha1sum="b9dda9f14823932d48019b9b43b7d7b9f08a6909" name="1.1.20.tar.gz">https://github.com/pwr-Solaar/Solaar/archive/refs/tags/1.1.20.tar.gz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -181474,6 +181663,13 @@ talking to the kernel.</Description>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-07-04</Date>
<Version>1.1.20</Version>
<Comment>Version Bump</Comment>
<Name>Erkan İŞİK</Name>
<Email>erkanisik@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2025-03-07</Date>
<Version>1.1.14</Version>
@@ -252399,7 +252595,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<Description xml:lang="tr">Thunderbird, Mozilla e-posta bileşeninin yeniden tasarlanmış halidir. Platform bağımsız olan Thunderbird, XUL kullanıcı arayüzü diliyle geliştirilmiştir.</Description>
<Description xml:lang="pl">Thunderbird to darmowy i rozszerzalny klient poczty z wieloma wspaniałymi funkcjami.</Description>
<Icon>thunderbird</Icon>
<Archive type="tarxz" sha1sum="265699253915451a504aafc0195d0761fb1c5a24" name="thunderbird-141.0.source.tar.xz">https://archive.mozilla.org/pub/thunderbird/releases/141.0/source/thunderbird-141.0.source.tar.xz</Archive>
<Archive type="tarxz" sha1sum="97c022c04cf0c206f88c58bce68f58e1ae0ebaf5" name="thunderbird-152.0.1.source.tar.xz">https://archive.mozilla.org/pub/thunderbird/releases/152.0.1/source/thunderbird-152.0.1.source.tar.xz</Archive>
<AdditionalFiles>
<AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
</AdditionalFiles>
@@ -252511,7 +252707,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-be</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-be@thunderbird.mozilla.org.xpi</Path>
@@ -252524,7 +252720,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-ca</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ca@thunderbird.mozilla.org.xpi</Path>
@@ -252537,7 +252733,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-da</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-da@thunderbird.mozilla.org.xpi</Path>
@@ -252550,7 +252746,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-de</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-de@thunderbird.mozilla.org.xpi</Path>
@@ -252563,7 +252759,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-el</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-el@thunderbird.mozilla.org.xpi</Path>
@@ -252576,7 +252772,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-en-US</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-en-US@thunderbird.mozilla.org.xpi</Path>
@@ -252589,7 +252785,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-en-GB</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-en-GB@thunderbird.mozilla.org.xpi</Path>
@@ -252602,7 +252798,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-es-AR</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-es-AR@thunderbird.mozilla.org.xpi</Path>
@@ -252615,7 +252811,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-es-ES</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-es-ES@thunderbird.mozilla.org.xpi</Path>
@@ -252628,7 +252824,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-fi</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-fi@thunderbird.mozilla.org.xpi</Path>
@@ -252641,7 +252837,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-fr</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-fr@thunderbird.mozilla.org.xpi</Path>
@@ -252654,7 +252850,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-hr</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-hr@thunderbird.mozilla.org.xpi</Path>
@@ -252667,7 +252863,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-hu</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-hu@thunderbird.mozilla.org.xpi</Path>
@@ -252680,7 +252876,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-it</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-it@thunderbird.mozilla.org.xpi</Path>
@@ -252693,7 +252889,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-lt</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-lt@thunderbird.mozilla.org.xpi</Path>
@@ -252706,7 +252902,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-nl</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-nl@thunderbird.mozilla.org.xpi</Path>
@@ -252719,7 +252915,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-pl</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pl@thunderbird.mozilla.org.xpi</Path>
@@ -252732,7 +252928,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-pt-BR</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pt-BR@thunderbird.mozilla.org.xpi</Path>
@@ -252745,7 +252941,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-pt-PT</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-pt-PT@thunderbird.mozilla.org.xpi</Path>
@@ -252758,7 +252954,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-ro</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ro@thunderbird.mozilla.org.xpi</Path>
@@ -252771,7 +252967,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-ru</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-ru@thunderbird.mozilla.org.xpi</Path>
@@ -252784,7 +252980,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-sr</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-sr@thunderbird.mozilla.org.xpi</Path>
@@ -252797,7 +252993,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-sv-SE</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-sv-SE@thunderbird.mozilla.org.xpi</Path>
@@ -252810,7 +253006,7 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-tr</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-tr@thunderbird.mozilla.org.xpi</Path>
@@ -252823,13 +253019,20 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
<PartOf>system.locale</PartOf>
<Icon>lang-uk</Icon>
<RuntimeDependencies>
<Dependency releaseFrom="17">thunderbird</Dependency>
<Dependency releaseFrom="18">thunderbird</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="localedata">/usr/lib/thunderbird/extensions/langpack-uk@thunderbird.mozilla.org.xpi</Path>
</Files>
</Package>
<History>
<Update release="18">
<Date>2026-07-06</Date>
<Version>152.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="17">
<Date>2025-08-04</Date>
<Version>141.0</Version>
@@ -331654,7 +331857,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">Rust koduna C bağlamaları oluşturmak için bir araç</Summary>
<Description xml:lang="en">Rust koduna C bağlamaları oluşturmak için bir araç</Description>
<Description xml:lang="tr">Rust koduna C bağlamaları oluşturmak için bir araç</Description>
<Archive type="targz" sha1sum="3214fbd366da2a910629c1dc72dfbb9dd73ff41b" name="cbindgen-0.29.2.tar.gz">https://github.com/eqrion/cbindgen/archive/v0.29.2.tar.gz</Archive>
<Archive type="targz" sha1sum="fef47f4ecc1a1b8082bf4086e7046881921f6659" name="cbindgen-0.29.4.tar.gz">https://github.com/eqrion/cbindgen/archive/v0.29.4.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.96.0">rust</Dependency>
<Dependency>llvm</Dependency>
@@ -331675,6 +331878,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="41">
<Date>2026-06-25</Date>
<Version>0.29.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="40">
<Date>2026-06-10</Date>
<Version>0.29.2</Version>
@@ -335131,17 +335341,17 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<License>GPLv2</License>
<IsA>library</IsA>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">This library provides support for Pulse-Eight&apos;s USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Summary>
<Summary xml:lang="tr">This library provides support for Pulse-Eight&apos;s USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Summary>
<Description xml:lang="en">Bu kitaplık, Pulse-Eight&apos;ın USB-CEC adaptörü ve Raspberry Pi gibi diğer CEC özellikli donanımlar için destek sağlar.</Description>
<Description xml:lang="tr">Bu kitaplık, Pulse-Eight&apos;ın USB-CEC adaptörü ve Raspberry Pi gibi diğer CEC özellikli donanımlar için destek sağlar.</Description>
<Archive type="targz" sha1sum="3991875a67fbbcb0a4421a6133b79a4a16194ddd" name="libcec-6.0.2.tar.gz">https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-6.0.2.tar.gz</Archive>
<Summary xml:lang="en">USB CEC Adapter communication Library</Summary>
<Summary xml:lang="tr">USB CEC Adaptör iletişim kütüphanesi</Summary>
<Description xml:lang="en">This library provides support for Pulse-Eight&apos;s USB-CEC adapter and other CEC capable hardware, like the Raspberry Pi.</Description>
<Description xml:lang="tr">Bu kütüphane, Pulse-Eight&apos;in USB-CEC adaptörü ve Raspberry Pi gibi CEC özellikli diğer donanımları destekler.</Description>
<Archive type="targz" sha1sum="9a2221385f3150e64c0e6799e5209e5d99f0a7ea" name="libcec-7.1.1.tar.gz">https://github.com/Pulse-Eight/libcec/archive/refs/tags/libcec-7.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>swig</Dependency>
<Dependency>cmake</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
@@ -335156,6 +335366,7 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<RuntimeDependencies>
<Dependency>eudev</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>python3</Dependency>
<Dependency>libXrandr</Dependency>
@@ -335163,7 +335374,8 @@ Konuk sanal makinede çalışan okuyucu.</Description>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/libcec*</Path>
<Path fileType="library">/usr/lib/python3.11/site-packages</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
@@ -335172,7 +335384,7 @@ Konuk sanal makinede çalışan okuyucu.</Description>
<Summary xml:lang="en">Development files for libcec</Summary>
<RuntimeDependencies>
<Dependency>p8-platform-devel</Dependency>
<Dependency release="2">libcec</Dependency>
<Dependency release="3">libcec</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -335180,6 +335392,13 @@ Konuk sanal makinede çalışan okuyucu.</Description>
</Files>
</Package>
<History>
<Update release="3">
<Date>2026-07-06</Date>
<Version>7.1.1</Version>
<Comment>Version bump</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2023-11-04</Date>
<Version>6.0.2</Version>
+1 -1
View File
@@ -1 +1 @@
b81ef4d5006d3b1023e4e1ae623e508cde4b3bb6
1c2f1f191e602fd15f92975017369fef5ff6ee4b
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0b33ce04986075dcb338ccda7f6fc0ef210fb291
25c8a5214927915162bc82c0643f61fdbd7ac51d