network/xdman: Updated for version 8.0.29.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2023-09-29 22:48:16 +07:00 committed by Willy Sudiarto Raharjo
parent 63dc220386
commit d0720c3bd2
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 33 additions and 9 deletions

View file

@ -1,7 +1,6 @@
Changelog for xdman SlackBuild Script
--------------------------------------------------------------------
25/05/2023:
Submitted to slackbuilds.org
@ -11,3 +10,11 @@ Submitted to slackbuilds.org
Resubmitted to SBo.
Fixed the SlackBuild script and added the url for
the license file in the info file.
27/05/2023:
Added to SBo
29/09/2023:
updated to version 8.0.29

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xdman
VERSION=${VERSION:-8.0.25}
VERSION=${VERSION:-8.0.29}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -73,19 +73,36 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
chmod 0750 $PKG/opt/xdman/libmscordaccore.so
chmod 0750 $PKG/opt/xdman/libhostfxr.so
chmod 0750 $PKG/opt/xdman/libmscordbi.so
chmod 0750 $PKG/opt/xdman/libcoreclr.so
chmod 0750 $PKG/opt/xdman/libSystem.Globalization.Native.so
chmod 0750 $PKG/opt/xdman/SQLite.Interop.dll
chmod 0750 $PKG/opt/xdman/libSystem.Native.so
chmod 0750 $PKG/opt/xdman/libhostpolicy.so
chmod 0750 $PKG/opt/xdman/libcoreclrtraceptprovider.so
chmod 0750 $PKG/opt/xdman/libSystem.Security.Cryptography.Native.OpenSsl.so
chmod 0750 $PKG/opt/xdman/createdump
chmod 0750 $PKG/opt/xdman/libSystem.Net.Security.Native.so
chmod 0750 $PKG/opt/xdman/libSystem.IO.Compression.Native.so
chmod 0750 $PKG/opt/xdman/libdbgshim.so
chmod 0750 $PKG/opt/xdman/libclrjit.so
cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
rm -rvf $PKG/usr/share/applications/xdm-app.destop
install -m0644 $CWD/xdm-app.desktop -t $PKG/usr/share/applications/
enscript -B -o $TMP/LICENSE.ps $CWD/gpl-3.0.txt
enscript -B -o $TMP/GPL-2.0.ps $CWD/gpl-2.0.txt
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
cp -a $TMP/LICENSE.ps $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $TMP/GPL-2.0.ps $PKG/usr/doc/$PRGNAM-$VERSION
mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

View file

@ -1,12 +1,12 @@
PRGNAM="xdman"
VERSION="8.0.25"
VERSION="8.0.29"
HOMEPAGE="https://github.com/subhra74"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/subhra74/xdm-experimental-binaries/releases/download/8.0.25-beta/xdman_gtk_8.0.25_amd64.deb \
https://www.gnu.org/licenses/gpl-3.0.txt"
MD5SUM_x86_64="a895d90773db3095544449037f203615 \
1ebbd3e34237af26da5dc08a4e440464"
DOWNLOAD_x86_64="https://github.com/subhra74/xdm/releases/download/8.0.29/xdman_gtk_8.0.29_amd64.deb \
https://www.gnu.org/licenses/gpl-2.0.txt"
MD5SUM_x86_64="3a67fa5716036948e044296e34e5347e \
b234ee4d69f5fce4486a80fdaf4a4263"
REQUIRES="yt-dlp"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"