diff options
-rw-r--r-- | desktop/bumblebee-status/bumblebee-status.SlackBuild | 13 | ||||
-rw-r--r-- | desktop/bumblebee-status/bumblebee-status.info | 6 |
2 files changed, 4 insertions, 15 deletions
diff --git a/desktop/bumblebee-status/bumblebee-status.SlackBuild b/desktop/bumblebee-status/bumblebee-status.SlackBuild index 511681c6af..f542021da0 100644 --- a/desktop/bumblebee-status/bumblebee-status.SlackBuild +++ b/desktop/bumblebee-status/bumblebee-status.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bumblebee-status -VERSION=${VERSION:-2.2.0} +VERSION=${VERSION:-2.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,17 +38,6 @@ if [ -z "$ARCH" ]; then esac fi -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi - # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information # could be useful to other scripts. diff --git a/desktop/bumblebee-status/bumblebee-status.info b/desktop/bumblebee-status/bumblebee-status.info index dc6af32fc5..41709dd659 100644 --- a/desktop/bumblebee-status/bumblebee-status.info +++ b/desktop/bumblebee-status/bumblebee-status.info @@ -1,8 +1,8 @@ PRGNAM="bumblebee-status" -VERSION="2.2.0" +VERSION="2.3.0" HOMEPAGE="https://github.com/tobi-wan-kenobi/bumblebee-status/" -DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.2.0/bumblebee-status-2.2.0.tar.gz" -MD5SUM="c90274bb9b2892112b0be55cbc6fb7ce" +DOWNLOAD="https://github.com/tobi-wan-kenobi/bumblebee-status/archive/v2.3.0/bumblebee-status-2.3.0.tar.gz" +MD5SUM="5388e4608b0018c599feb2dbd009a2b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="i3" |