[neon/kde/plasma-workspace/Neon/stable] debian/patches: Revert "Merging remotes/origin/Neon/release into Neon/stable."

Carlos De Maine null at kde.org
Mon May 25 22:43:11 BST 2026


Git commit 091dc5e5ba043db39dba6be43f5c2620d9dec654 by Carlos De Maine.
Committed on 25/05/2026 at 21:43.
Pushed by carlosdem into branch 'Neon/stable'.

Revert "Merging remotes/origin/Neon/release into Neon/stable."

This reverts commit a27b7f0d197e336a5cc3cf66f29c849494e1b539

D  +0    -42   debian/patches/faf0e944008a8ce3182e11a2ee192b1589c5661a.diff
M  +0    -3    debian/patches/series

https://invent.kde.org/neon/kde/plasma-workspace/-/commit/091dc5e5ba043db39dba6be43f5c2620d9dec654

diff --git a/debian/patches/faf0e944008a8ce3182e11a2ee192b1589c5661a.diff b/debian/patches/faf0e944008a8ce3182e11a2ee192b1589c5661a.diff
deleted file mode 100644
index e0091c3..0000000
--- a/debian/patches/faf0e944008a8ce3182e11a2ee192b1589c5661a.diff
+++ /dev/null
@@ -1,42 +0,0 @@
-diff --git a/libnotificationmanager/jobsmodel.cpp b/libnotificationmanager/jobsmodel.cpp
-index 4bc820288f116ebfc0b4b3bd1e0f655560b078ce..459a7c639da922a941200fa91b916562842d9f49 100644
---- a/libnotificationmanager/jobsmodel.cpp
-+++ b/libnotificationmanager/jobsmodel.cpp
-@@ -145,8 +145,37 @@ QVariant JobsModel::data(const QModelIndex &index, int role) const
-     // There's hardly a reason why it should show up as "unread".
-     case Notifications::ReadRole:
-         return true;
-+
-+    // Qt doesn't like the model not returning anything, for example
-+    // casting it to  "undefined" as a string (when put in a required property string)
-+    // blowing up in client code left and right.
-+    case Notifications::NotifyRcNameRole:
-+    case Notifications::OriginNameRole:
-+    case Notifications::DefaultActionLabelRole:
-+    case Notifications::ConfigureActionLabelRole:
-+    case Notifications::ReplyActionLabelRole:
-+    case Notifications::ReplyPlaceholderTextRole:
-+    case Notifications::ReplySubmitButtonTextRole:
-+    case Notifications::ReplySubmitButtonIconNameRole:
-+    case Notifications::CategoryRole:
-+        return QString();
-+
-+    case Notifications::ActionNamesRole:
-     case Notifications::ActionLabelsRole:
-         return QStringList();
-+
-+    case Notifications::HasDefaultActionRole:
-+    case Notifications::ResidentRole:
-+    case Notifications::TransientRole:
-+    case Notifications::UserActionFeedbackRole:
-+    case Notifications::HasReplyActionRole:
-+        return false;
-+
-+    case Notifications::UrlsRole:
-+        return QVariant::fromValue(QList<QUrl>());
-+
-+    case Notifications::UrgencyRole:
-+        return Notifications::NormalUrgency;
-     }
- 
-     return {};
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
index 8984e1c..564a5db 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1 @@
 apparmor_qtwebengineprocess.patch
-
-# kde-distro list recommendations
-faf0e944008a8ce3182e11a2ee192b1589c5661a.diff
\ No newline at end of file


More information about the Neon-commits mailing list