fix update
This commit is contained in:
69
kf6-modemmanager-qt/kf6-modemmanager-qt.spec
Normal file
69
kf6-modemmanager-qt/kf6-modemmanager-qt.spec
Normal file
@@ -0,0 +1,69 @@
|
||||
|
||||
%define qt6_version 6.8.0
|
||||
|
||||
%define rname modemmanager-qt
|
||||
# Full KF6 version (e.g. 6.22.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
|
||||
Name: kf6-modemmanager-qt
|
||||
Version: 6.22.0
|
||||
Release: 0
|
||||
Summary: Qt wrapper for ModemManager DBus API
|
||||
License: LGPL-2.1-only OR LGPL-3.0-only
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/6.22/%{rname}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Xml) >= %{qt6_version}
|
||||
BuildRequires: pkgconfig(ModemManager) >= 1.0.0
|
||||
|
||||
%description
|
||||
Qt wrapper for ModemManager DBus API.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for the libmm-qt library
|
||||
Requires: libKF6ModemManagerQt6 = %{version}
|
||||
Requires: pkgconfig(ModemManager) >= 1.0.0
|
||||
|
||||
%description devel
|
||||
Qt wrapper for ModemManager DBus API. Development files.
|
||||
|
||||
%package -n libKF6ModemManagerQt6
|
||||
Summary: Qt wrapper around the ModemManager libraries
|
||||
Requires: kf6-modemmanager-qt >= %{version}
|
||||
|
||||
%description -n libKF6ModemManagerQt6
|
||||
Qt wrapper for ModemManager DBus API.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%ldconfig_scriptlets -n libKF6ModemManagerQt6
|
||||
|
||||
%files
|
||||
%{_kf6_debugdir}/modemmanagerqt.categories
|
||||
%{_kf6_debugdir}/modemmanagerqt.renamecategories
|
||||
|
||||
%files -n libKF6ModemManagerQt6
|
||||
%license LICENSES/*
|
||||
%doc README.md
|
||||
%{_kf6_libdir}/libKF6ModemManagerQt.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf6_cmakedir}/KF6ModemManagerQt/
|
||||
%{_kf6_includedir}/ModemManagerQt/
|
||||
%{_kf6_libdir}/libKF6ModemManagerQt.so
|
||||
|
||||
%changelog
|
||||
92
kf6-networkmanager-qt/kf6-networkmanager-qt.spec
Normal file
92
kf6-networkmanager-qt/kf6-networkmanager-qt.spec
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
%define qt6_version 6.8.0
|
||||
|
||||
%define rname networkmanager-qt
|
||||
# Full KF6 version (e.g. 6.22.0)
|
||||
%{!?_kf6_version: %global _kf6_version %{version}}
|
||||
|
||||
Name: kf6-networkmanager-qt
|
||||
Version: 6.22.0
|
||||
Release: 0
|
||||
Summary: A Qt wrapper for NetworkManager DBus API
|
||||
License: LGPL-2.1-only OR LGPL-3.0-only
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/6.22/%{rname}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{_kf6_version}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Network) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6ToolsTools) >= %{qt6_version}
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(libnm) >= 1.4.0
|
||||
|
||||
%description
|
||||
NetworkManagerQt provides access to all NetworkManager features
|
||||
exposed on DBus. It allows you to manage your connections and control
|
||||
your network devices and also provides a library for parsing connection
|
||||
settings which are used in DBus communication.
|
||||
|
||||
%package imports
|
||||
Summary: QML components for networkmanager-qt
|
||||
|
||||
%description imports
|
||||
This package provides QML bindings for networkmanager-qt.
|
||||
|
||||
%package -n libKF6NetworkManagerQt6
|
||||
Summary: A Qt wrapper for NetworkManager DBus API
|
||||
Requires: kf6-networkmanager-qt >= %{version}
|
||||
|
||||
%description -n libKF6NetworkManagerQt6
|
||||
NetworkManagerQt provides access to all NetworkManager features
|
||||
exposed on DBus. It allows you to manage your connections and control
|
||||
your network devices and also provides a library for parsing connection
|
||||
settings which are used in DBus communication.
|
||||
|
||||
%package devel
|
||||
Summary: A Qt wrapper for NetworkManager DBus API
|
||||
Requires: libKF6NetworkManagerQt6 = %{version}
|
||||
Requires: cmake(Qt6Core) >= %{qt6_version}
|
||||
Requires: cmake(Qt6DBus) >= %{qt6_version}
|
||||
Requires: pkgconfig(gio-2.0)
|
||||
Requires: pkgconfig(libnm) >= 1.4.0
|
||||
|
||||
%description devel
|
||||
NetworkManagerQt provides access to all NetworkManager features
|
||||
exposed on DBus. It allows you to manage your connections and control
|
||||
your network devices and also provides a library for parsing connection
|
||||
settings which are used in DBus communication. Development files.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%ldconfig_scriptlets -n libKF6NetworkManagerQt6
|
||||
|
||||
%files
|
||||
%{_kf6_debugdir}/networkmanagerqt.categories
|
||||
%{_kf6_debugdir}/networkmanagerqt.renamecategories
|
||||
|
||||
%files imports
|
||||
%{_kf6_qmldir}/org/kde/networkmanager/
|
||||
|
||||
%files -n libKF6NetworkManagerQt6
|
||||
%license LICENSES/*
|
||||
%doc README.md
|
||||
%{_kf6_libdir}/libKF6NetworkManagerQt.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf6_cmakedir}/KF6NetworkManagerQt/
|
||||
%{_kf6_includedir}/NetworkManagerQt/
|
||||
%{_kf6_libdir}/libKF6NetworkManagerQt.so
|
||||
|
||||
%changelog
|
||||
126
kirigami-addons6/kirigami-addons6.spec
Normal file
126
kirigami-addons6/kirigami-addons6.spec
Normal file
@@ -0,0 +1,126 @@
|
||||
|
||||
%define kf6_version 6.15.0
|
||||
%define qt6_version 6.6.0
|
||||
|
||||
%define rname kirigami-addons
|
||||
|
||||
Name: kirigami-addons6
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Summary: Add-ons for the Kirigami framework
|
||||
License: LGPL-3.0-only
|
||||
URL: https://invent.kde.org/libraries/kirigami-addons
|
||||
Source: https://download.kde.org/stable/%{rname}/%{rname}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6ColorScheme) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6Crash) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6GlobalAccel) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6GuiAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6IconThemes) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
|
||||
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QuickControls2) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Tools) >= %{qt6_version}
|
||||
Requires: kf6-kirigami-imports >= %{kf6_version}
|
||||
Requires: libKF6Svg6 >= %{kf6_version}
|
||||
Requires: libKirigamiAddonsStatefulApp6 >= %{version}
|
||||
|
||||
%description
|
||||
A set of "widgets" i.e visual end user components along with a
|
||||
code to support them. Components are usable by both touch and
|
||||
desktop experiences providing a native experience on both, and
|
||||
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||
or Plasma).
|
||||
|
||||
%package -n libKirigamiApp6
|
||||
Summary: KirigamiApp library
|
||||
|
||||
%description -n libKirigamiApp6
|
||||
A set of "widgets" i.e visual end user components along with a
|
||||
code to support them. Components are usable by both touch and
|
||||
desktop experiences providing a native experience on both, and
|
||||
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||
or Plasma). This package provides a helper to properly
|
||||
run a Kirigami app on all OSes.
|
||||
|
||||
%package -n libKirigamiAddonsStatefulApp6
|
||||
Summary: Stateful application suppport library for kirigami-addons
|
||||
|
||||
%description -n libKirigamiAddonsStatefulApp6
|
||||
A set of "widgets" i.e visual end user components along with a
|
||||
code to support them. Components are usable by both touch and
|
||||
desktop experiences providing a native experience on both, and
|
||||
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||
or Plasma). This package provides a library to add standard
|
||||
stateful functionality to applications using kirigami-addons.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for kirigami-addons6
|
||||
Requires: kirigami-addons6 = %{version}
|
||||
Requires: libKirigamiAddonsStatefulApp6 = %{version}
|
||||
Requires: libKirigamiApp6 = %{version}
|
||||
|
||||
%description devel
|
||||
A set of "widgets" i.e visual end user components along with a
|
||||
code to support them. Components are usable by both touch and
|
||||
desktop experiences providing a native experience on both, and
|
||||
look native with any QQC2 style (qqc2-desktop-theme, Material
|
||||
or Plasma). This package provides development files to build
|
||||
applications with kirigami-addons.
|
||||
|
||||
%package lang
|
||||
Summary: Translations for package %{name}
|
||||
Requires: %{name} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
# Same file names, needs to be fixed upstream
|
||||
Conflicts: kirigami-addons-lang
|
||||
BuildArch: noarch
|
||||
|
||||
%description lang
|
||||
Provides translations for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang %{name} --all-name
|
||||
|
||||
%ldconfig_scriptlets -n libKirigamiAddonsStatefulApp6
|
||||
%ldconfig_scriptlets -n libKirigamiApp6
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_kf6_qmldir}/org/kde/kirigamiaddons/
|
||||
|
||||
%files -n libKirigamiAddonsStatefulApp6
|
||||
%{_kf6_libdir}/libKirigamiAddonsStatefulApp.so.*
|
||||
|
||||
%files -n libKirigamiApp6
|
||||
%{_kf6_libdir}/libKirigamiApp.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf6_cmakedir}/KF6KirigamiAddons/
|
||||
%{_includedir}/KirigamiAddons/
|
||||
%{_includedir}/KirigamiAddonsStatefulApp/
|
||||
%{_kf6_libdir}/libKirigamiAddonsStatefulApp.so
|
||||
%{_kf6_libdir}/libKirigamiApp.so
|
||||
%dir %{_kf6_sharedir}/kdevappwizard/
|
||||
%dir %{_kf6_sharedir}/kdevappwizard/templates/
|
||||
%{_kf6_sharedir}/kdevappwizard/templates/kirigamiaddons6.tar.bz2
|
||||
%{_kf6_sharedir}/kdevappwizard/templates/librarymanager6.tar.bz2
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
145
kpipewire6/kpipewire6.spec
Normal file
145
kpipewire6/kpipewire6.spec
Normal file
@@ -0,0 +1,145 @@
|
||||
|
||||
%define kf6_version 6.18.0
|
||||
%define qt6_version 6.9.0
|
||||
|
||||
%define _sover 6
|
||||
%define rname kpipewire
|
||||
# Full Plasma 6 version (e.g. 6.0.0)
|
||||
%{!?_plasma6_bugfix: %global _plasma6_bugfix %{version}}
|
||||
# Latest ABI-stable Plasma (e.g. 6.0 in KF6, but 6.0.80 in KUF)
|
||||
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
|
||||
Name: kpipewire6
|
||||
Version: 6.5.0
|
||||
Release: 0
|
||||
Summary: PipeWire integration for KDE Plasma
|
||||
License: LGPL-2.0-only AND LGPL-3.0-only
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: kf6-extra-cmake-modules
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-base-private-devel >= %{qt6_version}
|
||||
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||
BuildRequires: cmake(KWayland) >= %{_plasma6_version}
|
||||
BuildRequires: cmake(PlasmaWaylandProtocols)
|
||||
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6OpenGL) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QmlIntegration) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6QuickTest) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6Test) >= %{qt6_version}
|
||||
BuildRequires: cmake(Qt6WaylandClient) >= %{qt6_version}
|
||||
BuildRequires: pkgconfig(egl)
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(gbm)
|
||||
BuildRequires: pkgconfig(libavcodec)
|
||||
BuildRequires: pkgconfig(libavfilter)
|
||||
BuildRequires: pkgconfig(libavformat)
|
||||
BuildRequires: pkgconfig(libavutil)
|
||||
BuildRequires: pkgconfig(libdrm)
|
||||
BuildRequires: pkgconfig(libpipewire-0.3)
|
||||
BuildRequires: pkgconfig(libswscale)
|
||||
BuildRequires: pkgconfig(libva)
|
||||
BuildRequires: pkgconfig(libva-drm)
|
||||
|
||||
%description
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
|
||||
%package -n libKPipeWire%{_sover}
|
||||
Summary: PipeWire integration for KDE Plasma - main library
|
||||
|
||||
%description -n libKPipeWire%{_sover}
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
This package contains the main KPipeWire library.
|
||||
|
||||
%package -n libKPipeWireRecord%{_sover}
|
||||
Summary: PipeWire integration for KDE Plasma - recording support
|
||||
|
||||
%description -n libKPipeWireRecord%{_sover}
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
This package contains the library needed for video and audio capture.
|
||||
|
||||
%package -n libKPipeWireDmaBuf%{_sover}
|
||||
Summary: PipeWire integration for KDE Plasma - DMA-BUF support
|
||||
|
||||
%description -n libKPipeWireDmaBuf%{_sover}
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
This package provides a helper for downloading DMA-BUF textures for CPU processing.
|
||||
|
||||
%package imports
|
||||
Summary: QtQuick bindings for kpipewire6
|
||||
Requires: libKPipeWire%{_sover} = %{version}
|
||||
Requires: libKPipeWireDmaBuf%{_sover} = %{version}
|
||||
Requires: libKPipeWireRecord%{_sover} = %{version}
|
||||
|
||||
%description imports
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
This package provides QtQuick bindings for the main KPipeWire libraries.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for kpipewire6
|
||||
Requires: kpipewire6-imports = %{version}
|
||||
Requires: libKPipeWire%{_sover} = %{version}
|
||||
Requires: libKPipeWireDmaBuf%{_sover} = %{version}
|
||||
Requires: libKPipeWireRecord%{_sover} = %{version}
|
||||
Requires: cmake(Qt6QmlIntegration) >= %{qt6_version}
|
||||
Requires: pkgconfig(epoxy)
|
||||
Requires: pkgconfig(libpipewire-0.3)
|
||||
Conflicts: kpipewire-devel
|
||||
|
||||
%description devel
|
||||
KPipeWire provides PipeWire integration for the Plasma desktop and mobile shells.
|
||||
This package provides the development files needed to build applications
|
||||
which use KPipeWire.
|
||||
|
||||
%lang_package -n libKPipeWire%{_sover}
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{rname}-%{version}
|
||||
|
||||
%build
|
||||
%cmake_kf6
|
||||
|
||||
%kf6_build
|
||||
|
||||
%install
|
||||
%kf6_install
|
||||
|
||||
%find_lang kpipewire6
|
||||
|
||||
%check
|
||||
# Test fails since 03201bb6. A running pipewire is required
|
||||
# %%ctest
|
||||
|
||||
%ldconfig_scriptlets -n libKPipeWire%{_sover}
|
||||
%ldconfig_scriptlets -n libKPipeWireRecord%{_sover}
|
||||
%ldconfig_scriptlets -n libKPipeWireDmaBuf%{_sover}
|
||||
|
||||
%files -n libKPipeWire%{_sover}
|
||||
%license LICENSES/*
|
||||
%doc README.md
|
||||
%{_kf6_libdir}/libKPipeWire.so.*
|
||||
%{_kf6_debugdir}/kpipewire.categories
|
||||
|
||||
%files -n libKPipeWireRecord%{_sover}
|
||||
%{_kf6_libdir}/libKPipeWireRecord.so.*
|
||||
%{_kf6_debugdir}/kpipewirerecord.categories
|
||||
|
||||
%files -n libKPipeWireDmaBuf%{_sover}
|
||||
%{_kf6_libdir}/libKPipeWireDmaBuf.so.*
|
||||
|
||||
%files imports
|
||||
%{_kf6_qmldir}/org/kde/pipewire/
|
||||
|
||||
%files devel
|
||||
%{_includedir}/KPipeWire/
|
||||
%{_kf6_cmakedir}/KPipeWire/
|
||||
%{_kf6_libdir}/libKPipeWire.so
|
||||
%{_kf6_libdir}/libKPipeWireRecord.so
|
||||
%{_kf6_libdir}/libKPipeWireDmaBuf.so
|
||||
|
||||
%files -n libKPipeWire%{_sover}-lang -f kpipewire6.lang
|
||||
|
||||
%changelog
|
||||
@@ -38,7 +38,7 @@ BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
# BuildRequires: cmake(KWinDBusInterface) >= %%{_plasma6_bugfix}
|
||||
BuildRequires: kwin6-devel >= %{_plasma6_bugfix}
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: qt6-gui-private-devel >= %{qt6_version}
|
||||
BuildRequires: qt6-base-private-devel >= %{qt6_version}
|
||||
BuildRequires: qt6-waylandclient-private-devel >= %{qt6_version}
|
||||
BuildRequires: cmake(AppStreamQt) >= 1.0
|
||||
BuildRequires: cmake(Breeze) >= %{_plasma6_bugfix}
|
||||
|
||||
Reference in New Issue
Block a user