svn commit: r331055 - in head/x11-themes/greybird-theme: . files

Olivier Duchateau olivierd at FreeBSD.org
Sun Oct 20 19:00:15 UTC 2013


Author: olivierd
Date: Sun Oct 20 19:00:14 2013
New Revision: 331055
URL: http://svnweb.freebsd.org/changeset/ports/331055

Log:
  - Add patch, to avoid "pixelization" of icons in Tabwin widget
  - Bump PORTREVISION

Added:
  head/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc   (contents, props changed)
Modified:
  head/x11-themes/greybird-theme/Makefile

Modified: head/x11-themes/greybird-theme/Makefile
==============================================================================
--- head/x11-themes/greybird-theme/Makefile	Sun Oct 20 18:57:18 2013	(r331054)
+++ head/x11-themes/greybird-theme/Makefile	Sun Oct 20 19:00:14 2013	(r331055)
@@ -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

Added: head/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-themes/greybird-theme/files/patch-gtk-2.0__gtkrc	Sun Oct 20 19:00:14 2013	(r331055)
@@ -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)


More information about the svn-ports-head mailing list