diff --git a/desktop/lxqt/libdbusmenu-lxqt/actions.py b/desktop/lxqt/libdbusmenu-lxqt/actions.py new file mode 100644 index 0000000000..d189d7cb88 --- /dev/null +++ b/desktop/lxqt/libdbusmenu-lxqt/actions.py @@ -0,0 +1,20 @@ +#!/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 cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("COPYING", "NEWS", "README") diff --git a/desktop/lxqt/libdbusmenu-lxqt/pspec.xml b/desktop/lxqt/libdbusmenu-lxqt/pspec.xml new file mode 100644 index 0000000000..b7a5153802 --- /dev/null +++ b/desktop/lxqt/libdbusmenu-lxqt/pspec.xml @@ -0,0 +1,62 @@ + + + + + libdbusmenu-lxqt + https://github.com/lxqt/libdbusmenu-lxqt + + PisiLinux Community + admins@pisilinux.org + + GPLv2 + library + This library provides a Qt implementation of the DBusMenu protocol. + libdbusmenu-lxqt + This library provides a Qt implementation of the DBusMenu protocol. + https://github.com/lxqt/libdbusmenu-lxqt/releases/download/0.1.0/libdbusmenu-lxqt-0.1.0.tar.xz + + cmake + qt6-base-devel + + + + + + libdbusmenu-lxqt + + qt6-base + + + /usr/lib + /usr/share/doc + + + + + libdbusmenu-lxqt-devel + Development files for libdbusmenu-lxqt + + libdbusmenu-lxqt + + + /usr/include + /usr/lib/cmake + /usr/lib/pkgconfig + + + + + + 2024-04-18 + 0.1.0 + First release + PisiLinux Community + admins@pisilinux.org + + + diff --git a/desktop/lxqt/libdbusmenu-lxqt/translations.xml b/desktop/lxqt/libdbusmenu-lxqt/translations.xml new file mode 100644 index 0000000000..c68f1d65c9 --- /dev/null +++ b/desktop/lxqt/libdbusmenu-lxqt/translations.xml @@ -0,0 +1,8 @@ + + + + libdbusmenu-lxqt + This library provides a Qt implementation of the DBusMenu protocol. + This library provides a Qt implementation of the DBusMenu protocol. + + diff --git a/desktop/lxqt/libfm-qt/pspec.xml b/desktop/lxqt/libfm-qt/pspec.xml index 1be27d201a..a4cb6132d7 100644 --- a/desktop/lxqt/libfm-qt/pspec.xml +++ b/desktop/lxqt/libfm-qt/pspec.xml @@ -13,14 +13,14 @@ lxqt Core library of PCManFM file manager libfm is a Core library of PCManFM file manager - https://github.com/lxqt/libfm-qt/releases/download/1.4.0/libfm-qt-1.4.0.tar.xz + https://github.com/lxqt/libfm-qt/releases/download/2.0.0/libfm-qt-2.0.0.tar.xz cmake - qt5-base-devel - qt5-linguist - qt5-x11extras-devel - lxqt-build-tools - lxqt-menu-data + qt6-base-devel + qt6-linguist + + lxqt-build-tools + lxqt-menu-data menu-cache-devel libexif-devel glib2-devel @@ -32,16 +32,16 @@ glib2 libgcc libxcb - qt5-base + qt6-base menu-cache - qt5-x11extras + libexif /usr/lib /usr/share/cmake /usr/share/mime - /usr/share/libfm-qt + /usr/share/libfm-qt6 @@ -51,16 +51,23 @@ libfm-qt-devel Development headers for libfm-qt - qt5-base-devel - qt5-x11extras-devel + qt6-base-devel + libfm-qt - /usr/include/libfm-qt + /usr/include/libfm-qt6 /usr/lib/pkgconfig + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/liblxqt/pspec.xml b/desktop/lxqt/liblxqt/pspec.xml index 8245773f3d..b9ee61d144 100644 --- a/desktop/lxqt/liblxqt/pspec.xml +++ b/desktop/lxqt/liblxqt/pspec.xml @@ -13,22 +13,21 @@ lxqt Common base library for LXQt components. Core utility library for all LXDE-Qt components - https://github.com/lxqt/liblxqt/releases/download/1.4.0/liblxqt-1.4.0.tar.xz + https://github.com/lxqt/liblxqt/releases/download/2.0.0/liblxqt-2.0.0.tar.xz cmake glibc-devel - kwindowsystem-devel + kwindowsystem-kf6-devel libX11-devel libgcc - libqtxdg-devel + libqtxdg-devel pkgconfig - qt5-base-devel - qt5-linguist - polkit-qt-devel - qt5-qdbusviewer - qt5-x11extras-devel + qt6-base-devel + qt6-linguist + polkit-qt6-devel + qt6-qdbusviewer libXScrnSaver-devel - lxqt-build-tools + lxqt-build-tools @@ -37,11 +36,11 @@ liblxqt - kwindowsystem + kwindowsystem-kf6 libgcc - libqtxdg - qt5-base - qt5-x11extras + libqtxdg + qt6-base + libX11 libXScrnSaver @@ -60,12 +59,19 @@ Development headers for liblxqt liblxqt - qt5-base-devel - qt5-x11extras-devel + qt6-base-devel + libqtxdg-devel + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/libqtxdg-tools/pspec.xml b/desktop/lxqt/libqtxdg-tools/pspec.xml index 8ccde6db7a..4b61273176 100644 --- a/desktop/lxqt/libqtxdg-tools/pspec.xml +++ b/desktop/lxqt/libqtxdg-tools/pspec.xml @@ -13,12 +13,12 @@ User tools for libqtxdg. libqtxdg-tools libqtxdg için kullanıcı araçları. - https://github.com/lxqt/qtxdg-tools/archive/refs/tags/3.12.0.tar.gz + https://github.com/lxqt/qtxdg-tools/archive/refs/tags/4.0.0.tar.gz cmake - qt5-base-devel - libqtxdg-devel - lxqt-build-tools + qt6-base-devel + libqtxdg-devel + lxqt-build-tools @@ -36,7 +36,7 @@ glib2 libgcc libfm-qt - qt5-base + qt6-base json-glib @@ -54,6 +54,13 @@ + + 2024-04-18 + 1.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-02-24 0.9.1 diff --git a/desktop/lxqt/lxqt-config/pspec.xml b/desktop/lxqt/lxqt-config/pspec.xml index 82f5aef270..ea87ee200f 100644 --- a/desktop/lxqt/lxqt-config/pspec.xml +++ b/desktop/lxqt/lxqt-config/pspec.xml @@ -13,7 +13,7 @@ lxqt Common base library for LXQt components. Core utility library for all LXDE-Qt components - https://github.com/lxqt/lxqt-config/releases/download/1.4.0/lxqt-config-1.4.0.tar.xz + https://github.com/lxqt/lxqt-config/releases/download/2.0.0/lxqt-config-2.0.0.tar.xz cmake libgcc @@ -22,20 +22,20 @@ glibc-devel libXi-devel libX11-devel - qt5-base-devel - qt5-linguist - qt5-qdbusviewer - qt5-svg-devel + qt6-base-devel + qt6-linguist + qt6-qdbusviewer + qt6-svg-devel libXcursor-devel - libkscreen-devel - qt5-x11extras-devel - kwindowsystem-devel + libkscreen-kf6-devel + + kwindowsystem-kf6-devel xorg-input-libinput-devel eudev-devel - libqtxdg-devel - liblxqt-devel - lxqt-build-tools - lxqt-menu-data + libqtxdg-devel + liblxqt-devel + lxqt-build-tools + lxqt-menu-data @@ -51,12 +51,12 @@ libgcc libxcb liblxqt - qt5-svg - qt5-base + qt6-svg + qt6-base libXfixes libXcursor - libkscreen - qt5-x11extras + libkscreen-kf6 + eudev libXi libqtxdg @@ -73,6 +73,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/lxqt-globalkeys/pspec.xml b/desktop/lxqt/lxqt-globalkeys/pspec.xml index c3cadd10d2..cd7f6d5f0b 100644 --- a/desktop/lxqt/lxqt-globalkeys/pspec.xml +++ b/desktop/lxqt/lxqt-globalkeys/pspec.xml @@ -13,17 +13,17 @@ lxqt Daemon used to register global keyboard shortcuts LXQt daemon and library for global keyboard shortcuts registration. - https://github.com/lxqt/lxqt-globalkeys/releases/download/1.4.0/lxqt-globalkeys-1.4.0.tar.xz + https://github.com/lxqt/lxqt-globalkeys/releases/download/2.0.0/lxqt-globalkeys-2.0.0.tar.xz cmake libgcc - qt5-linguist + qt6-linguist libX11-devel - libqtxdg-devel - qt5-base-devel - kwindowsystem-devel - liblxqt-devel - lxqt-build-tools + libqtxdg-devel + qt6-base-devel + kwindowsystem-kf6-devel + liblxqt-devel + lxqt-build-tools @@ -35,7 +35,7 @@ libX11 libgcc liblxqt - qt5-base + qt6-base /usr/bin @@ -53,10 +53,17 @@ Development headers for lxqt-globalkeys lxqt-globalkeys - qt5-base-devel + qt6-base-devel + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/lxqt-menu-data/pspec.xml b/desktop/lxqt/lxqt-menu-data/pspec.xml index 6aca812b1b..e8d5dd39fb 100644 --- a/desktop/lxqt/lxqt-menu-data/pspec.xml +++ b/desktop/lxqt/lxqt-menu-data/pspec.xml @@ -13,11 +13,11 @@ LXQt menu files lxqt LXQt menü dosyaları - https://github.com/lxqt/lxqt-menu-data/releases/download/1.4.1/lxqt-menu-data-1.4.1.tar.xz + https://github.com/lxqt/lxqt-menu-data/releases/download/2.0.0/lxqt-menu-data-2.0.0.tar.xz cmake - lxqt-build-tools - qt5-linguist + lxqt-build-tools + qt6-linguist - qt5-base-devel - qt5-linguist - qt5-script-devel - qt5-svg-devel + qt6-base-devel + qt6-linguist + qt6-svg-devel muparser-devel - lxqt-build-tools + layer-shell-qt-kf6-devel + lxqt-build-tools lxqt-runner - kwindowsystem + kwindowsystem-kf6 libgcc liblxqt libqtxdg lxqt-globalkeys - qt5-base + qt6-base muparser + layer-shell-qt-kf6 /usr/bin @@ -53,6 +54,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/lxqt-session/pspec.xml b/desktop/lxqt/lxqt-session/pspec.xml index 0d4ab4335d..5e22a711c3 100644 --- a/desktop/lxqt/lxqt-session/pspec.xml +++ b/desktop/lxqt/lxqt-session/pspec.xml @@ -13,19 +13,19 @@ lxqt LXQt session An alternative session manager ported from the original razor-session - https://github.com/lxqt/lxqt-session/releases/download/1.4.0/lxqt-session-1.4.0.tar.xz + https://github.com/lxqt/lxqt-session/releases/download/2.0.0/lxqt-session-2.0.0.tar.xz cmake - kwindowsystem-devel + kwindowsystem-kf6-devel libX11-devel libgcc - liblxqt-devel - libqtxdg-tools - libqtxdg-devel - qt5-linguist - qt5-x11extras-devel + liblxqt-devel + libqtxdg-tools + libqtxdg-devel + qt6-linguist + layer-shell-qt-kf6-devel xdg-user-dirs - lxqt-build-tools + lxqt-build-tools libgudev-devel @@ -33,15 +33,15 @@ lxqt-session eudev - kwindowsystem + kwindowsystem-kf6 libX11 libgcc liblxqt libqtxdg - qt5-base - qt5-x11extras + qt6-base libqtxdg-tools procps + layer-shell-qt-kf6 pisilinux-theme-damadamas @@ -56,6 +56,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/lxqt-sudo/pspec.xml b/desktop/lxqt/lxqt-sudo/pspec.xml index e9017ddbeb..13b8993e06 100644 --- a/desktop/lxqt/lxqt-sudo/pspec.xml +++ b/desktop/lxqt/lxqt-sudo/pspec.xml @@ -13,15 +13,15 @@ lxqt Python binding of terminal widget for Qt LXQt privilege program (lxsu). - https://github.com/lxqt/lxqt-sudo/releases/download/1.4.0/lxqt-sudo-1.4.0.tar.xz + https://github.com/lxqt/lxqt-sudo/releases/download/2.0.0/lxqt-sudo-2.0.0.tar.xz cmake - kwindowsystem-devel - liblxqt-devel - libqtxdg-devel - qt5-base-devel - qt5-linguist - lxqt-build-tools + kwindowsystem-kf6-devel + liblxqt-devel + libqtxdg-devel + qt6-base-devel + qt6-linguist + lxqt-build-tools lxqt-sudo @@ -30,7 +30,7 @@ libgcc liblxqt - qt5-base + qt6-base /usr/bin @@ -40,6 +40,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/lxqt-themes/pspec.xml b/desktop/lxqt/lxqt-themes/pspec.xml index 3f5314b919..3415db70c2 100644 --- a/desktop/lxqt/lxqt-themes/pspec.xml +++ b/desktop/lxqt/lxqt-themes/pspec.xml @@ -13,13 +13,13 @@ lxqt LXQt themes, graphics and icons. LXQt themes, graphics and icons - https://github.com/lxqt/lxqt-themes/releases/download/1.3.0/lxqt-themes-1.3.0.tar.xz + https://github.com/lxqt/lxqt-themes/releases/download/2.0.0/lxqt-themes-2.0.0.tar.xz cmake - kwindowsystem-devel - liblxqt-devel - qt5-linguist - lxqt-build-tools + kwindowsystem-kf6-devel + liblxqt-devel + qt6-linguist + lxqt-build-tools themes.patch @@ -48,6 +48,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.3.0 diff --git a/desktop/lxqt/menu-cache/pspec.xml b/desktop/lxqt/menu-cache/pspec.xml index b07ffca638..de2cc74a2f 100644 --- a/desktop/lxqt/menu-cache/pspec.xml +++ b/desktop/lxqt/menu-cache/pspec.xml @@ -18,7 +18,7 @@ gtk-doc glib2-devel libfm-extra-devel - qt5-base-devel + qt6-base-devel menu-cache-1.1.0-0001-Support-gcc10-compilation.patch @@ -50,6 +50,13 @@ + + 2024-04-18 + 1.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2022-11-14 1.1.0 diff --git a/desktop/lxqt/pavucontrol-qt/pspec.xml b/desktop/lxqt/pavucontrol-qt/pspec.xml index ab36a736dd..a06247ad73 100644 --- a/desktop/lxqt/pavucontrol-qt/pspec.xml +++ b/desktop/lxqt/pavucontrol-qt/pspec.xml @@ -13,18 +13,18 @@ lxqt Qt port of volume control pavucontrol. Qt port of volume control pavucontrol - https://github.com/lxqt/pavucontrol-qt/releases/download/1.4.0/pavucontrol-qt-1.4.0.tar.xz + https://github.com/lxqt/pavucontrol-qt/releases/download/2.0.0/pavucontrol-qt-2.0.0.tar.xz cmake - kwindowsystem-devel + kwindowsystem-kf6-devel libgcc - liblxqt-devel - qt5-linguist - libqtxdg-devel + liblxqt-devel + qt6-linguist + libqtxdg-devel pulseaudio-libs-devel glib2-devel xdg-user-dirs - lxqt-build-tools + lxqt-build-tools @@ -32,7 +32,7 @@ glib2 libgcc - qt5-base + qt6-base pulseaudio-libs @@ -43,6 +43,13 @@ + + 2024-04-18 + 2.0.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/qps/pspec.xml b/desktop/lxqt/qps/pspec.xml index d9e1aec33d..5ac3846445 100644 --- a/desktop/lxqt/qps/pspec.xml +++ b/desktop/lxqt/qps/pspec.xml @@ -13,23 +13,23 @@ app Qt Process Manager Qt Process Manager - https://github.com/lxqt/qps/releases/download/2.8.0/qps-2.8.0.tar.xz + https://github.com/lxqt/qps/releases/download/2.9.0/qps-2.9.0.tar.xz cmake - qt5-base-devel - qt5-x11extras-devel + qt6-base-devel + libXrender-devel - qt5-linguist - kwindowsystem-devel - liblxqt-devel - lxqt-build-tools + qt6-linguist + kwindowsystem-kf6-devel + liblxqt-devel + lxqt-build-tools qps - qt5-base + qt6-base libgcc liblxqt @@ -41,6 +41,13 @@ + + 2024-04-18 + 2.9.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 2.8.0 diff --git a/desktop/lxqt/qterminal/pspec.xml b/desktop/lxqt/qterminal/pspec.xml index d5b4e5322b..6776e9ff83 100644 --- a/desktop/lxqt/qterminal/pspec.xml +++ b/desktop/lxqt/qterminal/pspec.xml @@ -11,21 +11,21 @@ GPLv2 app:gui lxqt - QT5-based multitab terminal emulator. - QT5-based multitab terminal emulator. - https://github.com/lxqt/qterminal/releases/download/1.4.0/qterminal-1.4.0.tar.xz + qt6-based multitab terminal emulator. + qt6-based multitab terminal emulator. + https://github.com/lxqt/qterminal/archive/31936ae7d57e726033966cffee035dd62baf8739.zip cmake - qt5-base-devel - qt5-linguist + qt6-base-devel + qt6-linguist libxcb-devel libX11-devel - qtermwidget5-devel - qt5-x11extras-devel - lxqt-config - qt5-svg-devel - kwindowsystem-devel - lxqt-build-tools + libcanberra-devel + qtermwidget6-devel + lxqt-config + qt6-svg-devel + kwindowsystem-kf6-devel + lxqt-build-tools @@ -34,9 +34,9 @@ libX11 libgcc - qt5-base - qtermwidget5 - qt5-x11extras + qt6-base + qtermwidget6 + libcanberra /usr/share @@ -47,6 +47,13 @@ + + 2024-04-18 + 2.0.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 1.4.0 diff --git a/desktop/lxqt/qterminal/translations.xml b/desktop/lxqt/qterminal/translations.xml index cadf3cbeb7..6873524922 100644 --- a/desktop/lxqt/qterminal/translations.xml +++ b/desktop/lxqt/qterminal/translations.xml @@ -1,7 +1,7 @@ qterminal5 - QT5-based multitab terminal emulator. - QT5-based multitab terminal emulator. + qt6-based multitab terminal emulator. + qt6-based multitab terminal emulator. diff --git a/desktop/lxqt/screengrab/pspec.xml b/desktop/lxqt/screengrab/pspec.xml index 3b33ef8b4c..cc53fb5859 100644 --- a/desktop/lxqt/screengrab/pspec.xml +++ b/desktop/lxqt/screengrab/pspec.xml @@ -13,15 +13,15 @@ app:gui Crossplatform tool for fast making screenshots. An application for creating screenshots. ScreenGrab uses the Qt framework and thus, it is independent from any desktop environment. - https://github.com/lxqt/screengrab/releases/download/2.7.0/screengrab-2.7.0.tar.xz + https://github.com/lxqt/screengrab/releases/download/2.8.0/screengrab-2.8.0.tar.xz cmake libgcc - kwindowsystem-devel - liblxqt-devel - qt5-linguist - libqtxdg-devel - lxqt-build-tools + kwindowsystem-kf6-devel + liblxqt-devel + qt6-linguist + libqtxdg-devel + lxqt-build-tools @@ -40,12 +40,19 @@ libgcc libxcb libqtxdg - qt5-base - kwindowsystem - qt5-x11extras + qt6-base + kwindowsystem-kf6 + + + 2024-04-18 + 2.8.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 2.7.0 diff --git a/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml b/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml index 60bb8870e4..3e3905d83b 100644 --- a/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml +++ b/desktop/lxqt/xdg-desktop-portal-lxqt/pspec.xml @@ -13,13 +13,12 @@ lxqt A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt A backend implementation for xdg-desktop-portal using Qt/KF5/libfm-qt - https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/0.5.0/xdg-desktop-portal-lxqt-0.5.0.tar.xz + https://github.com/lxqt/xdg-desktop-portal-lxqt/releases/download/1.0.1/xdg-desktop-portal-lxqt-1.0.1.tar.xz cmake - qt5-base-devel - qt5-x11extras-devel - libfm-qt-devel - kwindowsystem-devel + qt6-base-devel + libfm-qt-devel + kwindowsystem-kf6-devel glib2-devel menu-cache-devel libexif-devel @@ -30,8 +29,8 @@ libgcc libfm-qt - qt5-base - kwindowsystem + qt6-base + kwindowsystem-kf6 /usr/lib @@ -43,6 +42,13 @@ + + 2024-04-18 + 1.0.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-11-21 0.5.0