Plasma 6 RC 2. Still untested...
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-print-manager?expand=0&rev=1
This commit is contained in:
commit
33f5636823
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
23
kde-print-manager.changes
Normal file
23
kde-print-manager.changes
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 31 17:37:50 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.93.0 (6.0 RC 2):
|
||||||
|
* New bugfix release
|
||||||
|
* See https://kde.org/announcements/megarelease/6/rc2/ for details
|
||||||
|
- Changes since 5.92.0:
|
||||||
|
* RC 1 version dep
|
||||||
|
* add a version for dependencies so it does not break CI https://invent.kde.org/plasma/bluedevil/-/merge_requests/156
|
||||||
|
* Drop kirigami-addons dependency
|
||||||
|
* Remove extraFooterTopPadding usage
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 17 18:39:50 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||||
|
|
||||||
|
- Update to 5.92.0 (6.0 RC 1)
|
||||||
|
* For more details please see:
|
||||||
|
https://kde.org/announcements/megarelease/6/rc1/
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 6 13:56:28 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Init plasma6-print-manager
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
117
plasma6-print-manager.spec
Normal file
117
plasma6-print-manager.spec
Normal file
@ -0,0 +1,117 @@
|
|||||||
|
#
|
||||||
|
# spec file for package plasma6-print-manager
|
||||||
|
#
|
||||||
|
# Copyright (c) 2023 SUSE LLC
|
||||||
|
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
||||||
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%define kf6_version 5.240.0
|
||||||
|
%define qt6_version 6.5.0
|
||||||
|
|
||||||
|
%define rname print-manager
|
||||||
|
# Full Plasma 6 version (e.g. 6.0.0)
|
||||||
|
%{!?_plasma6_bugfix: %define _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}')}
|
||||||
|
%bcond_without released
|
||||||
|
Name: plasma6-print-manager
|
||||||
|
Version: 5.93.0
|
||||||
|
Release: 0
|
||||||
|
Summary: Tools for managing print jobs and printers
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
URL: https://www.kde.org
|
||||||
|
Source: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz
|
||||||
|
%if %{with released}
|
||||||
|
Source1: https://download.kde.org/unstable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig
|
||||||
|
Source2: plasma.keyring
|
||||||
|
%endif
|
||||||
|
BuildRequires: cups-devel
|
||||||
|
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6ConfigWidgets) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6CoreAddons) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6DBusAddons) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6I18n) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6IconThemes) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6KCMUtils) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6KIO) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6KirigamiAddons)
|
||||||
|
BuildRequires: cmake(KF6KirigamiPlatform) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6Notifications) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6WidgetsAddons) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(KF6WindowSystem) >= %{kf6_version}
|
||||||
|
BuildRequires: cmake(Plasma) >= %{_plasma6_bugfix}
|
||||||
|
BuildRequires: cmake(Qt6Core) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Core5Compat) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6DBus) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Network) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Qml) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Quick) >= %{qt6_version}
|
||||||
|
BuildRequires: cmake(Qt6Widgets) >= %{qt6_version}
|
||||||
|
Requires: kf6-kirigami-imports >= %{kf6_version}
|
||||||
|
Requires: kirigami-addons6 >= 0.10
|
||||||
|
Recommends: samba-client
|
||||||
|
Provides: kde4-print-manager = %{version}
|
||||||
|
Obsoletes: kde4-print-manager < %{version}
|
||||||
|
Obsoletes: print-manager5 < %{version}
|
||||||
|
Provides: print-manager5 = %{version}
|
||||||
|
Conflicts: kde-print-manager
|
||||||
|
Provides: dbus(com.redhat.NewPrinterNotification)
|
||||||
|
|
||||||
|
%description
|
||||||
|
plasma6-print-manager provides tools for managing print jobs and printers.
|
||||||
|
|
||||||
|
%lang_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -p1 -n %{rname}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%cmake_kf6
|
||||||
|
|
||||||
|
%kf6_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%kf6_install
|
||||||
|
|
||||||
|
%find_lang %{name} --all-name
|
||||||
|
|
||||||
|
%ldconfig_scriptlets
|
||||||
|
|
||||||
|
%files
|
||||||
|
%license LICENSES/*
|
||||||
|
%doc README.md
|
||||||
|
%{_kf6_applicationsdir}/kcm_printer_manager.desktop
|
||||||
|
%{_kf6_applicationsdir}/org.kde.ConfigurePrinter.desktop
|
||||||
|
%{_kf6_applicationsdir}/org.kde.PrintQueue.desktop
|
||||||
|
%{_kf6_applicationsdir}/org.kde.kde-add-printer.desktop
|
||||||
|
%{_kf6_appstreamdir}/org.kde.plasma.printmanager.appdata.xml
|
||||||
|
%{_kf6_appstreamdir}/org.kde.print-manager.metainfo.xml
|
||||||
|
%{_kf6_bindir}/configure-printer
|
||||||
|
%{_kf6_bindir}/kde-add-printer
|
||||||
|
%{_kf6_bindir}/kde-print-queue
|
||||||
|
%{_kf6_debugdir}/pmlogs.categories
|
||||||
|
%{_kf6_libdir}/libkcupslib.so.*
|
||||||
|
%{_kf6_notificationsdir}/printmanager.notifyrc
|
||||||
|
%dir %{_kf6_plasmadir}/plasmoids
|
||||||
|
%{_kf6_plasmadir}/plasmoids/org.kde.plasma.printmanager/
|
||||||
|
%{_kf6_plugindir}/kf6/kded/printmanager.so
|
||||||
|
%{_kf6_plugindir}/plasma/kcms/systemsettings/kcm_printer_manager.so
|
||||||
|
%{_kf6_qmldir}/org/kde/plasma/printmanager/
|
||||||
|
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
|
%changelog
|
3
print-manager-5.93.0.tar.xz
Normal file
3
print-manager-5.93.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77547a05687612397a20488e443d237cccdd3dc9bad56e82dca8be19763d2299
|
||||||
|
size 335032
|
16
print-manager-5.93.0.tar.xz.sig
Normal file
16
print-manager-5.93.0.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmW6RzgACgkQ11dEg7tX
|
||||||
|
sY0GzBAAr0hEuf53v/vJcao0V3HWTPvepFfKJhBaKWAZGK0eCoeqLGgzSGdzyzyc
|
||||||
|
iBhZ6mT9YT61FJqMaiQjrEsigC9JrR84HcNq9eQCZpKcdYI0hlBRgu8/05XdgjNd
|
||||||
|
HMnE1QPfpWebf0yC+2e2s/f8T1dgp7g+BPPh1+612qhcCNe1wTlulXPqfOa0uthR
|
||||||
|
SjJUk+G49Ts8QtsMf7v4ITmUAqmnWQoevjI0/qbxyRvwFWeq0Cf7oXfQ8GuQrq2S
|
||||||
|
eK3HFW6oDBQhxrEy24v+qbCdjVrfdEYxnwwqcrwu6wKl+CkthjcBolk4aySkqC0K
|
||||||
|
/1MHipK6MqpkwKYGM56u9/38U77+WAm0rDcqwkbF8Lm8+JEqiZmcnlo4xVoaWUU8
|
||||||
|
3Qdos9o3U1z3NvVy3Um/Oq/PSfWXpqLEAwaXhvRAHq0+RbyLrr5CsHApooMO/SI0
|
||||||
|
iPQabuU2WKExOAY4cFOKACio9wsGPjkyYDJ/GApBvtHVOdnCsARZjIDSW/7Wzutt
|
||||||
|
PXYEZJKX+dPruTvZ8ThQhyKmj0L+swSYb29KOmkU6l5+klYbpnekTO+s/eJSmaum
|
||||||
|
Px+v2nnL58yjwoe0MHXBsim3oMQ73LijR4zRXgVavvDLetT/5Z2CiW+4byr3Pz7l
|
||||||
|
w2x+h3yvInOO86+GxR6i/xq+8C+2ZwVWKSBOpiVOtfH9QKn6TTA=
|
||||||
|
=8+dH
|
||||||
|
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user