mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
04e81dea49
commit
05c9525b0c
2 changed files with 8 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue