network/scrcpy: Updated for version 1.24.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2f0019de1b
commit
667e11cec3
|
@ -19,4 +19,4 @@ details.
|
|||
This SlackBuild uses the prebuilt server instead of compiling it from
|
||||
source, to minimize dependencies.
|
||||
|
||||
Note: the SlackBuild was tested on Slackware64-14.2 only
|
||||
Note: the SlackBuild was tested on Slackware64-15.0 only
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for scrcpy
|
||||
|
||||
# Copyright 2021 toolonely <lonely_@tutanota.com>
|
||||
# Copyright 2021-2022 toolonely <lonely_@tutanota.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=scrcpy
|
||||
VERSION=${VERSION:-1.17}
|
||||
VERSION=${VERSION:-1.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -109,6 +109,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
|||
|
||||
mkdir -p $PKG/install
|
||||
cat $CWD/slack-desc > $PKG/install/slack-desc
|
||||
cat $CWD/doinst.sh > $PKG/install/doinst.sh
|
||||
|
||||
cd $PKG
|
||||
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="scrcpy"
|
||||
VERSION="1.17"
|
||||
VERSION="1.24"
|
||||
HOMEPAGE="https://github.com/Genymobile/scrcpy"
|
||||
DOWNLOAD="https://github.com/Genymobile/scrcpy/archive/v1.17/scrcpy-1.17.tar.gz \
|
||||
https://github.com/Genymobile/scrcpy/releases/download/v1.17/scrcpy-server-v1.17"
|
||||
MD5SUM="6ed058f41b918abe44f0a46b7d187a3f \
|
||||
1de2cadd13e4da6f957aeaed9926adc6"
|
||||
DOWNLOAD="https://github.com/Genymobile/scrcpy/archive/v1.24/scrcpy-1.24.tar.gz \
|
||||
https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-server-v1.24"
|
||||
MD5SUM="a06005d880ca863181266820d91ac396 \
|
||||
23032394c932e4de6a98aaec096fe9c4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue