mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-28 09:22:27 +01:00
debian: Update with version 0.95.8-2 packaging.
This commit is contained in:
committed by
Carlos R. Mafra
parent
b07075aed3
commit
d6f754e747
29
debian/debianfiles/conf/plmenu.Debian
vendored
Normal file
29
debian/debianfiles/conf/plmenu.Debian
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
(
|
||||
Debian,
|
||||
(
|
||||
Applications,
|
||||
OPEN_PLMENU,
|
||||
"|| wmmenugen -parser:xdg /usr/share/applications/"
|
||||
),
|
||||
(Run..., EXEC, "%A(Run,Type command to run)"),
|
||||
(
|
||||
"Window Maker",
|
||||
("Info Panel ...", INFO_PANEL),
|
||||
("Legal Panel ...", LEGAL_PANEL),
|
||||
(Preferences, EXEC, WPrefs),
|
||||
("Refresh screen", REFRESH),
|
||||
(Restart, RESTART)
|
||||
),
|
||||
(
|
||||
WorkSpace,
|
||||
(Appearance, OPEN_MENU, appearance.menu),
|
||||
("Arrange Icons", ARRANGE_ICONS),
|
||||
("Clear Session", CLEAR_SESSION),
|
||||
("Hide Others", HIDE_OTHERS),
|
||||
("Save Session", SAVE_SESSION),
|
||||
("Show All", SHOW_ALL),
|
||||
(Workspaces, WORKSPACE_MENU)
|
||||
),
|
||||
(Exit, EXIT),
|
||||
("Exit session", SHUTDOWN)
|
||||
)
|
||||
26
debian/debianfiles/menu/wmappearance
vendored
26
debian/debianfiles/menu/wmappearance
vendored
@@ -1,26 +0,0 @@
|
||||
#!/usr/bin/install-menu
|
||||
#
|
||||
# Generates the Window Maker Appereance menu
|
||||
compat="menu-1"
|
||||
|
||||
#!include menu.h
|
||||
|
||||
genmenu="appearance.menu"
|
||||
rootprefix="/etc/GNUstep/Defaults"
|
||||
userprefix=shell("echo -n /${GNUSTEP_USER_ROOT-GNUstep}") "/Library/WindowMaker"
|
||||
treewalk=(M)
|
||||
|
||||
supported
|
||||
wmappearance = " \"" $title "\" " $command "\n"
|
||||
endsupported
|
||||
|
||||
# Please note that items should specify "section=Appearance"
|
||||
|
||||
preoutput="/* Automatically generated file. Do not edit. */\n\n#include \"wmmacros\"\n\n"
|
||||
|
||||
postoutput="\n"
|
||||
|
||||
mainmenutitle=""
|
||||
submenutitle= ""
|
||||
startmenu= ifnempty ($title, $title " MENU \n")
|
||||
endmenu= ifnempty ($title, $title " END \n")
|
||||
Reference in New Issue
Block a user