summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-10-12 22:34:15 +0200
committer David Spencer2017-10-14 15:47:00 +0200
commit05c9525b0cc432d4b962834e7e19464fd1d724e0 (patch)
treeaa0601ed333618a32f37531d1316325293c398d6
parent04e81dea495e673ae4a5a362837f2a3c88d9c9c2 (diff)
downloadslackbuilds-05c9525b0cc432d4b962834e7e19464fd1d724e0.tar.gz
desktop/gtk-theme-Greybird: Updated for version 3.18.0.
(downgrade for current GTK version on 14.2) Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild17
-rw-r--r--desktop/gtk-theme-Greybird/gtk-theme-Greybird.info8
2 files changed, 8 insertions, 17 deletions
diff --git a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild
index 3aa876c714..5470e6eb76 100644
--- a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild
+++ b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="gtk-theme-Greybird"
-VERSION=${VERSION:-3.22.5}
+VERSION=${VERSION:-3.18.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,20 +47,11 @@ mv $SRCNAM-$VERSION $PRGNAM-$VERSION
cd $PRGNAM-$VERSION
chown -R root:root .
-./autogen.sh \
- --prefix=/usr \
- --libdir=/usr/lib${LIBDIRSUFFIX} \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/man \
- --docdir=/usr/doc/$PRGNAM-$VERSION \
- --build=$ARCH-slackware-linux
-
-make
-make install DESTDIR=$PKG
+mkdir -p $PKG/usr/share/themes/Greybird
+cp -r gtk-* metacity-1 xfce-* xfwm4* Greybird.emerald index.theme $PKG/usr/share/themes/Greybird
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp LICENSE.* README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp LICENSE.* README $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info
index c5c37ec341..29f5f87f9e 100644
--- a/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info
+++ b/desktop/gtk-theme-Greybird/gtk-theme-Greybird.info
@@ -1,10 +1,10 @@
PRGNAM="gtk-theme-Greybird"
-VERSION="3.22.5"
+VERSION="3.18.0"
HOMEPAGE="https://github.com/shimmerproject/Greybird/"
-DOWNLOAD="https://github.com/shimmerproject/Greybird/archive/v3.22.5/Greybird-3.22.5.tar.gz"
-MD5SUM="92e577a16eeb15530117857dd6fcbe9d"
+DOWNLOAD="https://github.com/shimmerproject/Greybird/archive/v3.18.0/Greybird-3.18.0.tar.gz"
+MD5SUM="39396e921b047424b0dc634de7d69dc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="rubygem-sass"
+REQUIRES=""
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"