- make it possible to choose between different menu layouts (kde3, gnome)
using symlinks instead of being stuck with whatever was installed first ok jasper@
This commit is contained in:
parent
6d1a15f750
commit
27e509243a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2008/02/06 11:36:54 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2008/02/14 18:02:10 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT= implementation of the FreeDesktop Desktop Menu Spec
|
||||
GNOME_PROJECT= gnome-menus
|
||||
GNOME_VERSION= 2.20.3
|
||||
SHARED_LIBS += gnome-menu 3.11 # .3.19
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
|
||||
# GPL/LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
3
x11/gnome/menus/pkg/MESSAGE
Normal file
3
x11/gnome/menus/pkg/MESSAGE
Normal file
@ -0,0 +1,3 @@
|
||||
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
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2008/02/03 20:45:40 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2008/02/14 18:02:10 ajacoutot Exp $
|
||||
bin/gmenu-simple-editor
|
||||
bin/gnome-menu-spec-test
|
||||
include/gnome-menus/
|
||||
@ -29,7 +29,6 @@ lib/python${MODPY_VERSION}/site-packages/GMenuSimpleEditor/menutreemodel.pyo
|
||||
lib/python${MODPY_VERSION}/site-packages/gmenu.a
|
||||
lib/python${MODPY_VERSION}/site-packages/gmenu.la
|
||||
lib/python${MODPY_VERSION}/site-packages/gmenu.so
|
||||
share/applications/
|
||||
share/applications/gmenu-simple-editor.desktop
|
||||
share/desktop-directories/
|
||||
share/desktop-directories/Accessibility.directory
|
||||
@ -60,7 +59,7 @@ share/examples/gnome-menus/xdg/
|
||||
share/examples/gnome-menus/xdg/menus/
|
||||
@sample ${SYSCONFDIR}/xdg/menus/
|
||||
share/examples/gnome-menus/xdg/menus/applications.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/applications.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/gnome-applications.menu
|
||||
share/examples/gnome-menus/xdg/menus/preferences.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/preferences.menu
|
||||
share/examples/gnome-menus/xdg/menus/settings.menu
|
||||
@ -159,3 +158,4 @@ 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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.89 2008/01/25 17:36:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.90 2008/02/14 18:02:10 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= K Desktop Environment, libraries
|
||||
COMMENT-cups= K Desktop Environment, cups support
|
||||
@ -7,7 +7,7 @@ VERSION= 3.5.8
|
||||
DISTNAME= kdelibs-${VERSION}
|
||||
MASTER_SITES0= ftp://ftp.kde.org/pub/kde/security_patches/
|
||||
|
||||
PKGNAME-main= ${DISTNAME}p2
|
||||
PKGNAME-main= ${DISTNAME}p3
|
||||
PKGNAME-cups= kdecups-${VERSION}
|
||||
MODKDE_VERSION= 3.5.8
|
||||
SHARED_LIBS += DCOP 7.0 # .6.0
|
||||
|
3
x11/kde/libs3/pkg/MESSAGE-main
Normal file
3
x11/kde/libs3/pkg/MESSAGE-main
Normal file
@ -0,0 +1,3 @@
|
||||
To use the KDE3 layout as default for the applications menu, as root:
|
||||
ln -sf ${SYSCONFDIR}/xdg/menus/kde3-applications.menu \
|
||||
${SYSCONFDIR}/xdg/menus/applications.menu
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2008/01/25 17:36:17 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2008/02/14 18:02:10 ajacoutot Exp $
|
||||
@conflict kdebase-<3.5
|
||||
@conflict kdeartwork-<3.4
|
||||
@conflict kdeaddons-<3.4
|
||||
@ -1211,7 +1211,7 @@ share/apps/kde-conf-sample/
|
||||
share/apps/kde-conf-sample/xdg/
|
||||
share/apps/kde-conf-sample/xdg/menus/
|
||||
share/apps/kde-conf-sample/xdg/menus/applications.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/applications.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/kde3-applications.menu
|
||||
share/apps/kdeprint/
|
||||
share/apps/kdeprint/apsdriver1
|
||||
share/apps/kdeprint/apsdriver2
|
||||
@ -5696,3 +5696,4 @@ share/servicetypes/renamedlgplugin.desktop
|
||||
share/servicetypes/scriptinterface.desktop
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@exec ln -s ${SYSCONFDIR}/xdg/menus/kde3-applications.menu ${SYSCONFDIR}/xdg/menus/applications.menu 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user