desktop/murrine-themes: Updated for version 2.99.11.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Petar Petrov 2023-05-01 11:45:16 +01:00 committed by Willy Sudiarto Raharjo
parent 76588cfa85
commit 4abf16408e
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 20 additions and 11 deletions

View File

@ -2,5 +2,6 @@ This is a collection of Murrine family themes for GTK2, GTK3 and XFWM.
Also, there are a few themes for metacity and openbox window managers
that can be used if you have these installed.
This includes also the default Murrina XFWM theme from xfce-look.org and
several themes from ROSA Linux.
This includes also the default Murrina XFWM theme from xfce-look.org,
several themes from ROSA Linux and two custom themes from the script
maintainer.

View File

@ -2,7 +2,7 @@
# Slackware build script for murrine-themes
# Copyright 2011-2021 Petar Petrov slackalaxy@gmail.com
# Copyright 2011-2023 Petar Petrov slackalaxy@gmail.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -24,17 +24,19 @@
# Many thanks to Debian and ROSA Linux for bundling these themes together!
# Note about the version. The script combines the themes in Debian (version
# 0.98.11) with the themes from ROSA Linux (version 2.0), therefore we pack:
# 0.98.11 + 2.0 = 2.98.11. We also include the default Xfwm Murrina theme:
# 0.98.11) with the themes from ROSA Linux (version 2.0), and murrine-custom
# (0.0.1) therefore we pack: 0.98.11 + 2.0 + 0.01 = 2.99.11. We also include
# the default Xfwm Murrina theme:
# http://xfce-look.org/content/show.php/Murrine++Xfwm+Theme?content=43083
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=murrine-themes
ORIGINAL=Murrine # Default theme for XFWM
VERSION=${VERSION:-2.98.11} # Version of our package
VERSION=${VERSION:-2.99.11} # Version of our package
DEBIVER=${DEBIVER:-0.98.11} # Version of Debian's package
ROSAVER=${ROSAVER:-2.0} # Version of ROSA's package
CUSTVER=${CUSTVER:-0.01} # Custom themes version
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -64,6 +66,7 @@ cd $PRGNAM-$VERSION
# Debian's themes.
tar xvf $CWD/${PRGNAM}_${DEBIVER}.tar.xz
rm $PRGNAM/usr/share/themes/shearwater/gtk-2.0/Panel
# Default Xfwm theme. Let's extract it together with Debian's themes.
tar xvf $CWD/${ORIGINAL}Xfwm.tar.bz2 -C $PRGNAM/usr/share/themes
@ -74,6 +77,9 @@ lzma -cd Murreza.tar.lzma | tar xvf -
lzma -cd MurrinaOransun.tar.lzma | tar xvf -
lzma -cd MurrinaTango.tar.lzma | tar xvf -
tar xvf $CWD/murrine-custom-$CUSTVER.tar.gz
cp -a murrine-custom-$CUSTVER/{MurrinaGilouche2,Murrine-LightBlue} $PRGNAM/usr/share/themes/
cp -a \
Murreza/* MurrinaOransun MurrinaTango \
$PRGNAM/usr/share/themes

View File

@ -1,12 +1,14 @@
PRGNAM="murrine-themes"
VERSION="2.98.11"
VERSION="2.99.11"
HOMEPAGE="https://launchpad.net/murrine-themes"
DOWNLOAD="http://sourceforge.net/projects/sboppetrov/files/murrine-themes/murrine-themes_0.98.11.tar.xz \
http://sourceforge.net/projects/sboppetrov/files/murrine-themes/MurrineXfwm.tar.bz2 \
http://sourceforge.net/projects/sboppetrov/files/murrine-themes/murrine-themes-2.0-9.src.rpm"
http://sourceforge.net/projects/sboppetrov/files/murrine-themes/MurrineXfwm.tar.bz2 \
http://sourceforge.net/projects/sboppetrov/files/murrine-themes/murrine-themes-2.0-9.src.rpm \
https://github.com/slackalaxy/murrine-custom/archive/0.01/murrine-custom-0.01.tar.gz"
MD5SUM="de785a60d018fcfadc6eb0b258c6f788 \
faf23fcc477239c7e6f1cd627b27fd72 \
b37b54c8d2240ae9ee441fb418c6dc2a"
faf23fcc477239c7e6f1cd627b27fd72 \
b37b54c8d2240ae9ee441fb418c6dc2a \
ed337c863b6b92ac90885cf63d66bd0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="murrine"