diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-09-07 15:21:45 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-09-07 15:21:45 +0000 |
commit | 3f1c4dee4188c5a35c69d2571edef889f498e523 (patch) | |
tree | 928f27336c09aa71e4b96c41c43a01330fccbedb /x11-themes | |
parent | bab0927fcd3dbd7a70d7ba643cc108a723147355 (diff) | |
download | FreeBSD-ports-3f1c4dee4188c5a35c69d2571edef889f498e523.zip FreeBSD-ports-3f1c4dee4188c5a35c69d2571edef889f498e523.tar.gz |
- Fix drag and drop cursors
- Add a link to the web site in pkg-descr
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/cursor-bluecurve-theme/Makefile | 10 | ||||
-rw-r--r-- | x11-themes/cursor-bluecurve-theme/pkg-descr | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-themes/cursor-bluecurve-theme/Makefile b/x11-themes/cursor-bluecurve-theme/Makefile index a9fe12c..cf4d3f3 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 e88ae92..7227649 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 |