move window-managers to own directory and create own submenu "window manager" for them

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13568 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mirko 2008-12-09 22:45:05 +00:00
parent 0399d756b9
commit 24ff3478fe
8 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/enlightenment
SECTION:=xorg-wm
CATEGORY:=Xorg
SUBMENU:=window manager
TITLE:=Enlightenment e17 window manager
URL:=http://enlightenment.org
DEPENDS:=+libintl +libpthread +eet +evas +ecore +edje +efreet +edbus +dbus-utils +dejavu-fonts-ttf
@ -74,7 +75,7 @@ define Package/enlightenment/install
$(CP) $(PKG_INSTALL_DIR)/usr/bin/* $(1)/usr/bin/
$(CP) $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/
echo "#!/bin/sh" > $(1)/usr/bin/WM
echo -n "test -d ~/.e || /usr/bin/enlightenment_start -profile " >> $(1)/usr/bin/WM
echo -n "/usr/bin/enlightenment_start -profile " >> $(1)/usr/bin/WM
$(if $(CONFIG_E17_ILLUME),echo "illume" >> $(1)/usr/bin/WM)
$(if $(CONFIG_E17_MINIMALIST),echo "minimalist" >> $(1)/usr/bin/WM)
$(if $(CONFIG_E17_NETBOOK),echo "netbook" >> $(1)/usr/bin/WM)

View File

@ -27,6 +27,7 @@ CONFIGURE_ARGS+=--disable-xmb
define Package/fluxbox/Default
SECTION:=xorg-wm
CATEGORY:=Xorg
SUBMENU:=window manager
endef
define Package/fluxbox

View File

@ -28,6 +28,7 @@ define Package/matchbox
TITLE:=matchbox window manager
SECTION:=xorg-wm
CATEGORY:=Xorg
SUBMENU:=window manager
DEPENDS:=+libX11 +zlib +libfreetype +fontconfig +libmatchbox
endef