aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/icon-bluecurve-theme
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-07 15:25:00 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-07 15:25:00 +0000
commit072b0337f4cb76f2acd71996f88441fa714aaffd (patch)
tree86c5562dbd3f8de154bc5b959b27560d202016a2 /x11-themes/icon-bluecurve-theme
parent6a9c14c5e13c622b4ba8830d0113a4403b308c04 (diff)
downloadports-072b0337f4cb76f2acd71996f88441fa714aaffd.tar.gz
ports-072b0337f4cb76f2acd71996f88441fa714aaffd.zip
- Install weather and volume icons
- Install vendor symlinks - Add a link to the web site in pkg-descr
Notes
Notes: svn path=/head/; revision=142171
Diffstat (limited to 'x11-themes/icon-bluecurve-theme')
-rw-r--r--x11-themes/icon-bluecurve-theme/Makefile25
-rw-r--r--x11-themes/icon-bluecurve-theme/pkg-descr2
2 files changed, 25 insertions, 2 deletions
diff --git a/x11-themes/icon-bluecurve-theme/Makefile b/x11-themes/icon-bluecurve-theme/Makefile
index 19a4cb54273c..5097668f2e4e 100644
--- a/x11-themes/icon-bluecurve-theme/Makefile
+++ b/x11-themes/icon-bluecurve-theme/Makefile
@@ -16,6 +16,10 @@ MASTERDIR= ${.CURDIR}/../bluecurve-themes
BUILD_WRKSRC= ${WRKSRC}/art/icon/Bluecurve/sheets
BC_HIERS= ${BUILD_WRKSRC}/Bluecurve:${PREFIX}/share/icons/Bluecurve
+post-extract:
+ @cd ${WRKDIR} && \
+ ${TAR} -zxf WeatherIcons.tar.gz && ${TAR} -zxf volume.tar.gz
+
do-build:
${MKDIR} ${BUILD_WRKSRC}/Bluecurve
.for t in added apps dialogs emblems files stock ooo
@@ -25,8 +29,25 @@ do-build:
${BUILD_WRKSRC}/icons-${t}.icontheme
.endfor
${MKDIR} ${BUILD_WRKSRC}/Bluecurve/36x36/apps
- ${CP} -f ${BUILD_WRKSRC}/gnome-spinner*.png ${BUILD_WRKSRC}/Bluecurve/36x36/apps
- ${CP} -f ${WRKSRC}/art/icon/Bluecurve/index.theme ${BUILD_WRKSRC}/Bluecurve
+ ${MV} -f ${BUILD_WRKSRC}/gnome-spinner*.png ${BUILD_WRKSRC}/Bluecurve/36x36/apps
+ ${MV} -f ${WRKSRC}/art/icon/Bluecurve/index.theme ${BUILD_WRKSRC}/Bluecurve
+.for d in 16x16 20x20 24x24 32x32 48x48
+ ${MV} -f ${WRKDIR}/WeatherIcons/${d}/* ${BUILD_WRKSRC}/Bluecurve/${d}/stock
+ ${MV} -f ${WRKDIR}/volume/${d}/* ${BUILD_WRKSRC}/Bluecurve/${d}/stock
+.endfor
+ cd ${BUILD_WRKSRC}/Bluecurve/48x48/apps && \
+ ${LN} -sf gnome-main-menu.png gnome-logo-icon-transparent.png
+.for d in 16x16 24x24 32x32 48x48
+ cd ${BUILD_WRKSRC}/Bluecurve/${d}/apps && \
+ ${LN} -sf icon-db-user.png openofficeorg-base.png && \
+ ${LN} -sf redhat-spreadsheet.png openofficeorg-calc.png && \
+ ${LN} -sf icon-vector-editor.png openofficeorg-draw.png && \
+ ${LN} -sf redhat-presentations.png openofficeorg-impress.png && \
+ ${LN} -sf icon-calculator.png openofficeorg-math.png && \
+ ${LN} -sf redhat-word-processor.png openofficeorg-writer.png
+.endfor
+ cd ${BUILD_WRKSRC}/Bluecurve/48x48/filesystems && \
+ ${LN} -sf ../mimetypes/fileshare.png gnome-fs-ftp.png
pre-install:
@${ECHO_CMD} "@dirrm share/icons/Bluecurve" >> ${PLIST}
diff --git a/x11-themes/icon-bluecurve-theme/pkg-descr b/x11-themes/icon-bluecurve-theme/pkg-descr
index 38100ce33541..e07e009d4ec0 100644
--- a/x11-themes/icon-bluecurve-theme/pkg-descr
+++ b/x11-themes/icon-bluecurve-theme/pkg-descr
@@ -3,5 +3,7 @@ It attempts to provide an unified look for the open source desktop.
This port contains the Bluecurve icon set.
+WWW: http://fedora.redhat.com/projects/artwork/
+
- Jean-Yves Lefort
jylefort@FreeBSD.org