37575e4e2c
============ Version 0.23 ============ desktop-file-validate - Accept version 1.1 desktop files (Matthias Clasen). - Add Cinnamon, EDE and LXQt to the list of registered desktop environments (fdo#73497, fdo#56353, fdo#79561) (Michael Webster, David Faure, Jauhien Piatlicki). - Allow multipart/related MIME type; it's used for MHTML (fdo#93376) (Hans Petter Jansson). - Ensure DBusActivatable filenames conform to reverse-DNS notation (fdo#66904) (Hans Petter Jansson). - Downgrade trailing semicolons to optional (fdo#76902) (Jerome Leclanche). - Fix buffer over-read (fdo#94303) (Hans Petter Jansson; reported by Hanno Boeck and Agostino Sarubbo).
29 lines
888 B
Makefile
29 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.35 2016/06/30 17:42:18 wiz Exp $
|
|
|
|
DISTNAME= desktop-file-utils-0.23
|
|
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"
|