diff options
author | M.Dinslage <daedra1980@gmail.com> | 2017-04-20 14:14:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-22 08:10:49 +0700 |
commit | 8fe4c67262e28386aabcdfcad18bb00e8bd98049 (patch) | |
tree | 5c7d4baa3bb912e8b111e142e68b66e347aab9fe /desktop/emerald | |
parent | 1416220db8797a1b193d04544b6f0d0deb557ca3 (diff) | |
download | slackbuilds-8fe4c67262e28386aabcdfcad18bb00e8bd98049.tar.gz |
desktop/emerald: Updated for version 0.8.14.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/emerald')
-rw-r--r-- | desktop/emerald/README.Slackware | 2 | ||||
-rw-r--r-- | desktop/emerald/emerald.SlackBuild | 10 | ||||
-rw-r--r-- | desktop/emerald/emerald.info | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/desktop/emerald/README.Slackware b/desktop/emerald/README.Slackware index 8d139f8dea..cb4f9f8c01 100644 --- a/desktop/emerald/README.Slackware +++ b/desktop/emerald/README.Slackware @@ -10,7 +10,7 @@ not hosted at www.slackbuilds.org. You can download the SlackBuild from the link below. - https://www.dropbox.com/s/w0g37m2vvcxblky/compiz-0.8.12.3-SlackBuild.tar.gz + https://www.dropbox.com/s/t08cb1u00he4cyo/compiz-0.8.14-SlackBuild.tar.gz This SlackBuild is based off the 14.2 stock Slackware SlackBuild so you shouldn't run into any problems. If you do use this version of compiz you diff --git a/desktop/emerald/emerald.SlackBuild b/desktop/emerald/emerald.SlackBuild index adfa41a15c..9848a20ec8 100644 --- a/desktop/emerald/emerald.SlackBuild +++ b/desktop/emerald/emerald.SlackBuild @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=emerald -VERSION=${VERSION:-0.8.12.4} +VERSION=${VERSION:-0.8.14} BUILD=${BUILD:-1} 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" @@ -78,7 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --enable-static=no \ - --with-gtk=2.0 \ + --with-gtk=3.0 \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --build=$ARCH-slackware-linux diff --git a/desktop/emerald/emerald.info b/desktop/emerald/emerald.info index 160c594af4..3bbdcbce5c 100644 --- a/desktop/emerald/emerald.info +++ b/desktop/emerald/emerald.info @@ -1,10 +1,10 @@ PRGNAM="emerald" -VERSION="0.8.12.4" +VERSION="0.8.14" HOMEPAGE="https://github.com/raveit65/emerald" -DOWNLOAD="https://github.com/compiz-reloaded/emerald/releases/download/v0.8.12.4/emerald-0.8.12.4.tar.xz" -MD5SUM="8c4250a764fc419ed56785342891d3fc" +DOWNLOAD="https://github.com/compiz-reloaded/emerald/releases/download/v0.8.14/emerald-0.8.14.tar.xz" +MD5SUM="f1d152b57d5844cf9b00f0f705d0b534" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ccsm" +REQUIRES="ccsm libwnck3" MAINTAINER="M.Dinslage" EMAIL="daedra1980@gmail.com" |