mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
desktop/awemenugen: Update HOMEPAGE, download URL and SlackBuild.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
55e69b5bac
commit
6a1c7aa7e2
4 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
awemenugen (Awesome Menu Generator)
|
||||
|
||||
This application generates a lua script containing a menu of all
|
||||
applications installed on your system, thus manual adding of each
|
||||
installed application in your rc.lua script is no longer required.
|
||||
This application generates a lua script containing a menu of all
|
||||
applications installed on your system, thus manual adding of each
|
||||
installed application in your rc.lua script is no longer required.
|
||||
Now, rc.lua simply includes a new generated script.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for awemenugen.
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,12 +24,12 @@
|
|||
|
||||
PRGNAM=awemenugen
|
||||
VERSION=${VERSION:-20120205}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
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,7 +1,7 @@
|
|||
PRGNAM="awemenugen"
|
||||
VERSION="20120205"
|
||||
HOMEPAGE="http://sourceforge.net/projects/awemenugen/"
|
||||
DOWNLOAD="http://sourceforge.net/projects/awemenugen/files/awemenugen-20120205.tar.gz"
|
||||
HOMEPAGE="https://sourceforge.net/projects/awemenugen/"
|
||||
DOWNLOAD="https://sourceforge.net/projects/awemenugen/files/awemenugen-20120205.tar.gz"
|
||||
MD5SUM="a07637224fb2da30575709b7b2c69d18"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
awemenugen: awemenugen (Awesome Menu Generator)
|
||||
awemenugen:
|
||||
awemenugen: This application generates a lua script containing a menu of all
|
||||
awemenugen: applications installed on your system, thus manual adding of each
|
||||
awemenugen: installed application in your rc.lua script is no longer required.
|
||||
awemenugen: This application generates a lua script containing a menu of all
|
||||
awemenugen: applications installed on your system, thus manual adding of each
|
||||
awemenugen: installed application in your rc.lua script is no longer required.
|
||||
awemenugen: Now, rc.lua simply includes a new generated script.
|
||||
awemenugen:
|
||||
awemenugen: Home page: http://sourceforge.net/projects/awemenugen/
|
||||
awemenugen: Home page: https://sourceforge.net/projects/awemenugen/
|
||||
awemenugen:
|
||||
awemenugen:
|
||||
awemenugen:
|
||||
|
|
Loading…
Reference in a new issue