- remove p5-XML-Parser as BUILD_DEPENDS, already here because of

texproc/intltool
- remove unneeded gtk-update-icon-cache, icons are not installed in
 ${PREFIX}/share/hicolor and there is no index.theme.
- remove hicolor-icon-theme from RUN_DEPENDS while here, and bump PKGNAME.

spotted by ajacoutot@, thanks !
This commit is contained in:
landry 2008-01-26 12:13:51 +00:00
parent 724d7f7c0e
commit 3d5314f47f
2 changed files with 5 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2007/12/16 19:13:08 jasper Exp $
# $OpenBSD: Makefile,v 1.20 2008/01/26 12:13:51 landry Exp $
COMMENT= gnome music player client
VERSION= 0.15.5.0
DISTNAME= gmpc-${VERSION}
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= audio
MAINTAINER= Landry Breuil <gaston@gcu.info>
@ -36,9 +36,8 @@ USE_X11= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
BUILD_DEPENDS= ::textproc/p5-XML-Parser
RUN_DEPENDS= ::x11/hicolor-icon-theme \
:desktop-file-utils-*:devel/desktop-file-utils
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+= --enable-configdir \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2007/12/15 18:56:35 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.6 2008/01/26 12:13:51 landry Exp $
bin/gmpc
include/gmpc/
include/gmpc/TreeSearchWidget.h
@ -83,7 +83,5 @@ share/locale/pl/LC_MESSAGES/gmpc.mo
share/locale/ru/LC_MESSAGES/gmpc.mo
share/pixmaps/
share/pixmaps/gmpc.png
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database