Compare commits
12 Commits
ubuntu/nob
...
ubuntu/plu
Author | SHA1 | Date | |
---|---|---|---|
7435d81119 | |||
dbfd79c3bf | |||
2f7966264f | |||
5bb061489b | |||
5e6811e1b8 | |||
|
f9a3bc567b | ||
|
4d34a6cb7c | ||
|
7663443027 | ||
|
22e92065a0 | ||
|
f17d25defb | ||
|
cc96fa1354 | ||
|
f6b2fcdb42 |
23
debian/changelog
vendored
23
debian/changelog
vendored
@ -1,3 +1,26 @@
|
|||||||
|
lxqt-panel (2.1.4-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Sat, 11 Jan 2025 16:48:49 -0600
|
||||||
|
|
||||||
|
lxqt-panel (2.1.0-0ubuntu1) plucky; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 15 Nov 2024 15:32:51 -0600
|
||||||
|
|
||||||
|
lxqt-panel (2.0.1-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Update copyright file.
|
||||||
|
* Bump Standards-Version to 4.7.0, no changes necessary.
|
||||||
|
* Dropped trim-custom-commands-prevent-crash.patch, applied upstream.
|
||||||
|
* Adjust build dependencies.
|
||||||
|
|
||||||
|
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Thu, 15 Aug 2024 16:25:54 -0500
|
||||||
|
|
||||||
lxqt-panel (1.4.0-0ubuntu2) noble; urgency=medium
|
lxqt-panel (1.4.0-0ubuntu2) noble; urgency=medium
|
||||||
|
|
||||||
* Apply upstream patch fixing a crash on a custom command.
|
* Apply upstream patch fixing a crash on a custom command.
|
||||||
|
39
debian/control
vendored
39
debian/control
vendored
@ -1,27 +1,27 @@
|
|||||||
Source: lxqt-panel
|
Source: lxqt-panel
|
||||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||||
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
||||||
Uploaders: Alf Gaida <agaida@siduction.org>,
|
Uploaders: Alf Gaida <agaida@siduction.org>,
|
||||||
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
|
||||||
Andrew Lee (李健秋) <ajqlee@debian.org>
|
Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
Section: x11
|
Section: x11
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper-compat (= 13),
|
Build-Depends: debhelper-compat (= 13),
|
||||||
|
layer-shell-qt,
|
||||||
libasound2-dev,
|
libasound2-dev,
|
||||||
libdbusmenu-qt5-dev,
|
libdbusmenu-lxqt0-dev (>= 0.2.0),
|
||||||
libglib2.0-dev,
|
libglib2.0-dev,
|
||||||
libicu-dev,
|
libicu-dev,
|
||||||
libkf5solid-dev,
|
libkf6solid-dev (>= 6.0.0),
|
||||||
libkf5windowsystem-dev,
|
libkf6windowsystem-dev (>= 6.0.0),
|
||||||
liblxqt-globalkeys-ui1-dev (>= 1.4.0),
|
liblayershellqtinterface-dev,
|
||||||
liblxqt-globalkeys1-dev (>= 1.4.0),
|
liblxqt-globalkeys-ui2-dev (>= 2.1.0),
|
||||||
liblxqt1-dev (>= 1.4.0),
|
liblxqt-globalkeys2-dev (>= 2.1.0),
|
||||||
|
liblxqt2-dev (>= 2.1.0),
|
||||||
libpulse-dev,
|
libpulse-dev,
|
||||||
libqt5svg5-dev,
|
|
||||||
libqt5x11extras5-dev,
|
|
||||||
libsensors-dev [!hurd-any],
|
libsensors-dev [!hurd-any],
|
||||||
libstatgrab-dev [linux-any],
|
libstatgrab-dev [linux-any],
|
||||||
libsysstat-qt5-0-dev (>= 0.4.5),
|
libsysstat-qt6-1-dev (>= 1.1.0),
|
||||||
libx11-dev,
|
libx11-dev,
|
||||||
libxcb-composite0-dev,
|
libxcb-composite0-dev,
|
||||||
libxcb-damage0-dev,
|
libxcb-damage0-dev,
|
||||||
@ -36,18 +36,25 @@ Build-Depends: debhelper-compat (= 13),
|
|||||||
libxkbcommon-x11-dev,
|
libxkbcommon-x11-dev,
|
||||||
libxrender-dev,
|
libxrender-dev,
|
||||||
libxtst-dev,
|
libxtst-dev,
|
||||||
lxqt-menu-data (>= 1.4.0)
|
lxqt-menu-data (>= 2.1.0),
|
||||||
Standards-Version: 4.6.2
|
qt6-base-private-dev (>= 6.6.0),
|
||||||
|
qt6-svg-dev (>= 6.6.0),
|
||||||
|
qt6-wayland-dev (>= 6.6.0)
|
||||||
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-panel-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/lxqt-panel
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/lxqt-panel.git
|
||||||
Homepage: https://github.com/lxqt/lxqt-panel
|
Homepage: https://github.com/lxqt/lxqt-panel
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
Package: lxqt-panel
|
Package: lxqt-panel
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: lxmenu-data, lxqt-policykit, ${misc:Depends}, ${shlibs:Depends}
|
Depends: layer-shell-qt,
|
||||||
|
lxmenu-data,
|
||||||
|
lxqt-policykit,
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
Recommends: lxqt-about,
|
Recommends: lxqt-about,
|
||||||
lxqt-config,
|
lxqt-config,
|
||||||
lxqt-notificationd,
|
lxqt-notificationd,
|
||||||
@ -67,7 +74,7 @@ Package: lxqt-panel-l10n
|
|||||||
Architecture: all
|
Architecture: all
|
||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Section: localization
|
Section: localization
|
||||||
Depends: qttranslations5-l10n, ${misc:Depends}
|
Depends: qt6-translations-l10n, ${misc:Depends}
|
||||||
Description: Language package for lxqt-panel
|
Description: Language package for lxqt-panel
|
||||||
The l10n files for lxqt-panel.
|
The l10n files for lxqt-panel.
|
||||||
.
|
.
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -4,7 +4,7 @@ Source: https://github.com/lxqt/lxqt-panel
|
|||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2010-2013 Razor team
|
Copyright: 2010-2013 Razor team
|
||||||
2012-2023 LXQt team
|
2012-2024 LXQt team
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
Files: panel/lxqtpanelapplication_p.h
|
Files: panel/lxqtpanelapplication_p.h
|
||||||
@ -21,7 +21,7 @@ Copyright: 2014-2019 Alf Gaida <agaida@siduction.org>
|
|||||||
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
2020-2021 Raman Sarda <theloudspeaker@lubuntu.me>
|
||||||
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
2021 apt-ghetto <apt-ghetto@protonmail.com>
|
||||||
2018-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
2018-2023 Simon Quigley <tsimonq2@ubuntu.com>
|
||||||
2023 Aaron Rainbolt <arraybolt3@gmail.com>
|
2023-2024 Aaron Rainbolt <arraybolt3@gmail.com>
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
1
debian/lxqt-panel.install
vendored
1
debian/lxqt-panel.install
vendored
@ -2,6 +2,7 @@ etc/xdg
|
|||||||
usr/bin/lxqt-panel
|
usr/bin/lxqt-panel
|
||||||
usr/include/lxqt
|
usr/include/lxqt
|
||||||
usr/lib/*/lxqt-panel
|
usr/lib/*/lxqt-panel
|
||||||
|
usr/share/applications/
|
||||||
usr/share/lxqt/lxqt-panel
|
usr/share/lxqt/lxqt-panel
|
||||||
usr/share/lxqt/panel.conf
|
usr/share/lxqt/panel.conf
|
||||||
usr/share/lxqt/panel/qeyes-types/
|
usr/share/lxqt/panel/qeyes-types/
|
||||||
|
9
debian/lxqt-panel.lintian-overrides
vendored
Normal file
9
debian/lxqt-panel.lintian-overrides
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# This is expected
|
||||||
|
lxqt-panel: desktop-entry-missing-required-key Name [usr/share/applications/lxqt-panel.desktop]
|
||||||
|
lxqt-panel: desktop-entry-limited-to-environments [usr/share/applications/lxqt-panel.desktop]
|
||||||
|
|
||||||
|
# Not likely to be fixed soon
|
||||||
|
lxqt-panel: spelling-error-in-binary managment management [usr/bin/lxqt-panel]
|
||||||
|
|
||||||
|
# False positive
|
||||||
|
lxqt-panel: hardening-no-fortify-functions [usr/lib/x86_64-linux-gnu/lxqt-panel/backend/libwmbackend_kwin_wayland.so]
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
|||||||
trim-custom-commands-prevent-crash.patch
|
|
@ -1,69 +0,0 @@
|
|||||||
Description: LXQtCustomCommand: trim command to remove spaces
|
|
||||||
This fixes crash when command is made of only whitespace characters.
|
|
||||||
It's not detected as empty and upon argument split, it tries to access
|
|
||||||
first element of an empty list.
|
|
||||||
.
|
|
||||||
Also trim when saving settings in LXQtCustomCommandConfiguration
|
|
||||||
so placeholder text shows up on next run
|
|
||||||
Author: Filippo Gentile <42845724+gfgit@users.noreply.github.com>
|
|
||||||
Origin: upstream, https://github.com/lxqt/lxqt-panel/pull/1964
|
|
||||||
Applied-Upstream: bd637abafc9e8e9c7727a89e5d86e0f07f213c23
|
|
||||||
Last-Update: 2023-12-22
|
|
||||||
---
|
|
||||||
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
|
|
||||||
--- a/plugin-customcommand/lxqtcustomcommand.cpp
|
|
||||||
+++ b/plugin-customcommand/lxqtcustomcommand.cpp
|
|
||||||
@@ -109,7 +109,7 @@ void LXQtCustomCommand::settingsChanged(
|
|
||||||
|
|
||||||
mAutoRotate = settings()->value(QStringLiteral("autoRotate"), true).toBool();
|
|
||||||
mFont = settings()->value(QStringLiteral("font"), QString()).toString(); // the default font should be empty
|
|
||||||
- mCommand = settings()->value(QStringLiteral("command"), QStringLiteral("echo Configure...")).toString();
|
|
||||||
+ mCommand = settings()->value(QStringLiteral("command"), QStringLiteral("echo Configure...")).toString().trimmed();
|
|
||||||
mRunWithBash = settings()->value(QStringLiteral("runWithBash"), true).toBool();
|
|
||||||
mOutputImage = settings()->value(QStringLiteral("outputImage"), false).toBool();
|
|
||||||
mRepeat = settings()->value(QStringLiteral("repeat"), true).toBool();
|
|
||||||
@@ -118,9 +118,9 @@ void LXQtCustomCommand::settingsChanged(
|
|
||||||
mIcon = settings()->value(QStringLiteral("icon"), QString()).toString();
|
|
||||||
mText = settings()->value(QStringLiteral("text"), QStringLiteral("%1")).toString();
|
|
||||||
mMaxWidth = settings()->value(QStringLiteral("maxWidth"), 200).toInt();
|
|
||||||
- mClick = settings()->value(QStringLiteral("click"), QString()).toString();
|
|
||||||
- mWheelUp = settings()->value(QStringLiteral("wheelUp"), QString()).toString();
|
|
||||||
- mWheelDown = settings()->value(QStringLiteral("wheelDown"), QString()).toString();
|
|
||||||
+ mClick = settings()->value(QStringLiteral("click"), QString()).toString().trimmed();
|
|
||||||
+ mWheelUp = settings()->value(QStringLiteral("wheelUp"), QString()).toString().trimmed();
|
|
||||||
+ mWheelDown = settings()->value(QStringLiteral("wheelDown"), QString()).toString().trimmed();
|
|
||||||
|
|
||||||
if (oldFont != mFont) {
|
|
||||||
QFont newFont;
|
|
||||||
--- a/plugin-customcommand/lxqtcustomcommandconfiguration.cpp
|
|
||||||
+++ b/plugin-customcommand/lxqtcustomcommandconfiguration.cpp
|
|
||||||
@@ -108,7 +108,7 @@ void LXQtCustomCommandConfiguration::fon
|
|
||||||
void LXQtCustomCommandConfiguration::commandPlainTextEditChanged()
|
|
||||||
{
|
|
||||||
if (!mLockSettingChanges)
|
|
||||||
- settings().setValue(QStringLiteral("command"), ui->commandPlainTextEdit->toPlainText());
|
|
||||||
+ settings().setValue(QStringLiteral("command"), ui->commandPlainTextEdit->toPlainText().trimmed());
|
|
||||||
}
|
|
||||||
|
|
||||||
void LXQtCustomCommandConfiguration::runWithBashCheckBoxChanged(bool runWithBash)
|
|
||||||
@@ -163,17 +163,17 @@ void LXQtCustomCommandConfiguration::max
|
|
||||||
void LXQtCustomCommandConfiguration::clickLineEditChanged(QString click)
|
|
||||||
{
|
|
||||||
if (!mLockSettingChanges)
|
|
||||||
- settings().setValue(QStringLiteral("click"), click);
|
|
||||||
+ settings().setValue(QStringLiteral("click"), click.trimmed());
|
|
||||||
}
|
|
||||||
|
|
||||||
void LXQtCustomCommandConfiguration::wheelUpLineEditChanged(QString wheelUp)
|
|
||||||
{
|
|
||||||
if (!mLockSettingChanges)
|
|
||||||
- settings().setValue(QStringLiteral("wheelUp"), wheelUp);
|
|
||||||
+ settings().setValue(QStringLiteral("wheelUp"), wheelUp.trimmed());
|
|
||||||
}
|
|
||||||
|
|
||||||
void LXQtCustomCommandConfiguration::wheelDownLineEditChanged(QString wheelDown)
|
|
||||||
{
|
|
||||||
if (!mLockSettingChanges)
|
|
||||||
- settings().setValue(QStringLiteral("wheelDown"), wheelDown);
|
|
||||||
+ settings().setValue(QStringLiteral("wheelDown"), wheelDown.trimmed());
|
|
||||||
}
|
|
5
debian/source/lintian-overrides
vendored
Normal file
5
debian/source/lintian-overrides
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Expected to be verylong
|
||||||
|
lxqt-panel source: very-long-line-length-in-source-file * > 512 [*.ts:*]
|
||||||
|
lxqt-panel source: very-long-line-length-in-source-file * > 512 [CHANGELOG:*]
|
||||||
|
lxqt-panel source: very-long-line-length-in-source-file * > 512 [plugin-colorpicker/colorpicker.cpp:52]
|
||||||
|
lxqt-panel source: very-long-line-length-in-source-file * > 512 [*.ui:*]
|
50
debian/upstream/signing-key.asc
vendored
50
debian/upstream/signing-key.asc
vendored
@ -1,5 +1,55 @@
|
|||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
mQINBFXQeMMBEACif4+9pTrC6uNmRng0ZbzLh7p3cazmbnp2YFgDQDJZ7ZNmebxy
|
||||||
|
ngRuRhjGuDcFAL/37BwJnrBpfZFK9ljoH4Fo5Jm9cOELaTy7AIcEiV9dKMyrKF1E
|
||||||
|
C76d8jHVuzuPbI92DkFdLZAdk+qjrrAy0x43PvUd+aaBGLcFs1ZMk7gOvElc2d95
|
||||||
|
zWWSp5anjukmGbp+EsStnWJkF6VHj56qmklfYy5ioiVBOSpXo/RsACAcIlz8C8A1
|
||||||
|
d4tNMiB2uF2OrUfrL8DD6m3nBqep+AYbIQrxMl9kUQH3I33e9kH/L+SHQyE6phS8
|
||||||
|
Czq06WjV4TcJ9VWxm7hQCNLYSxhZYYr1AW45lS5+xmfBOq2qeLgvjbFxa8PPrsp6
|
||||||
|
Bqgt8MjwUkXjU5IB7YulUBvFU2l0MJZWDBuNy0oNtCe1cU3JyIqLKjvzQQQ9eD5L
|
||||||
|
o3Ul704TLHz0z+67Rxh05Mi4JvyFMjnooSJkNH8/7yXoBN0ZGOh1/5zMU1gK5bmP
|
||||||
|
6hKgis2exSZNIS74mF6/PqGgcwk3PyI4T3keUQoNPj11M2EznLHxY19QZfQ5oMed
|
||||||
|
8xOlHKjpcm8PYMB4gduNXlV7gI9h7UxuC5GuPiP2lmM6wUyHu48divxDk5UYgPEC
|
||||||
|
xlPI2wHCNDsuy0EruCYIvrMSZfpYCCSrmXiOORBLO5qXkauILLkJarHqjQARAQAB
|
||||||
|
tCBBbGYgR2FpZGEgPGFnYWlkYUBzaWR1Y3Rpb24ub3JnPokCOAQTAQIAIgUCVdB4
|
||||||
|
wwIbAwYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AACgkQQsnI069epeOT2xAAgSHf
|
||||||
|
41103cnElGf6TokPl4J6hdRPy2CUAjmBtMfr8eajYvGDGgnmsh9AGYGURjfFVCCf
|
||||||
|
Ag+8b6nF3xg03UmgsuSO8H78HGv9kKzF9aHmLt+SXq3jUX+LnIkFHErZWjFAKdJr
|
||||||
|
luu1j6ltxLe9PQljxZnugzMaUbW8eEPKvcriiDn3S4/DtikW/jpGA0MTY4ZWs9pZ
|
||||||
|
L/6iRRH99L2X/cWO4sCgDXCTt4oK0f5OvwiuCoVOM+PYoIm31JICCKOlqamkCn7d
|
||||||
|
2KH3nsy0v7tXgnrnb/zr8jVGsZLzUE51AFOzb5Ec74/2SAq8X4gbTppttLXEIooq
|
||||||
|
nbepitW/PePkPY5gpfwHtFbl88qFnir+ABMefqRZkzeh0tsxJVLVHGP1KZykXpv7
|
||||||
|
96A6Q1h7Zo9Ny7WwN5Xl02g35LVCaPyzd3A8A4315uMuP3iziq57UktKqh9d5S3t
|
||||||
|
jfK7e9UfFQZBLfxn2sNPsjdYSNUQp/PXTTk/599h359WVuUIR866T8K7N7EEon3p
|
||||||
|
qLItZljQ9Nmr/yGwKi9iQgi2LtZj5KUcF1zBLzZKf95FvoqSZqBXdFSjm+eYGaCH
|
||||||
|
Q2IBnhyP92lEknSK9ystUJXmY69tQKBFqJxScwaS+7a/rfLKssQjSWxqk+SX4QeW
|
||||||
|
e9z9FUpo71bq0Zkc/M9aOCoEEmhg4Ob/JWy08oC5Ag0EVdB4wwEQAKZDCc/C41y0
|
||||||
|
omLFCAJybvHiFScM+jOpyGpQvceoviEhIT7h1br/pnSEMkgPQEDPWJGtKueg1/94
|
||||||
|
sXTH24uefr3Y6JdZoBtprxl4JXUoOndgq1QH1xuUsy3/9YWU8Qboy9j8a8w0oCDE
|
||||||
|
T8Z03KHCwqzD3K+44jhmhF+0eLoaaY8ohS8ziP+DcFKVHyatmS5yCCdjVrj6PxMp
|
||||||
|
uy/y5SXT1kmiPdVAIzQlM5DlN6o46TV+BH0pPvVYjtwf31o0FckJxy5S1v0koCNB
|
||||||
|
vX2b7tTDPKzn8G18eUVhGoUTZBUCp1gg36wJ0YY4xgZ9vI/xDCeHeAkyvGtaTAoy
|
||||||
|
qP4rHoUO5KVRSDh7frSlrdbLGWHaQwOhcqoKd4qP/164wHPGkgHL1vztdOc7l1wx
|
||||||
|
q3gMh2uwmJR0NRrw4WVuaIqL9lEbGBNijlmGsuqXfsMRhc/qoqgVDWvrcCtEoOwl
|
||||||
|
TONGobW3jpCCjpa9SeGNjxuY6IVLn0lfX4hItNVY9sFA+H+yj4uBQ7zsmMUXafxt
|
||||||
|
Yllm0f98yGNg5lnJg4bLOYu3IkpogUKNA3qkZ+6vRtwH70/bJGp7qdx/3G4W5dMX
|
||||||
|
asd/rJjdELW+R/NVULAmK1ETSklaa3Z6vbTu8bN8gvP8pmMJ8f/U8+qzkuAqc201
|
||||||
|
Z4O+s7ZsQfTiz5mm7zPGIYTnppDSno/rABEBAAGJAh8EGAECAAkFAlXQeMMCGwwA
|
||||||
|
CgkQQsnI069epeMt0g/+JrwLhULD6NOxaLgxboh/KZkh/7ViU4cB+QPT8JIcWxkZ
|
||||||
|
zj8uk85TUitEUzKmjp/ItCrhQE5WNNWbz/FBnAuLtaQuHhcHMA3Vu95UUCGi1vyZ
|
||||||
|
ZRlS3YRM6S9BOzrjG7fGQJmO/RU3g6rb0TAwGFxDHj8t4JEDTc3zASG7wV/VTn06
|
||||||
|
d8XIH9CZOw3kUuhkQ3OR/PEj1BCeCC+caC+tBjO0fgvDp8RV7NFQQ9kH8R3/xlWd
|
||||||
|
6KMPtILE6fUft6LubWRGd1P5JBuzXivELolASajewbYtL/s87CCji3ngq0aT9raK
|
||||||
|
m02wqFzNbX1iv+w2iqPQXq6pdRyxtJ8+Q8Z7zEBGJS5nkrYjsLTduZIjJHYHYH7f
|
||||||
|
3/ydVjQ3z12iqHKElgaRI7RUmpNiNxVIr+TtuxzeC6G+CF++XNkUtJODvCmRaoJS
|
||||||
|
waYsitz8+LSv3tawZJ0iQkKc9nerQMuBD+AzIr3i4NgXiEIN513esUtnKzeyIIsL
|
||||||
|
ntUcBjXKuLCj8OZrZtexjq7edWWbN57/3ikyS2Z7y0i3O30qk5jmccSaS6kA7xTY
|
||||||
|
WCDFzbN2v2y+vGu9KYn+2HtrP2BtNa8JTh3waNeLUTpn4GV4mMrsZjOy6vhhHb91
|
||||||
|
1TKfI1gvjk7lE9xaWmcDjdI55dw3jIq8kK9SdgORGq9/S3g7KJNRjme+6GjqQfk=
|
||||||
|
=h7ww
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
mQINBF6cxrwBEADfl3ydxNfLBbWGPesXty2baQgixZ3D6aCxadI2kX+aikmT8rd0
|
mQINBF6cxrwBEADfl3ydxNfLBbWGPesXty2baQgixZ3D6aCxadI2kX+aikmT8rd0
|
||||||
ttDKN18cXV52Ssxnj0qhgf4hwnu/b0be6BzqSEyGM+UQR3X2CYpxrMakfW32Q18K
|
ttDKN18cXV52Ssxnj0qhgf4hwnu/b0be6BzqSEyGM+UQR3X2CYpxrMakfW32Q18K
|
||||||
X5ec0RPR2ucBq9G0r9t6FYC8FkJ4uQUU3xxrLW3z302S0Makjgzm8BV9WrFQ7oFF
|
X5ec0RPR2ucBq9G0r9t6FYC8FkJ4uQUU3xxrLW3z302S0Makjgzm8BV9WrFQ7oFF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user