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