mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/fgo: Updated for version 1.5.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c17844623
commit
3abb887237
4 changed files with 11 additions and 9 deletions
|
@ -17,3 +17,5 @@ Changes to this SlackBuild since FGo! 1.4.5
|
|||
* 1.5.4: version update, revision and cleanup. Removed 'fgo.desktop' from the
|
||||
package, as it was moved to the FGo! upstream release. Modified symlinking
|
||||
to icons, according to their new location.
|
||||
|
||||
* 1.5.5: version update.
|
||||
|
|
|
@ -7,5 +7,5 @@ features allow FGo! to keep a minimalist but powerful design.
|
|||
|
||||
NOTE: FGo! versions equal or greater than 1.5.0 are compatible with
|
||||
FlightGear 3.0 and its new apt.dat database format. If you intend to use
|
||||
this SlackBuild for a version of FGo! other than 1.5.4, please read the
|
||||
this SlackBuild for a version of FGo! older than 1.5.5, please read the
|
||||
CHANGELOG file included in this package.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=fgo
|
||||
VERSION=${VERSION:-1.5.4}
|
||||
VERSION=${VERSION:-1.5.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,6 +79,10 @@ ln -sf /opt/$PRGNAM/data/config $PRGETC/$PRGNAM
|
|||
mkdir -p $PRGDOC
|
||||
ln -sf /opt/$PRGNAM/docs $PRGDOC/$PRGNAM-$VERSION
|
||||
|
||||
# Create symlink to desktop file.
|
||||
mkdir -p $PRGSHR/applications
|
||||
ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/
|
||||
|
||||
# Create symlinks to icons.
|
||||
for size in 16 24 32 48 64 128 256 scalable ; do
|
||||
if [ $size != scalable ]; then ex=png; size=${size}x${size}; else ex=svg; fi
|
||||
|
@ -87,10 +91,6 @@ for size in 16 24 32 48 64 128 256 scalable ; do
|
|||
$PRGSHR/icons/hicolor/$size/apps/
|
||||
done
|
||||
|
||||
# Create symlink to desktop file.
|
||||
mkdir -p $PRGSHR/applications
|
||||
ln -sf /opt/$PRGNAM/share/$PRGNAM.desktop $PRGSHR/applications/
|
||||
|
||||
# Don't clobber config files.
|
||||
for conf in $PRGDAT/config/* ; do
|
||||
mv ${conf} ${conf}.new
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="fgo"
|
||||
VERSION="1.5.4"
|
||||
VERSION="1.5.5"
|
||||
HOMEPAGE="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo"
|
||||
DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.4.tar.gz"
|
||||
MD5SUM="47bd3bd2d4bb2e8c464b0858c36f097b"
|
||||
DOWNLOAD="https://sites.google.com/site/erobosprojects/flightgear/add-ons/fgo/download/fgo-1.5.5.tar.gz"
|
||||
MD5SUM="66e61f14437bfa0f2654ff62c6f9009a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="FlightGear"
|
||||
|
|
Loading…
Reference in a new issue