[qtile] desc
This commit is contained in:
parent
6943e1bfca
commit
27db07babf
1 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
||||||
GITHUB_REPO=qtile/qtile
|
GITHUB_REPO=qtile/qtile
|
||||||
VERSION=${VERSION:-latest}
|
VERSION=${VERSION:-latest}
|
||||||
|
|
||||||
BUILD=1
|
BUILD=4
|
||||||
|
|
||||||
TAG=gwh
|
TAG=gwh
|
||||||
OUTPUT=/tmp
|
OUTPUT=/tmp
|
||||||
|
@ -259,17 +259,17 @@ cat <<EOF > $PKG/install/slack-desc
|
||||||
# customary to leave one space after the ':'.
|
# customary to leave one space after the ':'.
|
||||||
|
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
$PKGNAM: $PKGNAM (A tiling window manager written and configured in Python)
|
$PKGNAM: $PKGNAM (A dynamic tiling window manager)
|
||||||
$PKGNAM:
|
$PKGNAM:
|
||||||
$PKGNAM: A full-featured, hackable tiling window manager written and
|
$PKGNAM: A full-featured, hackable tiling window manager written and
|
||||||
$PKGNAM: configured in Python
|
$PKGNAM: configured in Python
|
||||||
$PKGNAM: $([ "$EMBED_EXTRAS" = "yes" ] && echo "(includes qtile-extras)")
|
$PKGNAM: $([ "$EMBED_EXTRAS" = "yes" ] && echo "(includes qtile-extras)")
|
||||||
$PKGNAM:
|
$PKGNAM: $([ "$EMBED_PYWAYLAND" = "yes" ] && echo "(includes pywayland)")
|
||||||
$PKGNAM:
|
$PKGNAM: $([ "$EMBED_PYWLROOTS" = "yes" ] && echo "(includes pywlroots)")
|
||||||
$PKGNAM:
|
|
||||||
$PKGNAM:
|
|
||||||
$PKGNAM: $([ "$EMBED_EXTRAS" = "yes" ] && echo https://github.com/${EXTRAS_GITHUB_REPO})
|
|
||||||
$PKGNAM: https://qtile.org
|
$PKGNAM: https://qtile.org
|
||||||
|
$PKGNAM: $([ "$EMBED_PYWAYLAND" = "yes" ] && echo https://github.com/${PYWAYLAND_GITHUB_REPO})
|
||||||
|
$PKGNAM: $([ "$EMBED_PYWLROOTS" = "yes" ] && echo https://github.com/${PYWLROOTS_GITHUB_REPO})
|
||||||
|
$PKGNAM: $([ "$EMBED_EXTRAS" = "yes" ] && echo https://github.com/${EXTRAS_GITHUB_REPO})
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# empaquetage
|
# empaquetage
|
||||||
|
|
Loading…
Reference in a new issue