Browse Source
network/scrcpy: Updated for version 1.24.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/186/head
toolonely
3 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
4 changed files with
18 additions and
8 deletions
-
network/scrcpy/README
-
network/scrcpy/doinst.sh
-
network/scrcpy/scrcpy.SlackBuild
-
network/scrcpy/scrcpy.info
|
|
|
@ -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="" |
|
|
|
|