desktop/skippy-xd: Updated for version 2023.06.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
244281a637
commit
9ceb7e403f
|
@ -1,8 +1,3 @@
|
|||
skippy-xd (full-screen task-switcher)
|
||||
|
||||
Skippy-XD is a full-screen task-switcher for X11.
|
||||
|
||||
You know that thing Mac OS X, Compiz and KWin do where you press a
|
||||
hotkey and suddenly you see miniature versions of all your windows at
|
||||
once? Skippy-XD does just that. It's most commonly known by Mac OS X's
|
||||
name for it - Expose.
|
||||
A full-screen Exposé-style standalone task switcher for X11.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for skippy-xd.
|
||||
#
|
||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=skippy-xd
|
||||
VERSION=${VERSION:-2016.10.20}
|
||||
VERSION=${VERSION:-2023.06.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="skippy-xd"
|
||||
VERSION="2016.10.20"
|
||||
HOMEPAGE="https://github.com/antonio-malcolm/skippy-xd"
|
||||
DOWNLOAD="https://github.com/antonio-malcolm/skippy-xd/archive/v2016.10.20/skippy-xd-2016.10.20.tar.gz"
|
||||
MD5SUM="4580fbd02db913e5ea999e11506580c2"
|
||||
VERSION="2023.06.25"
|
||||
HOMEPAGE="https://github.com/dreamcat4/skippy-xd/"
|
||||
DOWNLOAD="https://github.com/dreamcat4/skippy-xd/archive/v2023.06.25/skippy-xd-2023.06.25.tar.gz"
|
||||
MD5SUM="9dcbd829effa0c070ed1f996a618aa41"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -8,10 +8,10 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
skippy-xd: skippy-xd (full-screen task-switcher)
|
||||
skippy-xd:
|
||||
skippy-xd: Skippy-XD is a full-screen task-switcher for X11. displays all your
|
||||
skippy-xd: windows at once, with live previews.
|
||||
skippy-xd: A full-screen Expose-style standalone task switcher for X11.
|
||||
skippy-xd:
|
||||
skippy-xd: Home page: https://github.com/dreamcat4/skippy-xd
|
||||
skippy-xd:
|
||||
skippy-xd: Home page: https://github.com/antonio-malcolm/skippy-xd
|
||||
skippy-xd:
|
||||
skippy-xd:
|
||||
skippy-xd:
|
||||
|
|
Loading…
Reference in New Issue