diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-17 02:20:29 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-17 02:20:29 +0800 |
commit | 7ab84343dd7c2002e9b07652678349af345b1ea1 (patch) | |
tree | aec6ffdc4909f2bb8d47f7cc825c897ad1424634 | |
parent | 46ccffc490a1463e04f961473b394c620ca5f69f (diff) | |
download | freebsd-ports-gnome-7ab84343dd7c2002e9b07652678349af345b1ea1.tar.gz freebsd-ports-gnome-7ab84343dd7c2002e9b07652678349af345b1ea1.tar.zst freebsd-ports-gnome-7ab84343dd7c2002e9b07652678349af345b1ea1.zip |
- Update to 1.2.2
- Support STAGEDIR
-rw-r--r-- | x11-themes/greybird-theme/Makefile | 14 | ||||
-rw-r--r-- | x11-themes/greybird-theme/distinfo | 4 | ||||
-rw-r--r-- | x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css | 9 | ||||
-rw-r--r-- | x11-themes/greybird-theme/pkg-plist | 2 |
4 files changed, 15 insertions, 14 deletions
diff --git a/x11-themes/greybird-theme/Makefile b/x11-themes/greybird-theme/Makefile index f004276d0499..86fb1b2a5d42 100644 --- a/x11-themes/greybird-theme/Makefile +++ b/x11-themes/greybird-theme/Makefile @@ -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:${PORTSDIR}/x11-themes/gtk-murrine-engin 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 " diff --git a/x11-themes/greybird-theme/distinfo b/x11-themes/greybird-theme/distinfo index 29fe18fda300..f7ebfb466d9d 100644 --- a/x11-themes/greybird-theme/distinfo +++ b/x11-themes/greybird-theme/distinfo @@ -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 diff --git a/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css b/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css index 50bc3b798b6b..7ed84f4bdd90 100644 --- a/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css +++ b/x11-themes/greybird-theme/files/patch-gtk-3.0__gtk.css @@ -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"); diff --git a/x11-themes/greybird-theme/pkg-plist b/x11-themes/greybird-theme/pkg-plist index 3252f3e4689b..f284819dc6da 100644 --- a/x11-themes/greybird-theme/pkg-plist +++ b/x11-themes/greybird-theme/pkg-plist @@ -11,6 +11,8 @@ share/themes/Greybird/gtk-2.0/apps/xfce-panel.rc 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 |