mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
misc/abgx360gui: Fix HOMEPAGE, validate .desktop, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
0571bf053f
commit
667b025aae
3 changed files with 5 additions and 6 deletions
|
@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Name=Abgx360 GUI
|
||||
Comment=A program for checking if your xbox backups are valid
|
||||
Comment[fr]=Un programme pour vérifier si vos backups sont valides
|
||||
|
@ -7,5 +6,5 @@ Exec=abgx360gui
|
|||
Icon=abgx360gui
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Utility;Games
|
||||
Categories=Utility;Game;
|
||||
StartupNotify=true
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="abgx360gui"
|
||||
VERSION="1.0.2"
|
||||
HOMEPAGE="abgx360.xecuter.com"
|
||||
HOMEPAGE="http://abgx360.xecuter.com"
|
||||
DOWNLOAD="http://abgx360.xecuter.com/dl/abgx360gui-1.0.2.tar.gz"
|
||||
MD5SUM="748c34971f3979e073d3279f1832b291"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
Loading…
Reference in a new issue