Plasma 6.2 beta, try 2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks/plasma6-print-manager?expand=0&rev=30
This commit is contained in:
commit
ff41c69d74
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
|
26
0001-Revert-Require-CUPS-version-2.4.x.patch
Normal file
26
0001-Revert-Require-CUPS-version-2.4.x.patch
Normal file
@ -0,0 +1,26 @@
|
||||
From bc964a7e9f2fed1c63e5d56d4a9050afbfb556ce Mon Sep 17 00:00:00 2001
|
||||
From: Fabian Vogt <fabian@ritter-vogt.de>
|
||||
Date: Sat, 25 May 2024 21:07:15 +0200
|
||||
Subject: [PATCH] Revert "Require CUPS version 2.4.x"
|
||||
|
||||
This reverts commit 5e090189c55f1180d4d2dc3be346ec081b0e14bc.
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index e210ad22..63901858 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -64,7 +64,7 @@ set_package_properties(PackageKitQt6
|
||||
PURPOSE "Needed to automatically install the system-config-printer package."
|
||||
)
|
||||
|
||||
-find_package(Cups "2.4" REQUIRED)
|
||||
+find_package(Cups "1.5" REQUIRED)
|
||||
|
||||
find_package(CupsSmb)
|
||||
set_package_properties(CupsSmb PROPERTIES
|
||||
--
|
||||
2.44.0
|
||||
|
BIN
plasma.keyring
Normal file
BIN
plasma.keyring
Normal file
Binary file not shown.
196
plasma6-print-manager.changes
Normal file
196
plasma6-print-manager.changes
Normal file
@ -0,0 +1,196 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 17 14:54:24 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.90:
|
||||
* New feature release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.90
|
||||
- Changes since 6.1.5:
|
||||
* update version for new release
|
||||
* Don't include quiet packages in feature_summary
|
||||
* Remove virtual keyword when we use override
|
||||
* plasmoid: Remove dead code (JobsModel)
|
||||
* Make "Add Printer" button confirm to HIG
|
||||
* appstream versions
|
||||
* kcm/[core,qml]: Cleanup Manual Config/Remote printer search (kde#488097)
|
||||
* kcm/qml: Fix return value for JS url
|
||||
* kcm/[core/qml]: Fix manual PPD file add/change
|
||||
* kcm/qml: Port header InlineMessage to frameless style
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 14:54:52 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.5:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.5
|
||||
- Changes since 6.1.4:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 6 13:28:13 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.4:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.4
|
||||
- Changes since 6.1.3:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 16 13:25:02 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.3:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.3
|
||||
- Changes since 6.1.2:
|
||||
* update version for new release
|
||||
* plasmoid: Remove dead code (JobsModel)
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 2 17:34:25 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.2:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.2
|
||||
- Changes since 6.1.1:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 17:14:27 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.1:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.1
|
||||
- Changes since 6.1.0:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 13 10:58:48 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.1.0:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.1.0
|
||||
- Changes since 6.0.90:
|
||||
* update version for new release
|
||||
* appstream versions
|
||||
* update version for new release
|
||||
* kcm/qml: Fix return value for JS url
|
||||
* kcm/[core/qml]: Fix manual PPD file add/change
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 11:19:30 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.90:
|
||||
* New feature release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.90
|
||||
- Too many changes to list here
|
||||
- Add patch to fix build with older CUPS, the newer version isn't
|
||||
actually needed yet:
|
||||
* 0001-Revert-Require-CUPS-version-2.4.x.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 07:43:16 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.5:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.5
|
||||
- Changes since 6.0.4:
|
||||
* revert dup version
|
||||
* update version for new release
|
||||
* plasmoid: Use KItemModels SFPM
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 17 08:13:28 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.4:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.4
|
||||
- Changes since 6.0.3:
|
||||
* update version for new release
|
||||
* kcm: Fix kcm shows a blank main display after removing a printer
|
||||
* kcm/qml: Fix non-scrollable Printer Settings page
|
||||
* libkcups/DeviceModel: Use better user-facing terminology
|
||||
* kcm/FindPrinter: Fix for both types of manual printer setup
|
||||
* kcm/FindPrinter: Fix manual driver selection for direct devices
|
||||
* kcm/qml: Remove PlasmaComponents imports
|
||||
* kcm/FindPrinter: Fix connection list highlight
|
||||
* kcm/qml: Remove PlasmaComponents3
|
||||
* kcm/MakeModel: Remove PlasmaComponents/PlasmaExtras
|
||||
* kcm/Drivers: Fix double highlighted list item
|
||||
* kcm/BaseDevice: Add Banner and uri helpers
|
||||
* kcm: Fix constraint on make/model (driver) selection dialog
|
||||
* kcm/FindPrinter: Fix double highlighted list item
|
||||
* kcm: Add a debug; Use the CUPS printer-uri
|
||||
* revert premature appstream update
|
||||
* update version for new release
|
||||
* kcm: Handle recommended drivers not found scenario (kde#482409)
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 18:06:22 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.3:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.3
|
||||
- Changes since 6.0.2:
|
||||
* revert duplicate appstream update
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 13 09:10:19 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.2:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.2
|
||||
- Changes since 6.0.1:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 6 08:40:32 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.1:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.0.1
|
||||
- Changes since 6.0.0:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 18:52:23 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Add Provides/Obsoletes to replace Plasma 5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 18:36:38 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.0.0:
|
||||
* New bugfix release
|
||||
* Release announcement not available yet
|
||||
- Changes since 5.93.0:
|
||||
* update version for new release
|
||||
* [applet] fix search field color in Breeze Twilight
|
||||
* remove old releases to allow appstream test to pass, we know this is a renumbering
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
121
plasma6-print-manager.spec
Normal file
121
plasma6-print-manager.spec
Normal file
@ -0,0 +1,121 @@
|
||||
#
|
||||
# spec file for package plasma6-print-manager
|
||||
#
|
||||
# Copyright (c) 2024 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 6.5.0
|
||||
%define qt6_version 6.7.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: 6.1.90
|
||||
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
|
||||
# PATCH-FIX-OPENSUSE
|
||||
Patch1: 0001-Revert-Require-CUPS-version-2.4.x.patch
|
||||
BuildRequires: cups-devel >= 1.5
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: system-config-printer-dbus-service
|
||||
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
|
||||
Requires: system-config-printer-dbus-service
|
||||
Recommends: samba-client
|
||||
Obsoletes: print-manager5 < %{version}
|
||||
Provides: print-manager5 = %{version}
|
||||
# 23.08.4 in factory, 24.04.70git(+date) in unstable repo
|
||||
Provides: kde-print-manager = 24.05
|
||||
Obsoletes: kde-print-manager < 24.05
|
||||
Obsoletes: kde-print-manager-lang < 24.05
|
||||
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-6.1.3.tar.xz
Normal file
3
print-manager-6.1.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9505469e86e20363e4beddc6948d9d9e07a8373aedb7af99928cb98101ddbb04
|
||||
size 370464
|
16
print-manager-6.1.3.tar.xz.sig
Normal file
16
print-manager-6.1.3.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmaWVVUACgkQ11dEg7tX
|
||||
sY0o7A//f56g/f0kXMbf/+cKS6PtRjC+aD8rSb3mpimkFCXhUeT5f5r5Lftt8xsO
|
||||
VPiYnyrhHfZL2v9ukEbXiW6k2KpXbgUryv8kaONZRTAmDwq2AgqhrEnNWhTfsjqr
|
||||
s54KpRsYjqfrWQzFbg3WfONoGHx7dtRYlNd6az+zewdYxEmah33EJcz2+8CG/u2O
|
||||
NIL/xF2cY1rUiG1W2/7iCShN426N/cFXggdodAjco0MWDSxo6StOjT1pl/Sq2oOw
|
||||
lnIV9OeU2DiMX/11GhEIQFWeI8wkMrr2KtB2L+OBbu3YhxREpXkpGpI+BjRyfFXa
|
||||
bPP8v3VRXGdkXvTch5xpfTstL8m/Sl3tFgpLhf6U4WdCL6ZxpF+125vqIxG5hEDv
|
||||
bAzrSH3tividtuQ9vilR8hCkoxB7gIhCsCLEBr9+qUiezLCWZ2kGLB6v+Goi5N33
|
||||
koHoM5Xr3X9yHdwR8b7JUxk7QnnYJmA1KXi36vM42G84C7wylOvpA7HlKj6NzKhT
|
||||
dGSDSzP/YmpkWlsT6+wgJkrEFaQELYEXiVkmlTWcpKhyUcOoUaN8A+e/a0MR5BtQ
|
||||
DYPW5W/Nk32VW3Qvm/qoVYB/a0HOAuxAOYZf6NLtyoaf1WZ5VP7yD9dl0iJ+F8n7
|
||||
bTvlrGaD7NWsYwc0U/7NIlWmQpfIJyh4NhdskiX9+giWNuCdIdA=
|
||||
=uxhH
|
||||
-----END PGP SIGNATURE-----
|
3
print-manager-6.1.4.tar.xz
Normal file
3
print-manager-6.1.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5747bf544804ba121103d2644ffdd6e52ed8046568292cca217513a76d00edf
|
||||
size 370456
|
16
print-manager-6.1.4.tar.xz.sig
Normal file
16
print-manager-6.1.4.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmayGNwACgkQ11dEg7tX
|
||||
sY3MvA//e8IzJMSwsi2hZRqVON80vcY+tBgTsrRJ9Zeg40BMNPTID48Mpoa5hv3a
|
||||
U3qdo23QOXzI5t+fQ7k3Rk0KIpTuMpHC+RBh6KBnOG/zvaQI83JEesbigUyztLO+
|
||||
0W2/oAiwRfg06CtkLv9mLCvw+2xCBzhKRZ3A3GJ6ttPgP5O1Wc+Yb8rH31cxVFde
|
||||
/XaH14rZ1K5PAVeJSRAPNTkTYZrz/df1pbtB2/MgIKvQ8SGSz7Mii+Um3kPEAh5g
|
||||
oZNW5fnIy16CYj5/rACIOfFdjuHXPQQzQ3KMMBRUf9UQI0QxnKMmYXp5y0qk4scn
|
||||
KVOpw2rtivl2dzOn8ud6OZFKHLXsYt9fLG/avnBe/hXL/ibVjUBvh0kfFLttHn1V
|
||||
xepV50IDMakZ6ZwVRA1MGqAY03LzJmNyxH50FFX42TtYW7NKmpB50XqKCllZOzmf
|
||||
gvEO6S4fOYqJiI4lkreW0jCH4dJ/hw3pT82PSOA4AWizAMNqypAhZX4w7bzjjj/L
|
||||
6aEzahzmJDW2L+25ziO3AVSa3G0DD71emgAwbznTFxjUg6UlL3pGLztjrlmPwCyw
|
||||
UC/ljkm6ojcCYHu2eK6H0y63c6i4Uet9KuwrN61aCfnQrMTinMnQyGCm+BJ6g/KE
|
||||
iuPHij1sPYHMgWTyJo2Yohng6MGExDKF94BTkLMo+eCvQkiilyo=
|
||||
=dUWG
|
||||
-----END PGP SIGNATURE-----
|
3
print-manager-6.1.5.tar.xz
Normal file
3
print-manager-6.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49444e16a0795953153652517c66571a998ba38dcd886166b88231e96c8ce12
|
||||
size 371292
|
16
print-manager-6.1.5.tar.xz.sig
Normal file
16
print-manager-6.1.5.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmbgCSAACgkQ11dEg7tX
|
||||
sY3gxQ/9FVcgHTfOuPPGrC/WMVIiiVrLt1xrgAu2pkFx7yo2U/Ge3nnpG20WDyjb
|
||||
Ga1qLpom+LTKxeLKj+1zHs+Z5jv5dQruxnWOYjLQOfpnkxQOAWfJXzWVi3m1wktZ
|
||||
Xo/wFvzKnvmXahvuYVrgwPRW0tnYY4/4So3KM6fWrCCj53nvGd9qJXU8pC6RkO5M
|
||||
ZyZrmJ3SH1PONNGEO9LFGTp13dB9Yd5gdxpeksGAtJjkJdNXWOsbsR8hdeVvsFcr
|
||||
C+4X9kVDJzkgtcnalj05LolcRk60Dsr0CIs4h3Y6CxwKHlM2dR/t1AG5R/BLYb9U
|
||||
4le3DOOzfcLGVCbhBBbSgwyVQWKVtjovyBW7Yl0MU+JSXFouUcFDHYIoe/wwS/ZB
|
||||
9PWkff4JBYPat9VWyyXPHcpOumgozBV/ozBLb1If3NeOiw8dDdkBJhf7+NQfkJ5i
|
||||
hw1mPONFfOBhDHVTay6mNx+L1BRGfosO+IYVILbkSbIYd7CvzxyUfKQPU5iPZRmY
|
||||
ouX8IO7AkphCd2paqTwGEbYMjJRVLnpOa2JqsS/PpAPKsn7K0SDAy0cyPUz4syys
|
||||
5f8k+z4zONToVuWe77ocyHMQw0cjTi1mMGYpAldvEmNAj60w08xycYTCkqoUY3iC
|
||||
kAFFNIBlYaU/qSmyRgABr6yuooxg1gwMgbegsc4+675XvvKhtGM=
|
||||
=2S2r
|
||||
-----END PGP SIGNATURE-----
|
3
print-manager-6.1.90.tar.xz
Normal file
3
print-manager-6.1.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ef71c7de626dff47735c949aa652e5f56a16587fc8120ada0744b7e6134f00f
|
||||
size 374096
|
16
print-manager-6.1.90.tar.xz.sig
Normal file
16
print-manager-6.1.90.tar.xz.sig
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE4KPrIC+OV1KOE+cv11dEg7tXsY0FAmbixDgACgkQ11dEg7tX
|
||||
sY1wShAAqQAr6DnEqSM7nFvMakY4dgOObb3gJ81MNsoGMLy67/DkBqZG3f8bfHmr
|
||||
cjlNSWXIzCRO8vmzVbAYBybMnl2yyDevuinTGHlhej4/+tZWnw6C4qNULysxDJSR
|
||||
chvGttyMrSihVWaEFVJnwAB0503jUGrwT7rO5Igf8NKSWqM0IdXqYNdB64pHIozm
|
||||
cyz/ZET5OZNpjISqQkt7ofniz1qV+6VETWe9GQQwAOjvP5Fqfr2hdk0Vl0mFaQz3
|
||||
4LQyF9kT/OtZQFA4pFzbF37WBX1adaMGnXvHuiKDxVVlmfia0h3u6vhJRrpColAR
|
||||
8M9Z/h8RyOzeLao3niqiPH4pOKKa7ACN1LwwvMjjeE3wUffLcHNUiNoADDyLI+hJ
|
||||
S4EiOJy3zg0Z3mNlqYRbBInx1C0gcEWxrc+QvvxdipeFX4vosxy03dgWbZrjzir3
|
||||
B9CaBA3iimyEcQn1H/7O8/s0yHCsknsSR8cOWVgKRl/6JxGf6CPYcO3gnJnLbIeB
|
||||
hzSJ4dMEJTxYebzTMaYpbU1txvCS87Y8ufwIUeWebDNVrlsJ6+S/z+LOunLCNAK8
|
||||
VW6AI3r8xigZZdXRGimWRuEMo5BUGdXyHyJ9bzn9Ej5e73aNOylWXWbIBGrcUlPG
|
||||
YjKcP+s1VwfILiu0LUF32uNosmAqKeDRqJxRp+zSbsz7yw+KASg=
|
||||
=OWgs
|
||||
-----END PGP SIGNATURE-----
|
Loading…
Reference in New Issue
Block a user