mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +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:
parent
474f975606
commit
0e939a01b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347726
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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/
|
||||
|
@ -4,5 +4,4 @@
|
||||
TYPE= metacity
|
||||
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-cryogenic-theme
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -4,5 +4,4 @@
|
||||
TYPE= metacity
|
||||
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-smog-theme
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -4,5 +4,4 @@
|
||||
TYPE= metacity
|
||||
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-toxic-theme
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
@ -4,5 +4,4 @@
|
||||
TYPE= metacity
|
||||
MASTERDIR= ${.CURDIR}/../gtk-aluminumalloy-volcanic-theme
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/Makefile"
|
||||
|
Loading…
Reference in New Issue
Block a user