Remove the symlink hack, we are now using XDG_MENU_PREFIX.

This commit is contained in:
ajacoutot 2009-11-14 16:39:44 +00:00
parent 81ba303723
commit d258ef71f1
3 changed files with 4 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.28 2009/10/11 21:21:47 jasper Exp $
# $OpenBSD: Makefile,v 1.29 2009/11/14 16:39:44 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,8 @@ COMMENT= implementation of the FreeDesktop Desktop Menu Spec
GNOME_PROJECT= gnome-menus
GNOME_VERSION= 2.28.0.1
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
SHARED_LIBS += gnome-menu 5.0 # .6.2
# GPLv2/LGPLv2

View File

@ -1,3 +0,0 @@
To use the GNOME layout as default for the applications menu, as root:
ln -sf ${SYSCONFDIR}/xdg/menus/gnome-applications.menu \
${SYSCONFDIR}/xdg/menus/applications.menu

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2009/10/11 10:05:34 jasper Exp $
@comment $OpenBSD: PLIST,v 1.14 2009/11/14 16:39:44 ajacoutot Exp $
bin/gmenu-simple-editor
include/gnome-menus/
include/gnome-menus/gmenu-tree.h
@ -183,4 +183,3 @@ share/locale/zh_HK/LC_MESSAGES/gnome-menus.mo
share/locale/zh_TW/LC_MESSAGES/gnome-menus.mo
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@exec ln -s ${SYSCONFDIR}/xdg/menus/gnome-applications.menu ${SYSCONFDIR}/xdg/menus/applications.menu 2> /dev/null || true