forked from pool/plasma6-print-manager
Compare commits
67 Commits
Author | SHA256 | Date | |
---|---|---|---|
3b1cb836c4 | |||
|
ae76e00943 | ||
82a19f3f89 | |||
|
80069a2bf1 | ||
01197751a4 | |||
|
514db3600c | ||
730fd52b3b | |||
|
b9efb1a127 | ||
cd1119dec7 | |||
|
b66ac9162a | ||
|
bf47169a13 | ||
|
aea757013a | ||
ef443b0781 | |||
|
8c07968864 | ||
d8780be67d | |||
|
760786b7ff | ||
e0a42724ed | |||
|
e9ad01b4b9 | ||
a3e1f82827 | |||
|
5a68d2fe9b | ||
5e7ab2cbad | |||
|
a75cc0ed7c | ||
cb5c7d7b89 | |||
|
9e79955ea2 | ||
|
e335adee78 | ||
|
565d65c701 | ||
ebf949328d | |||
|
5095df85ed | ||
b4fa036f01 | |||
|
05c3ec0899 | ||
01209d59da | |||
|
6417575e9c | ||
58072d27c1 | |||
|
6df5c85ab9 | ||
f916da9f5f | |||
|
32c846f3ca | ||
a66bc52e9c | |||
|
86a77217b9 | ||
|
ff41c69d74 | ||
6803537b72 | |||
40cd95619a | |||
|
8f31f47d8c | ||
20078e17c3 | |||
|
2b4328629a | ||
8fb148fa3a | |||
|
9c1b54e864 | ||
9409fb4f07 | |||
|
1bdff054da | ||
f34aaf2703 | |||
|
e4f68e7e9e | ||
|
d2a91bbcd6 | ||
f4438f3787 | |||
|
84f2aacb65 | ||
1a08aa4578 | |||
|
0c43c00d91 | ||
c3aef0c2f3 | |||
|
784d4023ea | ||
a18733bc94 | |||
|
cb3f522c93 | ||
4e28250301 | |||
92462bf982 | |||
|
0a63f320dd | ||
|
0169cf28dd | ||
06f6c6b32b | |||
|
88af02e336 | ||
|
405985d9ce | ||
|
33f5636823 |
@@ -1,26 +0,0 @@
|
||||
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
|
||||
|
@@ -1,3 +1,227 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 13:31:11 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.4.4:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.4.4
|
||||
- Changes since 6.4.3:
|
||||
* Update version for new release 6.4.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 15 10:58:23 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.4.3:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.4.3
|
||||
- Changes since 6.4.2:
|
||||
* Update version for new release 6.4.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 1 13:11:31 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.4.2:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.4.2
|
||||
- Changes since 6.4.1:
|
||||
* Update version for new release 6.4.2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 24 11:55:49 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.4.1:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.4.1
|
||||
- Changes since 6.4.0:
|
||||
* Update version for new release 6.4.1
|
||||
* configure-printer: Fix dbus activate on helper dialog
|
||||
* [libkcups/printqueue/config] Remove unneeded dependencies
|
||||
* plasmoid: Make configure action use KCM configure
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 12 10:37:52 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.4.0:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.4.0
|
||||
- Changes since 6.3.91:
|
||||
* Update version for new release 6.4.0
|
||||
* Drop no longer necessary KF6IconThemes dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 29 21:23:02 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.91:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.91
|
||||
- Changes since 6.3.90:
|
||||
* Update version for new release 6.3.91
|
||||
* RequestActivate on the printer manager helper dialog windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 19:38:35 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.90:
|
||||
* New feature release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.90
|
||||
- Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 20:12:50 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.5:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.5
|
||||
- Changes since 6.3.4:
|
||||
* update version for new release
|
||||
* kcm: When adding a printer/group, allow the ability to set as default
|
||||
* Revert "kcm: don't assign undefined to component"
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 2 10:06:02 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 6.3.4
|
||||
* New bugfix release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/plasma/6/6.3.4
|
||||
- Changes since 6.3.3:
|
||||
* libkcups/KCupsConnection: connect existing signal
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 11 14:44:42 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.3:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.3
|
||||
- Changes since 6.3.2:
|
||||
* update version for new release
|
||||
* kcm: don't assign undefined to component
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 19:38:54 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.2:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.2
|
||||
- Changes since 6.3.1:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 18 14:45:51 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.1:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.1
|
||||
- Changes since 6.3.0:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 6 13:47:10 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.3.0:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.3.0
|
||||
- Changes since 6.2.91:
|
||||
* update version for new release
|
||||
* kcm: Keep header "Add" action visible when space-limited
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 13:46:49 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.91:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.91
|
||||
- Changes since 6.2.90:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 11 18:28:52 UTC 2025 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.90:
|
||||
* New feature release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.90
|
||||
- Too many changes to list here
|
||||
- Drop patch, cups >= 2.4 is now actually required:
|
||||
* 0001-Revert-Require-CUPS-version-2.4.x.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 31 20:50:20 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.5:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.5
|
||||
- Changes since 6.2.4:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 15:47:25 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.4:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.4
|
||||
- Changes since 6.2.3:
|
||||
* update version for new release
|
||||
* DevicesModel: Register QList of QStringList to DBus
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 13:30:36 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.3:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.3
|
||||
- Changes since 6.2.2:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 14:08:27 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.2:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.2
|
||||
- Changes since 6.2.1:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 16:53:47 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.1:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.1
|
||||
- Changes since 6.2.0:
|
||||
* update version for new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 5 10:44:31 UTC 2024 - Fabian Vogt <fabian@ritter-vogt.de>
|
||||
|
||||
- Update to 6.2.0:
|
||||
* New bugfix release
|
||||
* For more details see https://kde.org/announcements/plasma/6/6.2.0
|
||||
- Changes since 6.1.90:
|
||||
* update version for new release
|
||||
* JobModel: Fix total pages count
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plasma6-print-manager
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 24.9.90 Raymond Wooninck <tittiatcoke@gmail.com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -17,8 +17,8 @@
|
||||
#
|
||||
|
||||
|
||||
%define kf6_version 6.2.0
|
||||
%define qt6_version 6.6.0
|
||||
%define kf6_version 6.14.0
|
||||
%define qt6_version 6.8.0
|
||||
|
||||
%define rname print-manager
|
||||
# Full Plasma 6 version (e.g. 6.0.0)
|
||||
@@ -27,7 +27,7 @@
|
||||
%{!?_plasma6_version: %define _plasma6_version %(echo %{_plasma6_bugfix} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: plasma6-print-manager
|
||||
Version: 6.1.5
|
||||
Version: 6.4.4
|
||||
Release: 0
|
||||
Summary: Tools for managing print jobs and printers
|
||||
License: GPL-2.0-or-later
|
||||
@@ -37,9 +37,7 @@ Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{ver
|
||||
Source1: https://download.kde.org/stable/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: cups-devel >= 2.4
|
||||
BuildRequires: kf6-extra-cmake-modules >= %{kf6_version}
|
||||
BuildRequires: system-config-printer-dbus-service
|
||||
BuildRequires: cmake(KF6Config) >= %{kf6_version}
|
||||
@@ -47,7 +45,6 @@ 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)
|
||||
@@ -57,7 +54,6 @@ 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}
|
||||
@@ -101,11 +97,9 @@ plasma6-print-manager provides tools for managing print jobs and printers.
|
||||
%{_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.*
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9505469e86e20363e4beddc6948d9d9e07a8373aedb7af99928cb98101ddbb04
|
||||
size 370464
|
@@ -1,16 +0,0 @@
|
||||
-----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-----
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5747bf544804ba121103d2644ffdd6e52ed8046568292cca217513a76d00edf
|
||||
size 370456
|
@@ -1,16 +0,0 @@
|
||||
-----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-----
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a49444e16a0795953153652517c66571a998ba38dcd886166b88231e96c8ce12
|
||||
size 371292
|
@@ -1,16 +0,0 @@
|
||||
-----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.4.4.tar.xz
Normal file
3
print-manager-6.4.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:23daaa8a939bdb89047576f9e24461a3d16efd8a4556e4d1f0ece576dc2ef79f
|
||||
size 371704
|
11
print-manager-6.4.4.tar.xz.sig
Normal file
11
print-manager-6.4.4.tar.xz.sig
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEE0HvYZixWyykbMW6y9WdWBcdOAs8FAmiR5PAACgkQ9WdWBcdO
|
||||
As8YUggAnRC0FvaWWzaJQR6d2oCm/fAnEZJZakLII0sFvh/bD+Wi3b0yoNNOv2hv
|
||||
2rnSRr0mzf9nUkgVraZza1u4HGWlV1id/QBzlX1yQSogv7iF7d1aS/Ms7tsaYNAI
|
||||
v7R0g6rEWzA214oUU7suN4mDU9g3YOwmmLzsA2n5gAtTtmZHPP4Q20NsqN6D9irF
|
||||
CRBi0utrV5AP/hsk8/DtomA3TQgeP4PbGcTV9MpGDw6WaJzmRbKRhZxZM7hlyloF
|
||||
cKNdAd3QGcWzu961DAc9uDCZgIroEZIgwU7EBAE6vHIIPkFZh5P3PxpdPTB9Jahe
|
||||
hlFIN6HU+R+7TRCsYEFChPtd2xRtDg==
|
||||
=SZhP
|
||||
-----END PGP SIGNATURE-----
|
Reference in New Issue
Block a user