[arch-commits] Commit in deepin-system-monitor/trunk (PKGBUILD qt-5.14.patch)
Felix Yan
felixonmars at archlinux.org
Thu May 28 10:49:34 UTC 2020
Date: Thursday, May 28, 2020 @ 10:49:34
Author: felixonmars
Revision: 636238
upgpkg: deepin-system-monitor 5.6.3-1
Modified:
deepin-system-monitor/trunk/PKGBUILD
deepin-system-monitor/trunk/qt-5.14.patch
---------------+
PKGBUILD | 8 ++++----
qt-5.14.patch | 14 +++++++-------
2 files changed, 11 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-28 10:49:27 UTC (rev 636237)
+++ PKGBUILD 2020-05-28 10:49:34 UTC (rev 636238)
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-system-monitor
-pkgver=5.6.2
-pkgrel=2
+pkgver=5.6.3
+pkgrel=1
pkgdesc='A more user-friendly system monitor'
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-system-monitor"
@@ -16,8 +16,8 @@
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-system-monitor/archive/$pkgver.tar.gz"
qt-5.14.patch
deepin-system-monitor-qt5.15.patch)
-sha512sums=('dfc2b42ee89dc0c2c35fcb6387fe7b175f796e877cf002963f8d39cd458879767dedc351e3def4b8d3e2a98a4df265da1e60306aa37bcc8e1e45e2e5e1a32017'
- '6e3efe9a52c6a1d1b221570c8c9997d5d88e57c8220cda29daa00263ef5578dcdf6d6dbf5721da8d055ec98ad01277458f2cfc9981fc034481b567d3f4c3940d'
+sha512sums=('f7148235a08dd002e4b96bf4b02c761dcfde60f86815c7c039d79e427fd17aa21d9fd85dbafca9fb9a35da942891e4383142eff68549d0284d8b88598064b00e'
+ '423e6b528ac0e63986aedbac3f2065b985945f38a54fe3e818b841154b846d67379cac470c8e22c06d449a79cf2e7f29a007358adf4f86918d1078b789e1e612'
'45f9938885c6e29abf61174db3bc5654646baa7a8ec067ee4e048511eb62ae79996976c02d9275e8fdf1a7321dd0219b58ae54d8d370c5acf8346dd77959c608')
prepare() {
Modified: qt-5.14.patch
===================================================================
--- qt-5.14.patch 2020-05-28 10:49:27 UTC (rev 636237)
+++ qt-5.14.patch 2020-05-28 10:49:34 UTC (rev 636238)
@@ -3,13 +3,13 @@
--- a/deepin-system-monitor.pro
+++ b/deepin-system-monitor.pro
@@ -39,7 +39,6 @@ HEADERS += src/utils.h \
- src/compact_network_monitor.h \
- src/compact_disk_monitor.h \
- src/network_traffic_filter.h \
-- src/hashqstring.h \
- src/find_window_title.h \
- src/smooth_curve_generator.h \
- src/interactive_kill.h \
+ src/compact_network_monitor.h \
+ src/compact_disk_monitor.h \
+ src/network_traffic_filter.h \
+- src/hashqstring.h \
+ src/find_window_title.h \
+ src/smooth_curve_generator.h \
+ src/interactive_kill.h \
diff --git a/src/gui/process_table_view.cpp b/src/gui/process_table_view.cpp
index 3a18329..ae0f4b5 100644
--- a/src/gui/process_table_view.cpp
More information about the arch-commits
mailing list