Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 18:20:30 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330526 - in head/x11-themes/greybird-theme: . files
Message-ID:  <201310161820.r9GIKUcO088455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olivierd
Date: Wed Oct 16 18:20:29 2013
New Revision: 330526
URL: http://svnweb.freebsd.org/changeset/ports/330526

Log:
  - Update to 1.2.2
  - Support STAGEDIR

Modified:
  head/x11-themes/greybird-theme/Makefile
  head/x11-themes/greybird-theme/distinfo
  head/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css
  head/x11-themes/greybird-theme/pkg-plist

Modified: head/x11-themes/greybird-theme/Makefile
==============================================================================
--- head/x11-themes/greybird-theme/Makefile	Wed Oct 16 18:15:26 2013	(r330525)
+++ head/x11-themes/greybird-theme/Makefile	Wed Oct 16 18:20:29 2013	(r330526)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	greybird
-PORTVERSION=	1.2
+PORTVERSION=	1.2.2
 CATEGORIES=	x11-themes xfce
-MASTER_SITES=	GH GHC \
-	LOCAL/olivierd
+MASTER_SITES=	GH GHC
 PKGNAMESUFFIX=	-theme
 
 MAINTAINER=	olivierd@FreeBSD.org
@@ -17,7 +16,7 @@ RUN_DEPENDS=	gtk-murrine-engine>=0.98.1:
 GH_ACCOUNT=	shimmerproject
 GH_PROJECT=	Greybird
 GH_TAGNAME=	v${PORTVERSION}
-GH_COMMIT=	6424d8a
+GH_COMMIT=	6406ef6
 
 USE_GITHUB=	yes
 NO_BUILD=	yes
@@ -26,7 +25,6 @@ OPTIONS_DEFINE=	NOTIFYD
 OPTIONS_DEFAULT=	NOTIFYD
 NOTIFYD_DESC=	Install xfce4-notifyd theme
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-extract:
@@ -40,16 +38,16 @@ post-patch:
 	@${RM} ${WRKSRC}/gtk-3.0/*.orig
 
 do-install:
-	@${MKDIR} ${PREFIX}/share/themes/Greybird
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Greybird
 .for dir in gtk-2.0 gtk-3.0 xfwm4
 	@cd ${WRKSRC} && \
-		${COPYTREE_SHARE} ${dir} ${PREFIX}/share/themes/Greybird
+		${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/share/themes/Greybird
 .endfor
 
 .if ${PORT_OPTIONS:MNOTIFYD}
 	@cd ${WRKSRC} && \
 		${COPYTREE_SHARE} xfce-notify-4.0/ \
-		${PREFIX}/share/themes/Greybird
+		${STAGEDIR}${PREFIX}/share/themes/Greybird
 PLIST_SUB+=	NOTIFYD=""
 .else
 PLIST_SUB+=	NOTIFYD="@comment "

Modified: head/x11-themes/greybird-theme/distinfo
==============================================================================
--- head/x11-themes/greybird-theme/distinfo	Wed Oct 16 18:15:26 2013	(r330525)
+++ head/x11-themes/greybird-theme/distinfo	Wed Oct 16 18:20:29 2013	(r330526)
@@ -1,2 +1,2 @@
-SHA256 (greybird-1.2.tar.gz) = 9457521bf73a161738f4696c649123cb7864fa1ebfc67d24f34f3894d79498fc
-SIZE (greybird-1.2.tar.gz) = 106627
+SHA256 (greybird-1.2.2.tar.gz) = 795b53c7880b74866f52824620a0e79b87e586890ebf864854c1318f83c8f81e
+SIZE (greybird-1.2.2.tar.gz) = 112074

Modified: head/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css
==============================================================================
--- head/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css	Wed Oct 16 18:15:26 2013	(r330525)
+++ head/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css	Wed Oct 16 18:20:29 2013	(r330526)
@@ -1,9 +1,10 @@
---- ./gtk-3.0/gtk.css.orig	2013-07-14 11:23:59.000000000 +0000
-+++ ./gtk-3.0/gtk.css	2013-08-19 17:47:12.000000000 +0000
-@@ -65,6 +65,3 @@
- @import url("gtk-widgets.css");
+--- ./gtk-3.0/gtk.css.orig	2013-09-17 08:27:47.000000000 +0000
++++ ./gtk-3.0/gtk.css	2013-10-16 18:27:44.000000000 +0000
+@@ -69,7 +69,4 @@
  @import url("gtk-widgets-assets.css");
  @import url("apps/gnome-applications.css");
+ @import url("apps/granite-widgets.css");
 -@import url("apps/unity.css");
 -@import url("apps/lightdm-unity-greeter.css");
 -@import url("apps/lightdm-gtk-greeter.css");
+ @import url("apps/xfce.css");

Modified: head/x11-themes/greybird-theme/pkg-plist
==============================================================================
--- head/x11-themes/greybird-theme/pkg-plist	Wed Oct 16 18:15:26 2013	(r330525)
+++ head/x11-themes/greybird-theme/pkg-plist	Wed Oct 16 18:20:29 2013	(r330526)
@@ -11,6 +11,8 @@ share/themes/Greybird/gtk-2.0/apps/xfce-
 share/themes/Greybird/gtk-2.0/gtkrc
 share/themes/Greybird/gtk-2.0/resize_grip.png
 share/themes/Greybird/gtk-3.0/apps/gnome-applications.css
+share/themes/Greybird/gtk-3.0/apps/granite-widgets.css
+share/themes/Greybird/gtk-3.0/apps/xfce.css
 share/themes/Greybird/gtk-3.0/assets/checkbox-checked-hover.png
 share/themes/Greybird/gtk-3.0/assets/checkbox-checked-insensitive.png
 share/themes/Greybird/gtk-3.0/assets/checkbox-checked.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310161820.r9GIKUcO088455>