# HG changeset patch # User Aleksej Bobylev # Date 1375692001 -10800 # Node ID b042fcb86c796a87714f1997a2dc68527f466ba3 # Parent 874b0d62ff7e3020bf4ddcb6e74f3e867c697c76 slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu. diff -r 874b0d62ff7e -r b042fcb86c79 locale-el/receipt --- a/locale-el/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/locale-el/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -18,6 +18,11 @@ . $WOK/slitaz-i18n/stuff/locale-pack.functions . $WOK/slitaz-i18n/stuff/locale-pack.conf get_locale + + mkdir -p $fs/usr/share/lxpanel/images/xkb-flags + for i in us.png gr.png LICENSE.txt; do + install -m644 $stuff/$i $fs/usr/share/lxpanel/images/xkb-flags/$i + done } # Back to C if it's the last used locale. diff -r 874b0d62ff7e -r b042fcb86c79 locale-el/stuff/LICENSE.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale-el/stuff/LICENSE.txt Mon Aug 05 11:40:01 2013 +0300 @@ -0,0 +1,7 @@ +Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r 874b0d62ff7e -r b042fcb86c79 locale-el/stuff/gr.png Binary file locale-el/stuff/gr.png has changed diff -r 874b0d62ff7e -r b042fcb86c79 locale-el/stuff/us.png Binary file locale-el/stuff/us.png has changed diff -r 874b0d62ff7e -r b042fcb86c79 locale-fr/receipt --- a/locale-fr/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/locale-fr/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -25,3 +25,4 @@ { echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf } + diff -r 874b0d62ff7e -r b042fcb86c79 locale-hu/receipt --- a/locale-hu/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/locale-hu/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -25,3 +25,4 @@ { echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf } + diff -r 874b0d62ff7e -r b042fcb86c79 locale-pt_BR/receipt --- a/locale-pt_BR/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/locale-pt_BR/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -25,3 +25,4 @@ { echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf } + diff -r 874b0d62ff7e -r b042fcb86c79 locale-ru/receipt --- a/locale-ru/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/locale-ru/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -18,6 +18,11 @@ . $WOK/slitaz-i18n/stuff/locale-pack.functions . $WOK/slitaz-i18n/stuff/locale-pack.conf get_locale + + mkdir -p $fs/usr/share/lxpanel/images/xkb-flags + for i in us.png ru.png ua.png LICENSE.txt; do + install -m644 $stuff/$i $fs/usr/share/lxpanel/images/xkb-flags/$i + done } # Back to C if it's the last used locale. diff -r 874b0d62ff7e -r b042fcb86c79 locale-ru/stuff/LICENSE.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale-ru/stuff/LICENSE.txt Mon Aug 05 11:40:01 2013 +0300 @@ -0,0 +1,7 @@ +Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff -r 874b0d62ff7e -r b042fcb86c79 locale-ru/stuff/ru.png Binary file locale-ru/stuff/ru.png has changed diff -r 874b0d62ff7e -r b042fcb86c79 locale-ru/stuff/ua.png Binary file locale-ru/stuff/ua.png has changed diff -r 874b0d62ff7e -r b042fcb86c79 locale-ru/stuff/us.png Binary file locale-ru/stuff/us.png has changed diff -r 874b0d62ff7e -r b042fcb86c79 slitaz-configs/receipt --- a/slitaz-configs/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/slitaz-configs/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -37,6 +37,8 @@ cp -a $src/rootfs/usr/bin $fs/usr cp -a $src/rootfs/etc/lxpanel $fs/etc cp -a $src/rootfs/etc/slitaz $fs/etc + cp -a $install/etc/xdg/openbox/menu.en.xml $install/etc/xdg/openbox/menu.xml \ + $fs/etc/xdg/openbox chown -R root.root $fs } diff -r 874b0d62ff7e -r b042fcb86c79 slitaz-i18n/receipt --- a/slitaz-i18n/receipt Sat Aug 03 17:37:48 2013 +0300 +++ b/slitaz-i18n/receipt Mon Aug 05 11:40:01 2013 +0300 @@ -13,7 +13,7 @@ gparted gtk+ isomaster kbd leafpad libwebkit lostirc lxappearance lxpanel \ lxrandr lxtask mhwaveedit midori mtpaint nano obconf openbox parcellite parted \ spacefm popt retawq sakura transmission viewnior yad lxsession lxsession-edit \ -lxinput" +lxinput slitaz-configs" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()