svn commit: r508297 - head/x11-themes/greybird-theme
Guido Falsi
madpilot at FreeBSD.org
Wed Aug 7 07:18:20 UTC 2019
Author: madpilot
Date: Wed Aug 7 07:18:19 2019
New Revision: 508297
URL: https://svnweb.freebsd.org/changeset/ports/508297
Log:
- Update greybird theme to 3.22.10
- Use option targets
- Remove unneeded comment
- Update WWW
- Take maintainership under xfce
Modified:
head/x11-themes/greybird-theme/Makefile
head/x11-themes/greybird-theme/distinfo
head/x11-themes/greybird-theme/pkg-descr
Modified: head/x11-themes/greybird-theme/Makefile
==============================================================================
--- head/x11-themes/greybird-theme/Makefile Wed Aug 7 07:16:48 2019 (r508296)
+++ head/x11-themes/greybird-theme/Makefile Wed Aug 7 07:18:19 2019 (r508297)
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= greybird
-PORTVERSION= 3.22.9
+PORTVERSION= 3.22.10
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= x11-themes xfce
PKGNAMESUFFIX= -theme
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= xfce at FreeBSD.org
COMMENT= Gtk and xfwm4 themes for the Xfce Desktop
LICENSE= GPLv2 CC-BY-SA-3.0
@@ -24,14 +23,13 @@ GH_PROJECT= Greybird
USE_GITHUB= yes
NO_BUILD= yes
-OPTIONS_DEFINE= NOTIFYD
+OPTIONS_DEFINE= NOTIFYD
OPTIONS_DEFAULT= NOTIFYD
+OPTIONS_SUB= yes
+
NOTIFYD_DESC= Install xfce4-notifyd theme
-.include <bsd.port.options.mk>
-
post-patch:
-# Remove .orig file
@${RM} ${WRKSRC}/gtk-?.0/*.orig
do-install:
@@ -41,13 +39,9 @@ do-install:
${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/share/themes/Greybird
.endfor
-.if ${PORT_OPTIONS:MNOTIFYD}
+do-install-NOTIFYD-on:
@cd ${WRKSRC} && \
${COPYTREE_SHARE} xfce-notify-4.0/ \
${STAGEDIR}${PREFIX}/share/themes/Greybird
-PLIST_SUB+= NOTIFYD=""
-.else
-PLIST_SUB+= NOTIFYD="@comment "
-.endif
.include <bsd.port.mk>
Modified: head/x11-themes/greybird-theme/distinfo
==============================================================================
--- head/x11-themes/greybird-theme/distinfo Wed Aug 7 07:16:48 2019 (r508296)
+++ head/x11-themes/greybird-theme/distinfo Wed Aug 7 07:18:19 2019 (r508297)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544963821
-SHA256 (shimmerproject-Greybird-v3.22.9_GH0.tar.gz) = 1385136e53eea173e66ee7e7738ec3bbe446a1af8ee5c54b90b3bd61c5d22de1
-SIZE (shimmerproject-Greybird-v3.22.9_GH0.tar.gz) = 211750
+TIMESTAMP = 1565129212
+SHA256 (shimmerproject-Greybird-v3.22.10_GH0.tar.gz) = 9fafeb2e6e7ed2eb6b4937b730940796960c40834a549a84121f14dfc9f5551c
+SIZE (shimmerproject-Greybird-v3.22.10_GH0.tar.gz) = 212225
Modified: head/x11-themes/greybird-theme/pkg-descr
==============================================================================
--- head/x11-themes/greybird-theme/pkg-descr Wed Aug 7 07:16:48 2019 (r508296)
+++ head/x11-themes/greybird-theme/pkg-descr Wed Aug 7 07:18:19 2019 (r508297)
@@ -3,4 +3,4 @@ Greybird is complete desktop theme for the Xfce Deskto
- Xfwm4 theme
- xfce4-notifyd theme
-WWW: http://shimmerproject.org/projects/greybird/
+WWW: https://github.com/shimmerproject/Greybird
More information about the svn-ports-all
mailing list