desktop/clearlooks-phenix-theme: Updated for version 20131228.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Mario Preksavec 2013-12-29 10:04:00 +07:00 committed by Erik Hanson
parent f01c78fb57
commit 4a19b54fe7
5 changed files with 74 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=clearlooks-phenix-theme
VERSION=${VERSION:-20131129}
VERSION=${VERSION:-20131228}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -49,6 +49,9 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
# Fix some things for gtk-3.8
for i in $CWD/patches/*.diff ; do patch -p1 <$i ; done
mkdir -p $PKG/usr/share/themes/Clearlooks-Phenix
cp -a gtk-2.0 gtk-3.0 index.theme metacity-1 openbox-3 wallpapers xfwm4 \
$PKG/usr/share/themes/Clearlooks-Phenix

View file

@ -1,10 +1,10 @@
PRGNAM="clearlooks-phenix-theme"
VERSION="20131129"
VERSION="20131228"
HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
DOWNLOAD="http://mirror.slackware.hr/sources/clearlooks-phenix/clearlooks-phenix-20131129.tar.bz2"
MD5SUM="b97eff6fa20c2d3e2f6e7bb0db9a0546"
DOWNLOAD="http://mirror.slackware.hr/sources/clearlooks-phenix/clearlooks-phenix-20131228.tar.bz2"
MD5SUM="09cdf253fe957e0f428fbec04df0368b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-engines"
MAINTAINER="Mario Preksavec"
EMAIL="mario@slackware.hr"
EMAIL="mario at slackware dot hr"

View file

@ -0,0 +1,10 @@
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -1186,6 +1186,7 @@
.menuitem.separator {
color: @menu_separator_color;
+ padding: 3px 1px 3px 1px;
-GtkMenuItem-horizontal-padding: 0;
}

View file

@ -0,0 +1,10 @@
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -1106,6 +1106,7 @@
.menubar .menuitem {
border-style: none;
padding: 3px 5px;
+ background-color: transparent;
}
.menubar .menuitem:hover {

View file

@ -0,0 +1,46 @@
--- a/gtk-3.0/gtk-widgets.css
+++ b/gtk-3.0/gtk-widgets.css
@@ -416,7 +416,7 @@
border-color: @border_color;
border-style: solid;
border-radius: 3px;
- background-color: @theme_base_color;
+ background-color: @theme_bg_color;
padding: 0;
}
@@ -1057,7 +1057,7 @@
.menu {
background-color: @menu_bg_color;
color: @menu_fg_color;
- padding: 0;
+ padding: 1px;
border-style: solid;
border-width: 1px;
border-color: @menu_border_color;
@@ -1065,7 +1065,7 @@
.menu.button {
background-image: none;
- background-color: @theme_base_color;
+ background-color: @menu_bg_color;
color: @internal_element_color;
border-image: none;
@@ -1092,7 +1092,7 @@
/* this controls the general appearance of the menubar */
.menubar {
border-style: none;
- padding: 4px;
+ padding: 1px;
-GtkWidget-window-dragging: true;
-GtkMenuBar-internal-padding: 1;
background-image: -gtk-gradient (linear,
@@ -1130,6 +1130,7 @@
.menu .menuitem {
-GtkMenuItem-arrow-scaling: 0.5;
+ background-color: @menu_bg_color;
padding: 4px;
}