desktop/spectrwm: Updated for version 2.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
5eb868527f
commit
07bec150c6
|
@ -1,3 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
|
|
@ -28,4 +28,4 @@ program[capture_w] = spectrwm_screenshot.sh window
|
|||
bind[capture_w] = MOD+Shift+c
|
||||
|
||||
|
||||
Needless to say, that these scripts must be in your PATH it the above cases.
|
||||
Needless to say, that these scripts must be in your PATH in the above cases.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=spectrwm
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
VERSION=${VERSION:-2.3.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -94,6 +94,11 @@ rm -f $PKG/usr/bin/scrotwm
|
|||
find . -type f -exec gzip -9 {} \;
|
||||
)
|
||||
|
||||
( cd $PKG/usr/lib$LIBDIRSUFFIX
|
||||
ln -sf libswmhack.so.0.0 libswmhack.so
|
||||
ln -sf libswmhack.so.0.0 libswmhack.so.0
|
||||
)
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/examples/keybindings
|
||||
install -m0644 -oroot -groot initscreen.sh $CWD/examples/* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION/examples/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="spectrwm"
|
||||
VERSION="2.2.0"
|
||||
VERSION="2.3.0"
|
||||
HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
|
||||
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.2.0.tgz"
|
||||
MD5SUM="c572727b5fb9fe3674c03a7e51d191c4"
|
||||
DOWNLOAD="https://opensource.conformal.com/snapshots/spectrwm/spectrwm-2.3.0.tgz"
|
||||
MD5SUM="7698a5b219fdabad07a76ef45b1360d1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue