diff options
Diffstat (limited to 'desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild')
-rw-r--r-- | desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild b/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild index 5047b3b436..d565b06ee1 100644 --- a/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild +++ b/desktop/clearlooks-phenix-theme/clearlooks-phenix-theme.SlackBuild @@ -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 |