From: <dom...@us...> - 2013-05-22 10:12:51
|
Revision: 445 http://sourceforge.net/p/fvwm-crystal/code/445 Author: dominique_libre Date: 2013-05-22 10:12:49 +0000 (Wed, 22 May 2013) Log Message: ----------- Makefile: added recipe/LapRight and the 48x48 fvwm-crystal and categories icons in dist-minimal Modified Paths: -------------- ChangeLog Makefile Modified: ChangeLog =================================================================== --- ChangeLog 2013-05-22 09:52:35 UTC (rev 444) +++ ChangeLog 2013-05-22 10:12:49 UTC (rev 445) @@ -4,7 +4,9 @@ moved the X session and desktop files to new location: shared apps/Thunar; recipes/*: make the IconBox to work togueter functions/Media; functions/Mixer: some icon changes - Makefile: adjusted the installation of the X session and desktop files + Makefile: adjusted the installation of the X session and desktop files; + added recipe/LapRight and the 48x48 fvwm-crystal and categories icons + in dist-minimal Mardi 21 Mai 2013 Dominque Michel scripts/ThunarCheckMounts; apps/Thunar: version 2 much simpler and better even Modified: Makefile =================================================================== --- Makefile 2013-05-22 09:52:35 UTC (rev 444) +++ Makefile 2013-05-22 10:12:49 UTC (rev 445) @@ -93,6 +93,9 @@ mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/32x32/apps" mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/32x32/categories" mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/32x32/fvwm-crystal" + mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/48x48" + mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/48x48/categories" + mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/48x48/fvwm-crystal" # Copy 22x22 application icons cp fvwm/icons/Default/22x22/apps/default.png fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/22x22/apps/ cp fvwm/icons/Default/22x22/apps/xterm.png fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/22x22/apps/ @@ -166,6 +169,10 @@ -exec cp -R -P {} "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/32x32/categories/" \; find fvwm/icons/Default/32x32/fvwm-crystal -maxdepth 1 ! -name "." ! -name ".*" ! -name "fvwm-crystal" \ -exec cp -R -P {} "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/32x32/fvwm-crystal/" \; + find fvwm/icons/Default/48x48/categories -maxdepth 1 ! -name "." ! -name ".*" ! -name "categories" \ + -exec cp -R -P {} "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/48x48/categories/" \; + find fvwm/icons/Default/48x48/fvwm-crystal -maxdepth 1 ! -name "." ! -name ".*" ! -name "fvwm-crystal" \ + -exec cp -R -P {} "fvwm-crystal-minimal-$(RELEASE)/fvwm/icons/Default/48x48/fvwm-crystal/" \; # Copy fvwm/locales/ mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/locale" find fvwm/locale -maxdepth 1 ! -name "." ! -name ".*" ! -name "locale" \ @@ -176,7 +183,7 @@ -exec cp -R -P {} "fvwm-crystal-minimal-$(RELEASE)/fvwm/preferences/" \; # Copy fvwm/recipes/ mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/recipes" - cp -r fvwm/recipes/Default fvwm/recipes/Light fvwm/recipes/Nebulae fvwm/recipes/TopLine fvwm-crystal-minimal-$(RELEASE)/fvwm/recipes + cp -r fvwm/recipes/Default fvwm/recipes/LapRight fvwm/recipes/Light fvwm/recipes/Nebulae fvwm/recipes/TopLine fvwm-crystal-minimal-$(RELEASE)/fvwm/recipes # Copy fvwm/scripts/ mkdir -p "fvwm-crystal-minimal-$(RELEASE)/fvwm/scripts" find fvwm/scripts -maxdepth 1 ! -name "." ! -name ".*" ! -name "scripts" \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |