cinnamon: Upgraded to 3.8.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2018-04-24 21:40:16 +07:00
parent 1ff3c30e88
commit c4bd9d451b
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cinnamon
VERSION=${VERSION:-3.6.7}
BUILD=${BUILD:-2}
VERSION=${VERSION:-3.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
if [ -z "$ARCH" ]; then
@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://github.com/linuxmint/Cinnamon/archive/$VERSION.tar.gz
wget -c https://github.com/linuxmint/Cinnamon/archive/$VERSION/$PRGNAM-$VERSION.tar.gz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}
@ -62,7 +62,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd Cinnamon-$VERSION
chown -R root:root .
find -L . \