Missing update-desktop-database goo in PLIST.

This commit is contained in:
ajacoutot 2013-04-03 06:49:47 +00:00
parent 6679965f1a
commit d1a67e8b5c
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.26 2013/03/10 22:55:02 espie Exp $
# $OpenBSD: Makefile,v 1.27 2013/04/03 06:49:47 ajacoutot Exp $
COMMENT = music manager and player for GTK+ written in Python
V = 3.3
P = 1
DISTNAME = exaile-${V}.${P}
REVISION = 0
CATEGORIES = audio x11
@ -17,20 +18,22 @@ PERMIT_PACKAGE_CDROM = Yes
MODULES = lang/python
BUILD_DEPENDS = ${RUN_DEPENDS}
RUN_DEPENDS = x11/dbus-python>=0.82.1 \
COMMON_DEPENDS =x11/dbus-python>=0.82.1 \
devel/py-notify>=0.1.1 \
audio/py-mutagen>=1.11 \
audio/py-cddb>=1.4 \
x11/py-gtk2>=2.17 \
devel/libglade2 \
devel/desktop-file-utils \
multimedia/gstreamer-0.10/core \
multimedia/gstreamer-0.10/plugins-base \
multimedia/gstreamer-0.10/plugins-good \
multimedia/gstreamer-0.10/plugins-ugly \
multimedia/gstreamer-0.10/py-gstreamer
BUILD_DEPENDS = ${COMMON_DEPENDS}
RUN_DEPENDS = ${COMMON_DEPENDS} \
devel/desktop-file-utils
USE_GMAKE = Yes
TEST_TARGET= test

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.10 2013/01/11 10:17:19 giovanni Exp $
@comment $OpenBSD: PLIST,v 1.11 2013/04/03 06:49:47 ajacoutot Exp $
bin/exaile
lib/python${MODPY_VERSION}/site-packages/exaile/
lib/python${MODPY_VERSION}/site-packages/exaile/exaile.py
@ -1189,3 +1189,5 @@ share/locale/zh_CN/LC_MESSAGES/exaile.mo
share/locale/zh_TW/LC_MESSAGES/exaile.mo
share/pixmaps/
share/pixmaps/exaile.png
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database