Skip to content

Commit

Permalink
xfce4-taskmanager: 1.4.2 -> 1.5.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kkang-wr authored and kraj committed Mar 17, 2021
1 parent f09036c commit 36bb7d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 36bb7d0

Please sign in to comment.