0250ed233c
============ Version 0.22 ============ desktop-file-validate - add DBusActivatable key to allowed keys (Matthias Clasen) - warn about OnlyShowIn in Action groups (Matthias Clasen) - allow validating multiple desktop files (Matthias Clasen) - improve help output (Matthias Clasen) - update man page (Matthias Clasen) update-desktop-database - list only once a desktop file per mime type (Vincent) misc - honor NOCONFIGURE=1 (Colin Walters)
29 lines
888 B
Makefile
29 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.34 2013/09/02 16:08:11 wiz Exp $
|
|
|
|
DISTNAME= desktop-file-utils-0.22
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.freedesktop.org/wiki/Software/desktop-file-utils
|
|
COMMENT= Utilities to manage desktop entries
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= EMACS=no
|
|
|
|
FILES_SUBST+= APPLICATIONS_PATH="${PREFIX}/share/applications"
|
|
FILES_SUBST+= UPDATE_DESKTOPDB="${PREFIX}/bin/update-desktop-database"
|
|
|
|
PRINT_PLIST_AWK+= /^share\/applications\/mimeinfo.cache$$/ \
|
|
{ print "@comment in INSTALL script: " $$0; \
|
|
next; }
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|