pkgsrc/sysutils/gnome-menus/Makefile
jmmv ede42cbc5f Update to 2.16.0:
==============
Version 2.16.0
==============

  Translators

	* Gabor Kelemen (hu)
	* Jovan Naumovski (mk)
	* Badral (mn)
	* Rahul Bhalerao (mr)
	* Matic Žgur (sl)
	* Onur Can Çakmak (tr)

===============
Version 2.15.91
===============

  Translators

	* Runa Bhattacharjee (bn_IN)
	* Francisco Javier F. Serrador (es)
	* Arangel Angov (mk)
	* Matic Žgur (sl)

===============
Version 2.15.90
===============

  Translators

	* Ani Peter (ml)
	* Subhransu Behera (or)
	* Theppitak Karoonboonyanan (th)

================
Version 2.15.4.1
================

  Fixes

	* Correctly update LT_VERSION (Vincent)

==============
Version 2.15.4
==============

  Features

	* Add new API to know if an application should be launched in a
	  terminal and to know the path to the desktop file (Travis Watkins)
	* Complete python bindings for the "No Display" flag (Travis Watkins)

  Menu Editor

	* Allow specifying alternate menu files as command line arguments
	  (William Jon McCann)

  Misc

	* Use po/LINGUAS (Wouter Bolsterlee)
	* Require intltool 0.35.0 (Vincent Untz)

  Translators

       * Runa Bhattacharjee (bn_IN)
       * Matheus Grandi (gn)
       * Swapnil Hajare (mr)
2006-09-15 15:10:57 +00:00

48 lines
1.5 KiB
Makefile

# $NetBSD: Makefile,v 1.25 2006/09/15 15:10:57 jmmv Exp $
#
DISTNAME= gnome-menus-2.16.0
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-menus/2.16/}
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.2
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
CONFIGURE_ARGS+= --disable-python
INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} menudir=${EXAMPLEDIR}
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_API_DEPENDS.glib2+= glib2>=2.6.0
BUILDLINK_API_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.10.0
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../mk/fam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"