1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

- 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)
This commit is contained in:
Alexey Dokuchaev 2014-03-10 09:17:29 +00:00
parent 474f975606
commit 0e939a01b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347726
9 changed files with 8 additions and 18 deletions

View File

@ -10,5 +10,4 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/distinfo
PLIST= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -10,5 +10,4 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/distinfo
PLIST= ${.CURDIR}/../gtk-aluminumalloy-smog-theme/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -10,5 +10,4 @@ MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
DISTINFO_FILE= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/distinfo
PLIST= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme/pkg-plist
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -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>

View File

@ -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/

View File

@ -4,5 +4,4 @@
TYPE= metacity
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -4,5 +4,4 @@
TYPE= metacity
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-smog-theme
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -4,5 +4,4 @@
TYPE= metacity
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -4,5 +4,4 @@
TYPE= metacity
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"