aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-07 15:21:45 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-09-07 15:21:45 +0000
commite972bb34fc737f30ea394a1c9ce96858e3223137 (patch)
tree16fb6226a8e5bfc22139efc413d472bf3f857324 /x11-themes
parent40e847a38eb6f4a828a1d909d7ac9cf286898d31 (diff)
downloadports-e972bb34fc737f30ea394a1c9ce96858e3223137.tar.gz
ports-e972bb34fc737f30ea394a1c9ce96858e3223137.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/cursor-bluecurve-theme/Makefile10
-rw-r--r--x11-themes/cursor-bluecurve-theme/pkg-descr2
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile
index a9fe12ce7f38..cf4d3f3ab634 100644
--- a/x11-themes/cursor-bluecurve-theme/Makefile
+++ b/x11-themes/cursor-bluecurve-theme/Makefile
@@ -14,6 +14,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/gdk-pixbuf-2.0.pc:${PORTSDIR}/x11-to
MASTERDIR= ${.CURDIR}/../bluecurve-themes
+USE_REINPLACE= yes
+
THEMES= Bluecurve Bluecurve-inverse
.for t in ${THEMES}
@@ -21,6 +23,14 @@ BC_HIERS+= ${WRKSRC}/art/cursor/${t}/${t}:${PREFIX}/lib/X11/icons/${t}/cursors
PLIST_DIRS+= lib/X11/icons/${t}/cursors lib/X11/icons/${t}
.endfor
+post-patch:
+.for t in ${THEMES}
+ @${REINPLACE_CMD} -e 's|dnd_|dnd-|' \
+ ${WRKSRC}/art/cursor/${t}/${t}.cursortheme
+.endfor
+ @${REINPLACE_CMD} -e 's|left-ptr-watch|left_ptr_watch|' \
+ ${WRKSRC}/art/cursor/Bluecurve-inverse/Bluecurve-inverse.cursortheme
+
do-build:
cd ${WRKSRC}/art/cursor/cursorthemegen \
&& ${CC} ${CFLAGS} `pkg-config --cflags --libs gdk-pixbuf-2.0` \
diff --git a/x11-themes/cursor-bluecurve-theme/pkg-descr b/x11-themes/cursor-bluecurve-theme/pkg-descr
index e88ae92482fe..7227649eb404 100644
--- a/x11-themes/cursor-bluecurve-theme/pkg-descr
+++ b/x11-themes/cursor-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 X cursor themes.
+WWW: http://fedora.redhat.com/projects/artwork/
+
- Jean-Yves Lefort
jylefort@FreeBSD.org