From 3abb8872379a198617537fc7ce2f443d078bab79 Mon Sep 17 00:00:00 2001 From: Philip Lacroix Date: Tue, 2 Dec 2014 10:12:39 +0700 Subject: games/fgo: Updated for version 1.5.5. Signed-off-by: Willy Sudiarto Raharjo --- games/fgo/CHANGELOG | 2 ++ games/fgo/README | 2 +- games/fgo/fgo.SlackBuild | 10 +++++----- games/fgo/fgo.info | 6 +++--- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/games/fgo/CHANGELOG b/games/fgo/CHANGELOG index fba287c0d4..925250f357 100644 --- a/games/fgo/CHANGELOG +++ b/games/fgo/CHANGELOG @@ -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. diff --git a/games/fgo/README b/games/fgo/README index 01fe5e4307..41776aa849 100644 --- a/games/fgo/README +++ b/games/fgo/README @@ -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. diff --git a/games/fgo/fgo.SlackBuild b/games/fgo/fgo.SlackBuild index da8cddfe9a..9cfdd0c280 100644 --- a/games/fgo/fgo.SlackBuild +++ b/games/fgo/fgo.SlackBuild @@ -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 diff --git a/games/fgo/fgo.info b/games/fgo/fgo.info index 0b90442bdc..ed678d8d7b 100644 --- a/games/fgo/fgo.info +++ b/games/fgo/fgo.info @@ -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" -- cgit v1.2.3