desktop/awesome-appmenu: Updated for version 0.4.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Daniel Prosser 2018-01-03 11:14:06 +00:00 committed by Willy Sudiarto Raharjo
parent 8c2a972e71
commit a8d5606d4c
3 changed files with 8 additions and 26 deletions

View File

@ -4,3 +4,5 @@ a lua script containing the menu, which can then be used in your awesome WM
configuration script. It supports icons, and the paths to search for launchers
and icons, as well as the categories used for grouping applications, are
fully configurable.
Homepage: https://github.com/montagdude/awesome-appmenu

View File

@ -2,7 +2,7 @@
# Slackware build script for awesome-appmenu
# Copyright 2016 Daniel Prosser, Lexington Park, MD
# Copyright 2018 Daniel Prosser, Lexington Park, MD
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,37 +23,17 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=awesome-appmenu
VERSION=${VERSION:-0.3}
VERSION=${VERSION:-0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
ARCH=noarch
CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View File

@ -1,8 +1,8 @@
PRGNAM="awesome-appmenu"
VERSION="0.3"
VERSION="0.4"
HOMEPAGE="https://github.com/montagdude/awesome-appmenu"
DOWNLOAD="https://github.com/montagdude/awesome-appmenu/archive/v0.3/awesome-appmenu-0.3.tar.gz"
MD5SUM="5c7fdb9ec4f653bfd753fba4519a341e"
DOWNLOAD="https://github.com/montagdude/awesome-appmenu/archive/v0.4/awesome-appmenu-0.4.tar.gz"
MD5SUM="e775de33f836e8acfd01ae904faee05b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""