mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/wmconfig: Updated for version 1.4.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e95a9f892
commit
f9955c8afa
3 changed files with 14 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue