diff options
author | orbea <orbea@riseup.net> | 2020-01-19 11:22:10 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:10:05 +0700 |
commit | 07ceb2fb8eed13e9ca4516e2d59006167abda6c7 (patch) | |
tree | b347d7a1427e5bf7a423af071dda00900d4bfbd2 | |
parent | 726a74f7411b9961eece602d7df0bcf2680c1710 (diff) | |
download | slackbuilds-07ceb2fb8eed13e9ca4516e2d59006167abda6c7.tar.gz |
desktop/obapps: Add missing dependency.
Signed-off-by: orbea <orbea@riseup.net>
-rw-r--r-- | desktop/obapps/README | 2 | ||||
-rw-r--r-- | desktop/obapps/obapps.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/obapps/README b/desktop/obapps/README index 5850d4fcbf..85e14203f5 100644 --- a/desktop/obapps/README +++ b/desktop/obapps/README @@ -1,2 +1,2 @@ -OBApps is a graphical too for configuring the per-application +OBApps is a graphical tool for configuring the per-application settings (window matching) in the Openbox window manager. diff --git a/desktop/obapps/obapps.info b/desktop/obapps/obapps.info index 06e31f91c2..1603083aaa 100644 --- a/desktop/obapps/obapps.info +++ b/desktop/obapps/obapps.info @@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/project/obapps/obapps-0.1.7.tar.gz" MD5SUM="de9fcc8430faa3ebeeaa4d4abf7aae17" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python-xlib wxPython" +REQUIRES="openbox python-xlib wxPython" MAINTAINER="Andrew Rowland" EMAIL="darowland@ieee.org" |