mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/vwm: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
0782eafeb1
commit
bab29c8b41
2 changed files with 1 additions and 3 deletions
|
@ -13,6 +13,4 @@ few simple API rules, anyone can create a "native application" which will
|
|||
appear on the VWM Main Menu. The mechanism for this is very similar to
|
||||
Mozilla-style plugins.
|
||||
|
||||
Requires libpseudo, libviper and libgtop, all available at SlackBuilds.org.
|
||||
|
||||
See /usr/doc/vwm-2.0.2/samples/vwmrc for information on customising VWM.
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://kent.dl.sourceforge.net/sourceforge/vwm/vwm-2.0.2.tar.gz"
|
|||
MD5SUM="d6f2e7c9ec0ad28eb863629b6edf53af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgtop libpseudo libviper"
|
||||
REQUIRES="libpseudo libviper libgtop"
|
||||
MAINTAINER="Pierre Cazenave"
|
||||
EMAIL="pwcazenave <at> gmail {dot} com"
|
||||
|
|
Loading…
Reference in a new issue