summaryrefslogtreecommitdiff
path: root/powerkit/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-04-08 12:05:54 -0400
committerB Stack <bgstack15@gmail.com>2020-04-08 12:06:57 -0400
commit1969cccba26d19dcf83d8eb2f6c9e76ccb7fc1dc (patch)
treee0ec181b6210ae8e9b5f7b36842d08bf072f7dfb /powerkit/debian/control
parentuse libqt5gui5 or -gles (diff)
downloadstackrpms-1969cccba26d19dcf83d8eb2f6c9e76ccb7fc1dc.tar.gz
stackrpms-1969cccba26d19dcf83d8eb2f6c9e76ccb7fc1dc.tar.bz2
stackrpms-1969cccba26d19dcf83d8eb2f6c9e76ccb7fc1dc.zip
add runtime deps not found by makeshlibs
Diffstat (limited to 'powerkit/debian/control')
-rw-r--r--powerkit/debian/control5
1 files changed, 4 insertions, 1 deletions
diff --git a/powerkit/debian/control b/powerkit/debian/control
index 8ca9d18..fba335b 100644
--- a/powerkit/debian/control
+++ b/powerkit/debian/control
@@ -17,7 +17,10 @@ Homepage: https://github.com/rodlie/powerkit
Package: powerkit
Architecture: any
Multi-Arch: foreign
-Depends: libpowerkit1, ${misc:Depends}, ${shlibs:Depends}
+Depends: libpowerkit1, ${misc:Depends}, ${shlibs:Depends},
+ upower (>= 0.9.23~),
+ adwaita-icon-theme | hicolor-icon-theme,
+ elogind | consolekit
Recommends: hicolor-icon-theme
Description: desktop-independent power manager
powerkit is an lightweight desktop independent full
bgstack15