Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2014 09:17:30 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347726 - in head/x11-themes: gtk-aluminumalloy-cryogenic-theme gtk-aluminumalloy-smog-theme gtk-aluminumalloy-toxic-theme gtk-aluminumalloy-volcanic-theme metacity-aluminumalloy-cryoge...
Message-ID:  <201403100917.s2A9HUSe054555@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Mon Mar 10 09:17:29 2014
New Revision: 347726
URL: http://svnweb.freebsd.org/changeset/ports/347726
QAT: https://qat.redports.org/buildarchive/r347726/

Log:
  - Stagify; drop an article from COMMENT line and superfluous quote marks
  - Update port description (chase Max Rudberg's site, remove now defunct
    upstream website for these themes)

Modified:
  head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile
  head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile
  head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile
  head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
  head/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-descr
  head/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile
  head/x11-themes/metacity-aluminumalloy-smog-theme/Makefile
  head/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile
  head/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile

Modified: head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/gtk-aluminumalloy-cryogenic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -10,5 +10,4 @@ MASTERDIR=	${.CURDIR}/../gtk-aluminumall
 DISTINFO_FILE=	${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo
 PLIST=		${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/gtk-aluminumalloy-smog-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -10,5 +10,4 @@ MASTERDIR=	${.CURDIR}/../gtk-aluminumall
 DISTINFO_FILE=	${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo
 PLIST=		${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/gtk-aluminumalloy-toxic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -10,5 +10,4 @@ MASTERDIR=	${.CURDIR}/../gtk-aluminumall
 DISTINFO_FILE=	${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo
 PLIST=		${.CURDIR}/../gtk-aluminumalloy-toxic-theme/pkg-plist
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/gtk-aluminumalloy-volcanic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -11,7 +11,7 @@ PKGNAMESUFFIX?=	-${FLAVOR}-theme
 DISTNAME=	aa_${FLAVOR}
 
 MAINTAINER=	danfe@FreeBSD.org
-COMMENT=	A port of wonderful MacOS X theme Aluminum Alloy, ${FLAVOR} flavor
+COMMENT=	Port of Mac OS X theme Aluminum Alloy (${FLAVOR} flavor)
 
 TYPE?=		gtk
 FLAVOR?=	volcanic
@@ -22,7 +22,7 @@ WRKSRC=		${WRKDIR}/${THEME_NAME}
 USE_BZIP2=	yes
 NO_BUILD=	yes
 
-.if ${TYPE} == "gtk"
+.if ${TYPE} == gtk
 THEME_DIR=	${PREFIX}/share/themes/${THEME_NAME}
 PLIST_SUB+=	GTK20="" METACITY="@comment "
 USE_GNOME=	gtk20
@@ -32,16 +32,15 @@ PLIST_SUB+=	GTK20="@comment " METACITY="
 USE_GNOME=	gnomehier
 .endif
 
-NO_STAGE=	yes
 do-install:
-	@${MKDIR} ${THEME_DIR}
+	@${MKDIR} ${STAGEDIR}${THEME_DIR}
 .if ${TYPE} == "gtk"
 	cd ${WRKSRC} && ${FIND} gtk-2.0 -name '*[^~]' | \
-		${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
-	${INSTALL_DATA} ${WRKSRC}/index.theme ${THEME_DIR}
+		${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR}
+	${INSTALL_DATA} ${WRKSRC}/index.theme ${STAGEDIR}${THEME_DIR}
 .else
 	cd ${WRKSRC} && ${FIND} metacity-1 -name '*[^~]' | \
-		${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${THEME_DIR}
+		${CPIO} -pdu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${THEME_DIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-descr
==============================================================================
--- head/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-descr	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/gtk-aluminumalloy-volcanic-theme/pkg-descr	Mon Mar 10 09:17:29 2014	(r347726)
@@ -1,6 +1,4 @@
-This is a port the wonderful MacOS X theme Aluminum Alloy.  Original theme by
-Max Rudberg (http://www.maxthemes.com).
+This is a port the wonderful Mac OS X theme Aluminum Alloy.  Original theme
+created by Max Rudberg (http://www.maxrudberg.com/).
 
 Theme comes in several flavors: volcanic, smog, cryogenic, toxic.
-
-WWW: http://www.users.monornet.hu/linux/

Modified: head/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile
==============================================================================
--- head/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/metacity-aluminumalloy-cryogenic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -4,5 +4,4 @@
 TYPE=		metacity
 MASTERDIR=	${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/metacity-aluminumalloy-smog-theme/Makefile
==============================================================================
--- head/x11-themes/metacity-aluminumalloy-smog-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/metacity-aluminumalloy-smog-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -4,5 +4,4 @@
 TYPE=		metacity
 MASTERDIR=	${.CURDIR}/../gtk-aluminumalloy-smog-theme
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile
==============================================================================
--- head/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/metacity-aluminumalloy-toxic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -4,5 +4,4 @@
 TYPE=		metacity
 MASTERDIR=	${.CURDIR}/../gtk-aluminumalloy-toxic-theme
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile
==============================================================================
--- head/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile	Mon Mar 10 09:02:36 2014	(r347725)
+++ head/x11-themes/metacity-aluminumalloy-volcanic-theme/Makefile	Mon Mar 10 09:17:29 2014	(r347726)
@@ -4,5 +4,4 @@
 TYPE=		metacity
 MASTERDIR=	${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"



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