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

This commit is contained in:
Mario Preksavec 2015-02-25 23:44:47 +01:00 committed by Willy Sudiarto Raharjo
parent c64a521ce7
commit 1807d01391
7 changed files with 16 additions and 86 deletions

View file

@ -1,4 +1,3 @@
The Clearlooks-Phenix project (formerly known as Clearwaita) aims at
creating a GTK3 port of Clearlooks, the default theme for Gnome 2.
Style is also included for GTK2, Unity and for Metacity, Openbox,
and Xfwm4 window managers.
The Clearlooks-Phenix project (formerly known as Clearwaita) aims at creating
a GTK3 port of Clearlooks, the default theme for Gnome 2. Style is also
included for GTK2, Unity and for Metacity, Openbox, and Xfwm4 window managers.

View file

@ -2,7 +2,7 @@
# Slackware build script for Clearlooks Phenix Theme
# Copyright 2012, 2013, Mario Preksavec, Zagreb, HR
# Copyright 2012, 2013, 2015 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=clearlooks-phenix-theme
VERSION=${VERSION:-20131228}
VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,23 +41,20 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $SRCNAM
tar xvf $CWD/$SRCNAM.tar.bz2
tar xvf $CWD/$VERSION.tar.gz
cd $SRCNAM
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -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
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
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
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cp -a COPYING LISEZ-MOI.md README.md doc/* $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="clearlooks-phenix-theme"
VERSION="20131228"
HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
DOWNLOAD="http://mirror.slackware.hr/sources/clearlooks-phenix/clearlooks-phenix-20131228.tar.bz2"
MD5SUM="09cdf253fe957e0f428fbec04df0368b"
VERSION="6.0.3"
HOMEPAGE="https://github.com/jpfleury/clearlooks-phenix"
DOWNLOAD="https://github.com/jpfleury/clearlooks-phenix/archive/6.0.3.tar.gz"
MD5SUM="847037b9c6c16512e513110271d69081"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtk-engines"

View file

@ -1,10 +0,0 @@
--- 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

@ -1,10 +0,0 @@
--- 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

@ -1,46 +0,0 @@
--- 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;
}

View file

@ -13,7 +13,7 @@ clearlooks-phenix-theme: creating a GTK3 port of Clearlooks, the default theme f
clearlooks-phenix-theme: Style is also included for GTK2, Unity and for Metacity, Openbox and
clearlooks-phenix-theme: Xfwm4 window managers.
clearlooks-phenix-theme:
clearlooks-phenix-theme: Homepage: http://www.jpfleury.net/en/software/clearlooks-phenix.php
clearlooks-phenix-theme: Homepage: https://github.com/jpfleury/clearlooks-phenix
clearlooks-phenix-theme:
clearlooks-phenix-theme:
clearlooks-phenix-theme: