aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/greybird-theme
diff options
context:
space:
mode:
authorOlivier Duchateau <olivierd@FreeBSD.org>2013-10-20 19:00:14 +0000
committerOlivier Duchateau <olivierd@FreeBSD.org>2013-10-20 19:00:14 +0000
commitb2878705bc17dbeb26ab1cb7fa6ed6a14b305cd3 (patch)
treed676d20754b3a73484791372ce016344901a7fd6 /x11-themes/greybird-theme
parent1af68ec201d6d9a64152a46473634e2481158876 (diff)
downloadports-b2878705bc17dbeb26ab1cb7fa6ed6a14b305cd3.tar.gz
ports-b2878705bc17dbeb26ab1cb7fa6ed6a14b305cd3.zip
Notes
Diffstat (limited to 'x11-themes/greybird-theme')
-rw-r--r--x11-themes/greybird-theme/Makefile3
-rw-r--r--x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc11
2 files changed, 13 insertions, 1 deletions
diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile
index 86fb1b2a5d42..22e1d89d471a 100644
--- a/x11-themes/greybird-theme/Makefile
+++ b/x11-themes/greybird-theme/Makefile
@@ -3,6 +3,7 @@
PORTNAME= greybird
PORTVERSION= 1.2.2
+PORTREVISION= 1
CATEGORIES= x11-themes xfce
MASTER_SITES= GH GHC
PKGNAMESUFFIX= -theme
@@ -35,7 +36,7 @@ post-extract:
post-patch:
# Remove .orig file
- @${RM} ${WRKSRC}/gtk-3.0/*.orig
+ @${RM} ${WRKSRC}/gtk-?.0/*.orig
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Greybird
diff --git a/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc b/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc
new file mode 100644
index 000000000000..9e12e8a62948
--- /dev/null
+++ b/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc
@@ -0,0 +1,11 @@
+--- ./gtk-2.0/gtkrc.orig 2013-09-17 08:27:47.000000000 +0000
++++ ./gtk-2.0/gtkrc 2013-10-20 20:26:45.000000000 +0000
+@@ -593,7 +593,7 @@
+ style "xfwm-tabwin"
+ {
+ Xfwm4TabwinWidget::border-width = 1
+- Xfwm4TabwinWidget::icon-size = 64
++ #Xfwm4TabwinWidget::icon-size = 64
+
+ bg[NORMAL] = shade (0.35, @bg_color_dark)
+ bg[SELECTED] = shade (0.65, @bg_color_dark)