Browse Source

multimedia/guvcview: Fix menu entry in LXDE.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Willy Sudiarto Raharjo 8 months ago
parent
commit
672b89c00d
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 7
      multimedia/guvcview/guvcview.SlackBuild

7
multimedia/guvcview/guvcview.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for guvcview
#
# Copyright 2010-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2010-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=guvcview
VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -79,6 +79,9 @@ 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 {} \;
# Fix menu entry not showing up properly in other DE
sed -i "s|_||g" data/guvcview.desktop.in
mkdir -p build
cd build
cmake \

Loading…
Cancel
Save