diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-21 03:00:14 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-21 03:00:14 +0800 |
commit | c73180597f1a69ffac2a2ed8276b12ea1e0919da (patch) | |
tree | d676d20754b3a73484791372ce016344901a7fd6 /x11-themes/greybird-theme | |
parent | 569c0805cc7f362829cbe4dc1ffc936dba6f3200 (diff) | |
download | freebsd-ports-gnome-c73180597f1a69ffac2a2ed8276b12ea1e0919da.tar.gz freebsd-ports-gnome-c73180597f1a69ffac2a2ed8276b12ea1e0919da.tar.zst freebsd-ports-gnome-c73180597f1a69ffac2a2ed8276b12ea1e0919da.zip |
- Add patch, to avoid "pixelization" of icons in Tabwin widget
- Bump PORTREVISION
Diffstat (limited to 'x11-themes/greybird-theme')
-rw-r--r-- | x11-themes/greybird-theme/Makefile | 3 | ||||
-rw-r--r-- | x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc | 11 |
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) |