pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lxqt-sudo-0.14.1, use Qt nomenclature



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Wed Feb 12 10:40:14 2020 +0100
Changeset:	13166d0ffe34c0886c35f54f064205fc830ddc68

Modified Files:
	lxqt-sudo/distinfo
	lxqt-sudo/patches/patch-sudo.cpp

Log Message:
lxqt-sudo-0.14.1, use Qt nomenclature

Upstream LXQt asked for Qt-synthax to merge patch.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=13166d0ffe34c0886c35f54f064205fc830ddc68

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lxqt-sudo/distinfo               | 2 +-
 lxqt-sudo/patches/patch-sudo.cpp | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/lxqt-sudo/distinfo b/lxqt-sudo/distinfo
index 2d66792a90..fc903fd55d 100644
--- a/lxqt-sudo/distinfo
+++ b/lxqt-sudo/distinfo
@@ -4,4 +4,4 @@ SHA1 (lxqt-sudo-0.14.1.tar.xz) = ba74c8b6047f8095fe825426e9d29abfaf34bf23
 RMD160 (lxqt-sudo-0.14.1.tar.xz) = bd712eb673239877759b1c3c88bc15592961adf4
 SHA512 (lxqt-sudo-0.14.1.tar.xz) = b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222
 Size (lxqt-sudo-0.14.1.tar.xz) = 30692 bytes
-SHA1 (patch-sudo.cpp) = 0f6addff9c5ede8bdbd9e91238853f3d820b42f9
+SHA1 (patch-sudo.cpp) = 5152352aab2b13533d275e0c964b8b07b9656072
diff --git a/lxqt-sudo/patches/patch-sudo.cpp b/lxqt-sudo/patches/patch-sudo.cpp
index c49afb219b..b3adeca515 100644
--- a/lxqt-sudo/patches/patch-sudo.cpp
+++ b/lxqt-sudo/patches/patch-sudo.cpp
@@ -8,7 +8,7 @@ sudo.cpp: Make pty header conditional depending on linux
  #include <QThread>
  #include <QProcessEnvironment>
  #include <QTimer>
-+#if defined(__Linux__)
++#if defined(Q_OS_LINUX)
  #include <pty.h>
 +#else
 +#include <errno.h>


Home | Main Index | Thread Index | Old Index