- Fix drag and drop cursors
- Add a link to the web site in pkg-descr
This commit is contained in:
parent
40e847a38e
commit
e972bb34fc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142169
@ -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` \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user