diff --git a/x11/gnome/menus/Makefile b/x11/gnome/menus/Makefile index b17ce026107..2459a49234c 100644 --- a/x11/gnome/menus/Makefile +++ b/x11/gnome/menus/Makefile @@ -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 diff --git a/x11/gnome/menus/pkg/MESSAGE b/x11/gnome/menus/pkg/MESSAGE deleted file mode 100644 index 495eded677c..00000000000 --- a/x11/gnome/menus/pkg/MESSAGE +++ /dev/null @@ -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 diff --git a/x11/gnome/menus/pkg/PLIST b/x11/gnome/menus/pkg/PLIST index 62cce2fe41e..60b2ce77ad1 100644 --- a/x11/gnome/menus/pkg/PLIST +++ b/x11/gnome/menus/pkg/PLIST @@ -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