xfce4-taskmanager: 1.4.2 -> 1.5.2

Update xfce4-taskmanager from 1.4.2 to 1.5.2:
* add dependency libxfce4ui

Release notes for 1.5.2
=======================
- Fix restoring the window size (Fixes #39)
- Improve wording of systray option (Fixes #19)
- Translation Updates:
  Italian

Release notes for 1.5.1
=======================
- Fix erroneous binding of settings (Fixes #37)
- Store column positions again
- Store sort-column-id and sort-type (Fixes #36)
- Also include swap in the memory graph
- Reduce drawing code
- Reduce borders of graphs
- Replace GtkImageMenuItem with GtkMenuItem

Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Kai Kang
2021-03-16 11:42:02 +08:00
committed by Khem Raj
parent f09036c462
commit 36bb7d02a0
2 changed files with 9 additions and 9 deletions
@@ -1,9 +0,0 @@
SUMMARY = "Easy to use task manager"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit xfce-app
DEPENDS += "gtk+3 cairo libwnck libxmu xfce4-dev-tools-native"
SRC_URI[sha256sum] = "cd122240e1c195e4e6f159da1bb86b38c41ba27892399ad85a18c37ea20e48f9"
@@ -0,0 +1,9 @@
SUMMARY = "Easy to use task manager"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
inherit xfce-app
DEPENDS += "gtk+3 cairo libwnck libxfce4ui libxmu xfce4-dev-tools-native"
SRC_URI[sha256sum] = "bd25143f47a29000b4148874863dffa521b1a37cb01dbc026f423ea3160f9a35"