pkgsrc/sysutils/gnome-menus/Makefile
wiz d3ac1928b0 Update to 2.10.1:
==============
Version 2.10.1
==============

  Fixes

	* Add support for new "type" argument to <MergeFile> (Mark)
	* Monitor <MergeDir>s for changes (Mark)
	* Make user desktop entries override system ones (Mark)
	* Make .directory files in <LegacyDir>s be pulled in (Mark)
	* Fix weirdess with [KDE Desktop Entry] files (Mark)
	* Fix <LegacyDir>s which don't contain any entries in the toplevel (Mark)
	* Make sure items in <LegacyDir>s as allocated (Mark)
	* Make <LegacyDir>s with a prefix work correctly (Mark)

  Translators

	* Adam Weinberger (en_CA)
	* Daniel van Eeden (nl)
2005-04-19 00:34:32 +00:00

46 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2005/04/19 00:34:32 wiz Exp $
#
DISTNAME= gnome-menus-2.10.1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.10/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= Implementation of the desktop menu specification for GNOME
GNU_CONFIGURE= yes
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
USE_PKGINSTALL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/libmenu/libgnome-menu.pc.in
EXAMPLEDIR= ${PREFIX}/share/examples/gnome-menus/xdg/menus
OWN_DIRS= ${PKG_SYSCONFDIR}/xdg/menus
CONF_FILES= ${EXAMPLEDIR}/applications.menu \
${PKG_SYSCONFDIR}/xdg/menus/applications.menu
CONF_FILES+= ${EXAMPLEDIR}/preferences.menu \
${PKG_SYSCONFDIR}/xdg/menus/preferences.menu
CONF_FILES+= ${EXAMPLEDIR}/settings.menu \
${PKG_SYSCONFDIR}/xdg/menus/settings.menu
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_MESSAGE.paths= "Fixing paths to installation prefix."
SUBST_FILES.paths= layout/*.menu
SUBST_SED.paths= -e 's|/usr/|${PREFIX}/|g'
SUBST_SED.paths+= -e 's|/etc/X11/applnk|${PREFIX}/share/kde/applnk/|g'
BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0
BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.10.0
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"