Regen PLIST and add desktop-file-utils as a run dep, since the last

commit started installing the .desktop files inside ${PREFIX}..
While there, adjust MAKE_FLAGS so the compiler command-lines aren't hidden.
This commit is contained in:
sthen 2012-02-21 22:34:19 +00:00
parent a9bb0a36e7
commit 680c6fa79c
2 changed files with 11 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.16 2012/02/19 20:55:33 edd Exp $
# $OpenBSD: Makefile,v 1.17 2012/02/21 22:34:19 sthen Exp $
COMMENT = pdf viewer with vi-like keybindings
DISTNAME = zathura-0.0.8.5
REVISION = 0
REVISION = 1
CATEGORIES = textproc x11
@ -28,13 +28,16 @@ WANTLIB += xcb xcb-render xcb-shm z
MASTER_SITES = https://pwmt.org/download/
BUILD_DEPENDS = textproc/py-docutils
RUN_DEPENDS = devel/desktop-file-utils
LIB_DEPENDS = devel/atk \
graphics/gdk-pixbuf2 \
print/poppler \
x11/gtk+2
MAKE_FLAGS = MANPREFIX=${WRKINST}/${PREFIX}/man \
DESKTOPPREFIX=${WRKINST}/${PREFIX}/share/applications CC=${CC}
MAKE_FLAGS = MANPREFIX=${WRKINST}/${PREFIX}/man \
DESKTOPPREFIX=${WRKINST}/${PREFIX}/share/applications \
CC="${CC}" \
VERBOSE=1
FAKE_FLAGS = DESTDIR=''
USE_GMAKE = Yes

View File

@ -1,4 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2012/01/18 15:58:32 landry Exp $
@comment $OpenBSD: PLIST,v 1.3 2012/02/21 22:34:19 sthen Exp $
@bin bin/zathura
@man man/man1/zathura.1
@man man/man5/zathurarc.5
share/applications/zathura.desktop
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database