Browse Source
graphics/fyre: Updated for version 1.0.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/207/head
Petar Petrov
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
13 additions and
3 deletions
-
graphics/fyre/doinst.sh
-
graphics/fyre/fyre.SlackBuild
|
|
@ -1,3 +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 fyre |
|
|
|
|
|
|
|
# Copyright 2013-2021 Petar Petrov slackalaxy@gmail.com |
|
|
|
# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=fyre |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
BUILD=${BUILD:-2} |
|
|
|
BUILD=${BUILD:-3} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
@ -97,12 +97,16 @@ CXXFLAGS="$SLKCFLAGS" \ |
|
|
|
make |
|
|
|
make install DESTDIR=$PKG |
|
|
|
|
|
|
|
# no association with *.fa files, pls |
|
|
|
rm -rf $PKG/usr/share/mime |
|
|
|
rm -rf $PKG/usr/share/icons/hicolor/48x48 |
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cp -a \ |
|
|
|
AUTHORS ChangeLog COPYING INSTALL README TODO \ |
|
|
|
AUTHORS ChangeLog COPYING README TODO \ |
|
|
|
$PKG/usr/doc/$PRGNAM-$VERSION |
|
|
|
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |
|
|
|
|
|
|
|