mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- move the post-install message into pkg-message
- make the message more explicit (why you HAVE to install a theme) - move the gdkpixbuf dependency into USE_GNOME
This commit is contained in:
parent
51a0a3e103
commit
b4691fda76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81691
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= xmms-gdancer
|
||||
PORTVERSION= 0.4.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.figz.com/gdancer/files/
|
||||
DISTNAME= gdancer-$(PORTVERSION)
|
||||
@ -14,11 +15,10 @@ DISTNAME= gdancer-$(PORTVERSION)
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
COMMENT= XMMS Visualization plugin, displays dancing figures
|
||||
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms \
|
||||
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf
|
||||
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gtk12
|
||||
USE_GNOME= gtk12 gdkpixbuf
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
@ -27,9 +27,6 @@ CONFIGURE_ARGS= --enable-pixbuf
|
||||
|
||||
post-install:
|
||||
-${RM} ${PREFIX}/lib/xmms/Visualization/gdancer.la
|
||||
@${ECHO_CMD} +++
|
||||
@${ECHO_CMD} Now you have to install some themes from http://www.figz.com/gdancer/themes.php
|
||||
@${ECHO_CMD} into .xmms/gdancer_themes. If it does not exist in your HOME directory, just
|
||||
@${ECHO_CMD} create it.
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
10
graphics/xmms-gdancer/pkg-message
Normal file
10
graphics/xmms-gdancer/pkg-message
Normal file
@ -0,0 +1,10 @@
|
||||
+++++
|
||||
|
||||
Now you HAVE to install some themes from http://www.figz.com/gdancer/themes.php
|
||||
into .xmms/gdancer_themes/<name_of_theme>. If it does not exist in your home
|
||||
directory, just create it.
|
||||
|
||||
If you don't install a theme, you don't see a dancer and you will get
|
||||
some GTK errors.
|
||||
|
||||
+++++
|
Loading…
Reference in New Issue
Block a user