diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-10-12 21:34:15 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-14 14:47:00 +0100 |
commit | 05c9525b0cc432d4b962834e7e19464fd1d724e0 (patch) | |
tree | aa0601ed333618a32f37531d1316325293c398d6 | |
parent | 04e81dea495e673ae4a5a362837f2a3c88d9c9c2 (diff) | |
download | slackbuilds-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.SlackBuild | 17 | ||||
-rw-r--r-- | desktop/gtk-theme-Greybird/gtk-theme-Greybird.info | 8 |
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" |