From 969778e09fea4ee3d0a376ec8c9633b92621e34e Mon Sep 17 00:00:00 2001 From: Jose Maria Celorio Date: Wed, 25 Jul 2001 08:25:56 +0000 Subject: [PATCH] Sawfish will go in -plus --- capplets/desktop-links/Sawfish/.cvsignore | 6 -- capplets/desktop-links/Sawfish/Makefile.am | 68 ++++++++++++++++++ .../Sawfish/Sawfish.directory.in.in | 5 ++ .../Sawfish/appearance-properties.desktop.in | 7 ++ .../Sawfish/bindings-properties.desktop.in | 7 ++ .../Sawfish/focus-properties.desktop.in | 15 ++++ .../Sawfish/match-properties.desktop.in | 7 ++ .../Sawfish/maximize-properties.desktop.in | 7 ++ .../Sawfish/meta-properties.desktop.in | 7 ++ .../Sawfish/misc-properties.desktop.in | 8 +++ .../Sawfish/move-properties.desktop.in | 7 ++ .../Sawfish/placement-properties.desktop.in | 7 ++ .../desktop-links/Sawfish/sawfish-group.png | Bin 0 -> 3047 bytes .../Sawfish/sound-properties.desktop.in | 7 ++ .../Sawfish/workspace-properties.desktop.in | 7 ++ 15 files changed, 159 insertions(+), 6 deletions(-) delete mode 100644 capplets/desktop-links/Sawfish/.cvsignore create mode 100644 capplets/desktop-links/Sawfish/Makefile.am create mode 100644 capplets/desktop-links/Sawfish/Sawfish.directory.in.in create mode 100644 capplets/desktop-links/Sawfish/appearance-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/bindings-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/focus-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/match-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/maximize-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/meta-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/misc-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/move-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/placement-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/sawfish-group.png create mode 100644 capplets/desktop-links/Sawfish/sound-properties.desktop.in create mode 100644 capplets/desktop-links/Sawfish/workspace-properties.desktop.in diff --git a/capplets/desktop-links/Sawfish/.cvsignore b/capplets/desktop-links/Sawfish/.cvsignore deleted file mode 100644 index 626cb8cf5..000000000 --- a/capplets/desktop-links/Sawfish/.cvsignore +++ /dev/null @@ -1,6 +0,0 @@ -Sawfish.directory -*.desktop -Makefile -Makefile.in -*.directory -*.directory.in diff --git a/capplets/desktop-links/Sawfish/Makefile.am b/capplets/desktop-links/Sawfish/Makefile.am new file mode 100644 index 000000000..568529a37 --- /dev/null +++ b/capplets/desktop-links/Sawfish/Makefile.am @@ -0,0 +1,68 @@ +## .desktop files +## +## translate foo.desktop.in and create a foo.desktop file. +## + +capplets = \ + appearance-properties \ + misc-properties \ + bindings-properties \ + move-properties \ + focus-properties \ + placement-properties \ + match-properties \ + sound-properties \ + maximize-properties \ + workspace-properties \ + meta-properties + +## +## Pixmaps +## + +pixmaps_DATA = $(group_icon) +pixmapsdir = $(GNOMECC_ICONS_DIR) + + +## +## dekstop files +## +desktop_files = $(capplets:=.desktop) +desktop_in_files = $(desktop_files:.desktop=.desktop.in) + +cappletsdir = $(datadir)/control-center/capplets/Sawfish +capplets_DATA = $(desktop_files) + +EXTRA_DIST = $(desktop_in_files) Sawfish.directory.in.in $(pixmaps_DATA) + +$(desktop_files): %.desktop: %.desktop.in + $(top_builddir)/xml-i18n-merge -d $(top_srcdir)/po $< $@ + + +## Create the .directory file +## +## foo.directory.in is created from foo.directory.in.in and substituting the Icon field with +## the full path of the icon. +## foo.directory.in is merged with the translations to create foo.directory +## foo.directory is installed and renamed +## +groups = Sawfish +group_icon = sawfish-group.png +groups_files = $(groups:=.directory) +groups_in_files = $(groups_files:.directory=.directory.in) + +Gnomeccdir = $(datadir)/control-center/capplets/$(groups) +Gnomecc_DATA = $(groups_files) + +$(groups_in_files): %.directory.in: %.directory.in.in + sed s#Icon=\.*#Icon=$(GNOMECC_ICONS_DIR)/${group_icon}# < $< > $@ + +$(groups_files): %.directory: %.directory.in + $(top_builddir)/xml-i18n-merge -d $(top_srcdir)/po $< $@ + +## We need to install this ourselves cause we change the name of the +## file to .directory. +install-data-local: + $(mkinstalldirs) $(DESTDIR)$(Gnomeccdirp) + $(INSTALL_DATA) Sawfish.directory $(DESTDIR)$(Gnomeccdir)/.directory + diff --git a/capplets/desktop-links/Sawfish/Sawfish.directory.in.in b/capplets/desktop-links/Sawfish/Sawfish.directory.in.in new file mode 100644 index 000000000..29098b4f7 --- /dev/null +++ b/capplets/desktop-links/Sawfish/Sawfish.directory.in.in @@ -0,0 +1,5 @@ +[Desktop Entry] +_Name=Sawfish window manager +_Comment=Control Center Menu +Icon=gnome-ccwindowmanager.png +Type=Directory diff --git a/capplets/desktop-links/Sawfish/appearance-properties.desktop.in b/capplets/desktop-links/Sawfish/appearance-properties.desktop.in new file mode 100644 index 000000000..68414fc80 --- /dev/null +++ b/capplets/desktop-links/Sawfish/appearance-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Appearance +_Comment=Configure window appearance +Exec=sawfish-capplet --sawfish-group=appearance +Icon=sawfish-appearance.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/bindings-properties.desktop.in b/capplets/desktop-links/Sawfish/bindings-properties.desktop.in new file mode 100644 index 000000000..1e352a302 --- /dev/null +++ b/capplets/desktop-links/Sawfish/bindings-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Shortcuts +_Comment=Configure key shortcuts +Exec=sawfish-capplet --sawfish-group=bindings +Icon=sawfish-shortcuts.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/focus-properties.desktop.in b/capplets/desktop-links/Sawfish/focus-properties.desktop.in new file mode 100644 index 000000000..b238f46ea --- /dev/null +++ b/capplets/desktop-links/Sawfish/focus-properties.desktop.in @@ -0,0 +1,15 @@ +[Desktop Entry] +_Name=Focus behavior +_Comment=Configure window focusing +Exec=sawfish-capplet --sawfish-group=focus +Icon=sawfish-focus.png +Terminal=0 +Type=Application + + + + + + + + diff --git a/capplets/desktop-links/Sawfish/match-properties.desktop.in b/capplets/desktop-links/Sawfish/match-properties.desktop.in new file mode 100644 index 000000000..3dfe7ef5d --- /dev/null +++ b/capplets/desktop-links/Sawfish/match-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Matched Windows +_Comment=Configure window properties +Exec=sawfish-capplet --sawfish-group=match-window +Icon=sawfish-matched.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/maximize-properties.desktop.in b/capplets/desktop-links/Sawfish/maximize-properties.desktop.in new file mode 100644 index 000000000..38e6717f2 --- /dev/null +++ b/capplets/desktop-links/Sawfish/maximize-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Minimizing and Maximizing +_Comment=Configure window minimization and maximization +Exec=sawfish-capplet --sawfish-group=min-max +Icon=sawfish-minmax.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/meta-properties.desktop.in b/capplets/desktop-links/Sawfish/meta-properties.desktop.in new file mode 100644 index 000000000..921230b3a --- /dev/null +++ b/capplets/desktop-links/Sawfish/meta-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Meta +_Comment=Configure window manager configuration properties +Exec=sawfish-capplet --sawfish-no-flatten +Icon=gnome-ccdialog.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/misc-properties.desktop.in b/capplets/desktop-links/Sawfish/misc-properties.desktop.in new file mode 100644 index 000000000..e9f2884fd --- /dev/null +++ b/capplets/desktop-links/Sawfish/misc-properties.desktop.in @@ -0,0 +1,8 @@ +[Desktop Entry] +_Name=Miscellaneous +_Comment=Configure miscellaneous window features +Exec=sawfish-capplet --sawfish-group=misc +Icon=sawfish-misc.png +Terminal=0 +Type=Application + diff --git a/capplets/desktop-links/Sawfish/move-properties.desktop.in b/capplets/desktop-links/Sawfish/move-properties.desktop.in new file mode 100644 index 000000000..0d3bb49de --- /dev/null +++ b/capplets/desktop-links/Sawfish/move-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Moving and Resizing +_Comment=Configure window move/resize +Exec=sawfish-capplet --sawfish-group=move +Icon=sawfish-moveresize.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/placement-properties.desktop.in b/capplets/desktop-links/Sawfish/placement-properties.desktop.in new file mode 100644 index 000000000..04b0aef2e --- /dev/null +++ b/capplets/desktop-links/Sawfish/placement-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Placement +_Comment=Configure window placement +Exec=sawfish-capplet --sawfish-group=placement +Icon=sawfish-placement.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/sawfish-group.png b/capplets/desktop-links/Sawfish/sawfish-group.png new file mode 100644 index 0000000000000000000000000000000000000000..ef95bcd47bad8f971cc6f065fca77cf404e2e334 GIT binary patch literal 3047 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 literal 0 HcmV?d00001 diff --git a/capplets/desktop-links/Sawfish/sound-properties.desktop.in b/capplets/desktop-links/Sawfish/sound-properties.desktop.in new file mode 100644 index 000000000..abbe7e3c4 --- /dev/null +++ b/capplets/desktop-links/Sawfish/sound-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Sound +_Comment=Enable window manager sound events +Exec=sawfish-capplet --sawfish-group=audio +Icon=gnome-multimedia.png +Terminal=0 +Type=Application diff --git a/capplets/desktop-links/Sawfish/workspace-properties.desktop.in b/capplets/desktop-links/Sawfish/workspace-properties.desktop.in new file mode 100644 index 000000000..235f5b3bc --- /dev/null +++ b/capplets/desktop-links/Sawfish/workspace-properties.desktop.in @@ -0,0 +1,7 @@ +[Desktop Entry] +_Name=Workspaces +_Comment=Configure workspaces +Exec=sawfish-capplet --sawfish-group=workspace +Icon=sawfish-workspaces.png +Terminal=0 +Type=Application