diff --git a/desktop/kde6/plasma/breeze-kf6/pspec.xml.old b/desktop/kde6/plasma/breeze-kf6/pspec.xml.old deleted file mode 100755 index 27159ef22a..0000000000 --- a/desktop/kde6/plasma/breeze-kf6/pspec.xml.old +++ /dev/null @@ -1,133 +0,0 @@ - - - - - - breeze-kf6 - https://www.kde.org - - Pisi Linux Admins - admins@pisilinux.org - - LGPLv2 - library - app:console - kde6 Plasma artwork - Artwork, styles and assets for the breeze-kf6 visual style for the Plasma Desktop - mirrors://kde/stable/plasma/6.0.0/breeze-6.0.0.tar.xz - - qt6-base-devel - qt6-declarative-devel - libxcb-devel - - frameworkintegration-kf6-devel - kdecorations-kf6-devel - kcoreaddons-kf6-devel - ki18n-kf6-devel - kcmutils-kf6-devel - kwindowsystem-kf6-devel - kconfig-kf6-devel - kpackage-kf6-devel - kwayland-kf6-devel - libplasma-kf6-devel - kconfigwidgets-kf6-devel - kwidgetsaddons-kf6-devel - extra-cmake-modules-kf6 - breeze-icons-kf6 - fftw3-devel - kiconthemes-kf6-devel - kguiaddons-kf6-devel - kirigami-kf6-devel - - - - - breeze-style-kf6 - - qt6-base - qt6-declarative - libgcc - kconfig-kf6 - kirigami-kf6 - kguiaddons-kf6 - kcoreaddons-kf6 - kconfigwidgets-kf6 - kwidgetsaddons-kf6 - - libxcb - frameworkintegration-kf6 - kcmutils-kf6 - kcoreaddons-kf6 - ki18n-kf6 - kwindowsystem-kf6 - kwayland-kf6 - kiconthemes-kf6 - - breeze-icons-kf6 - kdecorations-kf6 - - - /usr/bin - /usr/lib/kconf_update_bin - /usr/lib/qt5 - /usr/lib/qt6 - /usr/lib/libbreezecommon5.so* - /usr/lib/cmake/Breeze/BreezeConfigVersion.cmake - /usr/lib/cmake/Breeze/BreezeConfig.cmake - /usr/share/color-schemes - /usr/share/doc - /usr/share/icons/hicolor/scalable/apps/breeze-settings.svgz - /usr/share/kconf_update - /usr/share/applications - /usr/share/metainfo/org.kde.breezedark.desktop.appdata.xml - /usr/share/metainfo/org.kde.breezetwilight.desktop.appdata.xml - /usr/share/kservice-kf6s5 - /usr/share/kstyle - /usr/share/locale - /usr/share/plasma - /usr/share/QtCurve - - - - - breeze-cursors-kf6 - - breeze-style-kf6 - - - /usr/share/icons/breeze_cursors - /usr/share/icons/breeze_Snow - - - - - breeze-light-kf6 - - breeze-style-kf6 - - - /usr/share/icons/Breeze_Light - - - - - - breeze-wallpapers-kf6 - - breeze-style-kf6 - - - /usr/share/wallpapers/Next - - - - - - 2024-02-28 - 6.0.0 - First release. - Mustafa Cinasal - muscnsl@gmail.com - - - diff --git a/multimedia/misc/mbedtls/yedek-pspec.xml b/multimedia/misc/mbedtls/yedek-pspec.xml deleted file mode 100644 index c089a4666b..0000000000 --- a/multimedia/misc/mbedtls/yedek-pspec.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - mbedtls - https://github.com/ARMmbed/mbedtls - - PisiLinux Community - admins@pisilinux.org - - Apache - library - Cryptographic library for embedded systems - Gömülü sistemler için kriptografik kitaplık - https://github.com/ARMmbed/mbedtls/archive/refs/tags/v3.0.0.tar.gz - - - - - - mbedtls - - - / - - - - - - - - mbedtls-devel - Development files for mbedtls - - mbedtls - - - /usr/include - /usr/lib/cmake - - - - - - 2021-11-09 - 3.0.0 - First release - PisiLinux Community - admins@pisilinux.org - - - diff --git a/multimedia/misc/rav1e/yedek-actions.py b/multimedia/misc/rav1e/yedek-actions.py deleted file mode 100644 index 5232870b8d..0000000000 --- a/multimedia/misc/rav1e/yedek-actions.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/env 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 autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -import os - -def build(): - - - shelltools.system("cargo fetch \ - --locked \ - --manifest-path Cargo.toml \ - cargo build \ - --release \ - --frozen \ - --manifest-path Cargo.toml") - #autotools.make() - -def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - - pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README") diff --git a/network/misc/remmina/actions.py b/network/misc/remmina/actions.py new file mode 100644 index 0000000000..1f6e195a4e --- /dev/null +++ b/network/misc/remmina/actions.py @@ -0,0 +1,33 @@ +#!/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 shelltools +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + shelltools.makedirs("build") + shelltools.cd("build") + cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_LIBDIR=/usr/lib \ + -DWITH_APPINDICATOR=ON \ + -DWITH_NEWS=OFF \ + -DWITH_X2GO=ON \ + -DWITH_GVNC=ON \ + -DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..") + + # pisitools.dosed("libtool"," -shared ", " -Wl,--as-needed -shared ") + +def build(): + shelltools.cd("build") + cmaketools.make() + +def install(): + shelltools.cd("build") + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + # pisitools.dodoc("COPYING*", "README.md") diff --git a/network/misc/remmina/pspec.xml b/network/misc/remmina/pspec.xml new file mode 100644 index 0000000000..7f1349b22c --- /dev/null +++ b/network/misc/remmina/pspec.xml @@ -0,0 +1,110 @@ + + + + + remmina + https://www.remmina.org/ + + Kamil Atlı + suvarice@gmail.com + + GPL2 + remmina + remote desktop client written in GTK+ + The GTK Remmina Remote Desktop Client + https://gitlab.com/Remmina/Remmina/-/archive/v1.4.35/Remmina-v1.4.35.tar.gz + + cmake + ninja + json-glib + vte-devel + xorg-proto + curl-devel + cups-devel + gtk3-devel + cairo-devel + glib2-devel + pango-devel + libX11-devel + libssh-devel + gtk-vnc-devel + openssl-devel + freerdp-devel + spice-protocol + harfbuzz-devel + spice-gtk-devel + libgcrypt-devel + libsecret-devel + libsodium-devel + libxkbfile-devel + libvncserver-devel + webkit2gtk-4.1-devel + libappindicator-devel + ayatana-libindicator-devel + gobject-introspection-devel + + + + + remmina + + vte + gtk3 + curl + cups + cairo + glib2 + pango + libX11 + libssh + python3 + freerdp + openssl + gtk-vnc + json-glib + spice-gtk + spice-gtk + libgcrypt + libsecret + libsodium + gdk-pixbuf + libxkbfile + libvncserver + webkit2gtk-4.1 + libappindicator + + + /usr/bin + /usr/share/remmina + /usr/share/mime + /usr/share/metainfo + /usr/lib/remmina + /usr/share/locale + /usr/share/icons + /usr/share/applications + /usr/share/man + + + + + remmina-devel + Development files for remmina + + remmina + + + /usr/include + /usr/lib/pkgconfig + + + + + + 2024-03-17 + 1.4.35 + First Release + Kamil Atlı + suvarice@gmail.com + + + diff --git a/network/misc/remmina/translations.xml b/network/misc/remmina/translations.xml new file mode 100644 index 0000000000..40c8834731 --- /dev/null +++ b/network/misc/remmina/translations.xml @@ -0,0 +1,10 @@ + + + + remmina + GTK+ ile yazılmış uzak masaüstü istemcisi + GTK Remmina Uzak Masaüstü İstemcisi + Le client de bureau à distance GTK Remmina + El cliente de escritorio remoto GTK Remmina + + diff --git a/pisi-index.xml b/pisi-index.xml index b24b30e9d1..e5caacb4a7 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -6132,7 +6132,7 @@ Eye of GNOME image viewer GNOME resim gösterici eog - https://download.gnome.org/sources/eog/45/eog-45.2.tar.xz + https://download.gnome.org/sources/eog/45/eog-45.3.tar.xz glib2-devel gtk3-devel @@ -6202,7 +6202,7 @@ eog-devel eog için geliştirme dosyaları - eog + eog libhandy-devel gtk3-devel @@ -6212,6 +6212,13 @@ + + 2024-03-17 + 45.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-01-07 45.2 @@ -13795,7 +13802,7 @@ desktop.gnome.base Library to aggregates people into metacontacts Library to aggregates people into metacontacts - https://download.gnome.org/sources/folks/0.15/folks-0.15.5.tar.xz + https://download.gnome.org/sources/folks/0.15/folks-0.15.8.tar.xz evolution-data-server-devel readline-devel @@ -13838,7 +13845,7 @@ folks-devel Development files for folks - folks + folks evolution-data-server-devel libgee-devel telepathy-glib-devel @@ -13852,6 +13859,13 @@ + + 2024-03-17 + 0.15.8 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-25 0.15.5 @@ -16758,7 +16772,7 @@ GNOME Session and the applications that run under it. GNOME Shell is the defining technology of the GNOME40 user experience. It provides core interface functions like switching to windows and launching applications. gnome-shell, GNOME40 kullanıcı tecrübesinin belirleyici teknolojisidir. Pencereler arası geçiş ve uygulama çalıştırma gibi temel işlevleri sağlar. gnome - https://download.gnome.org/sources/gnome-shell/45/gnome-shell-45.4.tar.xz + https://download.gnome.org/sources/gnome-shell/45/gnome-shell-45.5.tar.xz at-spi2-atk-devel gtk4-update-icon-cache @@ -16860,6 +16874,13 @@ GNOME Session and the applications that run under it. + + 2024-03-17 + 45.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-02-12 45.4 @@ -17182,7 +17203,7 @@ GNOME Session and the applications that run under it. desktop.gnome.base GNOME User Documentation This package contains documents which are packaged together and shipped as gnome-user-docs in the core GNOME distribution. - https://download.gnome.org/sources/gnome-user-docs/45/gnome-user-docs-45.1.tar.xz + https://download.gnome.org/sources/gnome-user-docs/45/gnome-user-docs-45.5.tar.xz libxml2-devel itstool @@ -17198,6 +17219,13 @@ GNOME Session and the applications that run under it. + + 2024-03-17 + 45.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-10-25 45.1 @@ -19113,7 +19141,7 @@ services for numerous locations. A gobject-based plugins engine Gobject tabanlı eklenti motoru libpeas is a gobject-based plugins engine, and is targetted at giving every application the chance to assume its own extensibility. - https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.1.tar.xz + https://download.gnome.org/sources/libpeas/2.0/libpeas-2.0.2.tar.xz meson gjs-devel @@ -19157,7 +19185,7 @@ services for numerous locations. gtk3-devel glib2-devel gobject-introspection-devel - libpeas + libpeas /usr/include @@ -19168,13 +19196,20 @@ services for numerous locations. libpeas-doc Document files for libpeas - libpeas + libpeas /usr/share/doc/libpeas-* + + 2024-03-17 + 2.0.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-01-10 2.0.1 @@ -19858,7 +19893,7 @@ services for numerous locations. Mutter is a Wayland display server and X11 window manager and compositor library. Mutter is a Wayland display server and X11 window manager and compositor library. gnome - https://download.gnome.org/sources/mutter/45/mutter-45.4.tar.xz + https://download.gnome.org/sources/mutter/45/mutter-45.5.tar.xz libei-devel gettext-devel @@ -19969,7 +20004,7 @@ services for numerous locations. mutter-devel Mutter is a Wayland display server and X11 window manager and compositor library. - mutter + mutter atk-devel gtk4-devel cairo-devel @@ -19990,6 +20025,13 @@ services for numerous locations. + + 2024-03-17 + 45.5 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-02-12 45.4 @@ -333220,6 +333262,9 @@ functionality to build high-performing, platform-independent programs./usr/share/dbus-1 /usr/share/doc + + signon + signond-devel @@ -333233,6 +333278,9 @@ functionality to build high-performing, platform-independent programs./usr/lib/cmake /usr/lib/pkgconfig + + signon-devel + @@ -336874,6 +336922,117 @@ complete albums that you have purchased from Amazon. + + + remmina + https://www.remmina.org/ + + Kamil Atlı + suvarice@gmail.com + + GPL2 + network.misc + remote desktop client written in GTK+ + GTK+ ile yazılmış uzak masaüstü istemcisi + Le client de bureau à distance GTK Remmina + The GTK Remmina Remote Desktop Client + GTK Remmina Uzak Masaüstü İstemcisi + El cliente de escritorio remoto GTK Remmina + remmina + https://gitlab.com/Remmina/Remmina/-/archive/v1.4.35/Remmina-v1.4.35.tar.gz + + cmake + ninja + json-glib + vte-devel + xorg-proto + curl-devel + cups-devel + gtk3-devel + cairo-devel + glib2-devel + pango-devel + libX11-devel + libssh-devel + gtk-vnc-devel + openssl-devel + freerdp-devel + spice-protocol + harfbuzz-devel + spice-gtk-devel + libgcrypt-devel + libsecret-devel + libsodium-devel + libxkbfile-devel + libvncserver-devel + webkit2gtk-4.1-devel + libappindicator-devel + ayatana-libindicator-devel + gobject-introspection-devel + + network/misc/remmina/pspec.xml + + + remmina + + vte + gtk3 + curl + cups + cairo + glib2 + pango + libX11 + libssh + python3 + freerdp + openssl + gtk-vnc + json-glib + spice-gtk + spice-gtk + libgcrypt + libsecret + libsodium + gdk-pixbuf + libxkbfile + libvncserver + webkit2gtk-4.1 + libappindicator + + + /usr/bin + /usr/share/remmina + /usr/share/mime + /usr/share/metainfo + /usr/lib/remmina + /usr/share/locale + /usr/share/icons + /usr/share/applications + /usr/share/man + + + + remmina-devel + Development files for remmina + + remmina + + + /usr/include + /usr/lib/pkgconfig + + + + + 2024-03-17 + 1.4.35 + First Release + Kamil Atlı + suvarice@gmail.com + + + shairplay diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index de56be84b6..b526f08fa8 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -811eb2ba8b346e3bc34fe48e58b3329e76b302f1 \ No newline at end of file +1a8926ad2fac526ed6d78ae611daac0df485840c \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 8e000ba9c0..a4bf74fe86 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 3572d2de6a..65326b514e 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -078e23b226d97c518496d32d4b85f6c1134dfd38 \ No newline at end of file +0329aabe828628d476645c561911204e4a89ae81 \ No newline at end of file