summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/abgx360gui/abgx360gui.SlackBuild6
-rw-r--r--misc/abgx360gui/abgx360gui.desktop3
-rw-r--r--misc/abgx360gui/abgx360gui.info2
3 files changed, 5 insertions, 6 deletions
diff --git a/misc/abgx360gui/abgx360gui.SlackBuild b/misc/abgx360gui/abgx360gui.SlackBuild
index e19eabc906..a8efb6e514 100644
--- a/misc/abgx360gui/abgx360gui.SlackBuild
+++ b/misc/abgx360gui/abgx360gui.SlackBuild
@@ -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"
diff --git a/misc/abgx360gui/abgx360gui.desktop b/misc/abgx360gui/abgx360gui.desktop
index 8079091470..535b11dd24 100644
--- a/misc/abgx360gui/abgx360gui.desktop
+++ b/misc/abgx360gui/abgx360gui.desktop
@@ -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
diff --git a/misc/abgx360gui/abgx360gui.info b/misc/abgx360gui/abgx360gui.info
index b94cd73951..4826268012 100644
--- a/misc/abgx360gui/abgx360gui.info
+++ b/misc/abgx360gui/abgx360gui.info
@@ -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=""