mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
network/slimjet: Updated for version 17.0.9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
286b991785
commit
07172fd65c
2 changed files with 8 additions and 25 deletions
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slimjet
|
||||
VERSION=${VERSION:-17.0.7.0}
|
||||
VERSION=${VERSION:-17.0.9.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,40 +63,23 @@ 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 {} \;
|
||||
|
||||
# Create Directories
|
||||
mkdir -p $PKG/opt
|
||||
mkdir -p $PKG/usr/bin
|
||||
mkdir -p $PKG/usr/share/applications
|
||||
mkdir -p $PKG/usr/share/icons/hicolor/{16x16,22x22,24x24,32x32,48x48,64x64,128x128,256x256}/apps
|
||||
|
||||
# Install Slimjet Into /opt
|
||||
mkdir -p $PKG/opt
|
||||
cp -vr ../slimjet $PKG/opt
|
||||
|
||||
# Link Binary
|
||||
mkdir -p $PKG/usr/bin
|
||||
ln -s /opt/slimjet/flashpeak-slimjet $PKG/usr/bin/flashpeak-slimjet
|
||||
|
||||
# Copy Icons
|
||||
cp -vr $CWD/icons $PKG/opt/slimjet
|
||||
|
||||
# Link Icons
|
||||
ln -s /opt/slimjet/icons/product_logo_16.png \
|
||||
$PKG/usr/share/icons/hicolor/16x16/apps/slimjet.png
|
||||
ln -s /opt/slimjet/icons/product_logo_22.png \
|
||||
$PKG/usr/share/icons/hicolor/22x22/apps/slimjet.png
|
||||
ln -s /opt/slimjet/icons/product_logo_24.png \
|
||||
$PKG/usr/share/icons/hicolor/24x24/apps/slimjet.png
|
||||
ln -s /opt/slimjet/icons/product_logo_32.png \
|
||||
$PKG/usr/share/icons/hicolor/32x32/apps/slimjet.png
|
||||
mkdir -p $PKG/usr/share/icons/hicolor/{48x48,128x128}/apps
|
||||
ln -s /opt/slimjet/product_logo_48.png \
|
||||
$PKG/usr/share/icons/hicolor/48x48/apps/slimjet.png
|
||||
ln -s /opt/slimjet/icons/product_logo_64.png \
|
||||
$PKG/usr/share/icons/hicolor/64x64/apps/slimjet.png
|
||||
ln -s /opt/slimjet/product_logo_128.png \
|
||||
$PKG/usr/share/icons/hicolor/128x128/apps/slimjet.png
|
||||
ln -s /opt/slimjet/icons/product_logo_256.png \
|
||||
$PKG/usr/share/icons/hicolor/256x256/apps/slimjet.png
|
||||
|
||||
# Install .desktop File
|
||||
mkdir -p $PKG/usr/share/applications/apps
|
||||
cp $CWD/$PRGNAM.desktop $PKG/usr/share/applications
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slimjet"
|
||||
VERSION="17.0.7.0"
|
||||
VERSION="17.0.9.0"
|
||||
HOMEPAGE="https://www.slimjet.com"
|
||||
DOWNLOAD="https://www.slimjetbrowser.com/release/slimjet_i386.tar.xz"
|
||||
MD5SUM="02976e38d57ffb46044accf52fff519b"
|
||||
MD5SUM="30befa47bda144a315c0e333ba17c0a2"
|
||||
DOWNLOAD_x86_64="https://www.slimjetbrowser.com/release/slimjet_amd64.tar.xz"
|
||||
MD5SUM_x86_64="ffed404bac78bd49dad5878e97636828"
|
||||
MD5SUM_x86_64="d46cecd512aa513e619abd5919bc786e"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Skaendo"
|
||||
EMAIL="skaendo at excite dot com"
|
||||
|
|
Loading…
Reference in a new issue