diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-03-10 10:01:49 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-10 10:02:10 +0000 |
commit | c860910c5cd6232178c07bfa102a28913d529ddc (patch) | |
tree | 62f835f4152e443b239fbabb0609b4cb1d32bef9 /desktop/gtk-engines | |
parent | e3a478c576dff0958d1176710851195e44fe81c2 (diff) | |
download | slackbuilds-c860910c5cd6232178c07bfa102a28913d529ddc.tar.gz |
desktop/gtk-engines: Updated for version 2.91.1 + new maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/gtk-engines')
-rw-r--r-- | desktop/gtk-engines/README | 8 | ||||
-rw-r--r-- | desktop/gtk-engines/gtk-engines.SlackBuild | 18 | ||||
-rw-r--r-- | desktop/gtk-engines/gtk-engines.info | 10 | ||||
-rw-r--r-- | desktop/gtk-engines/slack-desc | 6 |
4 files changed, 24 insertions, 18 deletions
diff --git a/desktop/gtk-engines/README b/desktop/gtk-engines/README index 374218c762..69ace2752c 100644 --- a/desktop/gtk-engines/README +++ b/desktop/gtk-engines/README @@ -1,4 +1,6 @@ -gtk-engines are theme engines for GTK+2 +gtk-engines (Theme engines for GTK+2) -This package contains the Clearlooks, Crux, Glide, HC, -Industrial, LUA, Mist, Redmond, and ThinIce themes. +gtk-engines is a collection of basic theme engines for GTK+2. + +This package contains Clearlooks, Crux, Gnome3, HC, Industrial, Mist, +Redmond, and ThinIce themes. diff --git a/desktop/gtk-engines/gtk-engines.SlackBuild b/desktop/gtk-engines/gtk-engines.SlackBuild index 1c5dfc85ce..a93b463af5 100644 --- a/desktop/gtk-engines/gtk-engines.SlackBuild +++ b/desktop/gtk-engines/gtk-engines.SlackBuild @@ -1,8 +1,11 @@ #!/bin/sh -# Slackware build script for gtk-engines - +# +# Slackware build script for gtk-engines. +# # Copyright 2007-2010 Grigorios Bouzakis <grbzks@xsmail.com> # Copyright 2014 Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org +# Copyright 2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -21,13 +24,13 @@ # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gtk-engines -VERSION=${VERSION:-2.20.2} -BUILD=${BUILD:-3} +VERSION=${VERSION:-2.91.1} +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 @@ -38,8 +41,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" @@ -59,6 +62,7 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION + chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/desktop/gtk-engines/gtk-engines.info b/desktop/gtk-engines/gtk-engines.info index 117ac2d8b0..31bf53845f 100644 --- a/desktop/gtk-engines/gtk-engines.info +++ b/desktop/gtk-engines/gtk-engines.info @@ -1,10 +1,10 @@ PRGNAM="gtk-engines" -VERSION="2.20.2" +VERSION="2.91.1" HOMEPAGE="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/" -DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-2.20.2.tar.gz" -MD5SUM="e0f7ac7eaad3896762804312f03c6f46" +DOWNLOAD="http://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.91/gtk-engines-2.91.1.tar.gz" +MD5SUM="979a9b5aae6ebcc96e6c0c5d6c4ba1ca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Edinaldo P. Silva" +EMAIL="edps.mundognu@gmail.com" diff --git a/desktop/gtk-engines/slack-desc b/desktop/gtk-engines/slack-desc index ac86cee4c4..22b15d78b7 100644 --- a/desktop/gtk-engines/slack-desc +++ b/desktop/gtk-engines/slack-desc @@ -10,10 +10,10 @@ gtk-engines: gtk-engines (Theme engines for GTK+2) gtk-engines: gtk-engines: gtk-engines is a collection of basic theme engines for GTK+2. gtk-engines: -gtk-engines: This package contains Clearlooks, Crux, Glide, HC, Industrial, -gtk-engines: LUA, Mist, Redmond, and ThinIce themes. +gtk-engines: This package contains Clearlooks, Crux, Gnome3, HC, Industrial, Mist, +gtk-engines: Redmond, and ThinIce themes. gtk-engines: -gtk-engines: Homepage: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/ +gtk-engines: Home page: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/ gtk-engines: gtk-engines: gtk-engines: |