diff options
author | Tracy Williams <t_s_williams@yahoo.com> | 2015-01-29 08:06:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-29 08:06:33 +0700 |
commit | f9955c8afa4eb95b6b98e01f4960de63c65183e1 (patch) | |
tree | 62f291797fcdab742672b0d6230aecb101301b44 /system/wmconfig | |
parent | 5e95a9f8921181f8c622c0be64bcd6c4a198bb02 (diff) |
system/wmconfig: Updated for version 1.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/wmconfig')
-rw-r--r-- | system/wmconfig/README | 13 | ||||
-rw-r--r-- | system/wmconfig/wmconfig.SlackBuild | 4 | ||||
-rw-r--r-- | system/wmconfig/wmconfig.info | 6 |
3 files changed, 14 insertions, 9 deletions
diff --git a/system/wmconfig/README b/system/wmconfig/README index 2dafd006d653e..1f6e92448a107 100644 --- a/system/wmconfig/README +++ b/system/wmconfig/README @@ -11,8 +11,13 @@ the system-wide settings. If optionally any extra files are given as an argument on the command line, those will be read last and merged with the others (possibly overriding the settings in system and user home dir files). +To set a default terminal other than xterm for programs that require it, pass +TERMINAL=urxvt (or any other terminal) to the build script. The terminal +option (--terminal) can also be set at runtime. + wmconfig creates menus for the following window managers/desktop environments: -aewm, afterstep, amiwm, blackbox, ctwm, e16, e17, ede, epiwm, equinox, -fluxbox, flwm, freedesktop, fvwm, fvwm2, fvwm95, gnome2, golem, icewm, -kahakai, kde1, kde2, kde3, kde4, launcher, lxde, mlvwm, mwm, olwm, openbox, -pekwm, piewm, pwm, qvwm, sapphire, tvtwm, twm, ude, vtwm, wmaker, wmx, xfce +debug, fvwm95, fvwm2, afterstep, mwm, icewm, blackbox, wmaker, twm, olwm, +olvwm, fvwm, mlvwm, kde1, kde2, kde3, kde4, qvwm, pekwm, golem, fluxbox, ctwm, +gnome, openbox, aewm, amiwm, kahakai, pwm, sapphire, e16, e17, e19, +enlightenment, epiwm, ede, equinox, ude, xfce, wmx, flwm, tvtwm, vtwm, piewm, +freedesktop, lxde, jwm, sithwm, sawfish diff --git a/system/wmconfig/wmconfig.SlackBuild b/system/wmconfig/wmconfig.SlackBuild index 635123189b49b..36de5c1e45e07 100644 --- a/system/wmconfig/wmconfig.SlackBuild +++ b/system/wmconfig/wmconfig.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for wmconfig # -# Copyright 2011-2013 Tracy Williams <t_s_williams[at]yahoo[dot]com> +# Copyright 2011-2015 Tracy Williams <t_s_williams[at]yahoo[dot]com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=wmconfig -VERSION=${VERSION:-1.4.7} +VERSION=${VERSION:-1.4.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/wmconfig/wmconfig.info b/system/wmconfig/wmconfig.info index c6fe3abf1d9d9..17a6594d23711 100644 --- a/system/wmconfig/wmconfig.info +++ b/system/wmconfig/wmconfig.info @@ -1,8 +1,8 @@ PRGNAM="wmconfig" -VERSION="1.4.7" +VERSION="1.4.9" HOMEPAGE="http://www.arrishq.net/" -DOWNLOAD="http://www.arrishq.net/files/wmconfig-1.4.7.tar.bz2" -MD5SUM="11085568b29f42fe7a7b1f6317c981fc" +DOWNLOAD="http://www.arrishq.net/files/wmconfig-1.4.9.tar.bz2" +MD5SUM="5722d6fa051ec7e7a814a0498f9ea474" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |