wok rev 14909
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.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Aug 05 11:40:01 2013 +0300 (2013-08-05) |
parents | 874b0d62ff7e |
children | 979836586186 |
files | locale-el/receipt locale-el/stuff/LICENSE.txt locale-el/stuff/gr.png locale-el/stuff/us.png locale-fr/receipt locale-hu/receipt locale-pt_BR/receipt locale-ru/receipt locale-ru/stuff/LICENSE.txt locale-ru/stuff/ru.png locale-ru/stuff/ua.png locale-ru/stuff/us.png slitaz-configs/receipt slitaz-i18n/receipt |
line diff
1.1 --- a/locale-el/receipt Sat Aug 03 17:37:48 2013 +0300 1.2 +++ b/locale-el/receipt Mon Aug 05 11:40:01 2013 +0300 1.3 @@ -18,6 +18,11 @@ 1.4 . $WOK/slitaz-i18n/stuff/locale-pack.functions 1.5 . $WOK/slitaz-i18n/stuff/locale-pack.conf 1.6 get_locale 1.7 + 1.8 + mkdir -p $fs/usr/share/lxpanel/images/xkb-flags 1.9 + for i in us.png gr.png LICENSE.txt; do 1.10 + install -m644 $stuff/$i $fs/usr/share/lxpanel/images/xkb-flags/$i 1.11 + done 1.12 } 1.13 1.14 # Back to C if it's the last used locale.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/locale-el/stuff/LICENSE.txt Mon Aug 05 11:40:01 2013 +0300 2.3 @@ -0,0 +1,7 @@ 2.4 +Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ 2.5 + 2.6 +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: 2.7 + 2.8 +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 2.9 + 2.10 +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.
3.1 Binary file locale-el/stuff/gr.png has changed
4.1 Binary file locale-el/stuff/us.png has changed
5.1 --- a/locale-fr/receipt Sat Aug 03 17:37:48 2013 +0300 5.2 +++ b/locale-fr/receipt Mon Aug 05 11:40:01 2013 +0300 5.3 @@ -25,3 +25,4 @@ 5.4 { 5.5 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf 5.6 } 5.7 +
6.1 --- a/locale-hu/receipt Sat Aug 03 17:37:48 2013 +0300 6.2 +++ b/locale-hu/receipt Mon Aug 05 11:40:01 2013 +0300 6.3 @@ -25,3 +25,4 @@ 6.4 { 6.5 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf 6.6 } 6.7 +
7.1 --- a/locale-pt_BR/receipt Sat Aug 03 17:37:48 2013 +0300 7.2 +++ b/locale-pt_BR/receipt Mon Aug 05 11:40:01 2013 +0300 7.3 @@ -25,3 +25,4 @@ 7.4 { 7.5 echo -e "LANG=C\nLC_ALL=C" > /etc/locale.conf 7.6 } 7.7 +
8.1 --- a/locale-ru/receipt Sat Aug 03 17:37:48 2013 +0300 8.2 +++ b/locale-ru/receipt Mon Aug 05 11:40:01 2013 +0300 8.3 @@ -18,6 +18,11 @@ 8.4 . $WOK/slitaz-i18n/stuff/locale-pack.functions 8.5 . $WOK/slitaz-i18n/stuff/locale-pack.conf 8.6 get_locale 8.7 + 8.8 + mkdir -p $fs/usr/share/lxpanel/images/xkb-flags 8.9 + for i in us.png ru.png ua.png LICENSE.txt; do 8.10 + install -m644 $stuff/$i $fs/usr/share/lxpanel/images/xkb-flags/$i 8.11 + done 8.12 } 8.13 8.14 # Back to C if it's the last used locale.
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/locale-ru/stuff/LICENSE.txt Mon Aug 05 11:40:01 2013 +0300 9.3 @@ -0,0 +1,7 @@ 9.4 +Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/ 9.5 + 9.6 +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: 9.7 + 9.8 +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 9.9 + 9.10 +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.
10.1 Binary file locale-ru/stuff/ru.png has changed
11.1 Binary file locale-ru/stuff/ua.png has changed
12.1 Binary file locale-ru/stuff/us.png has changed
13.1 --- a/slitaz-configs/receipt Sat Aug 03 17:37:48 2013 +0300 13.2 +++ b/slitaz-configs/receipt Mon Aug 05 11:40:01 2013 +0300 13.3 @@ -37,6 +37,8 @@ 13.4 cp -a $src/rootfs/usr/bin $fs/usr 13.5 cp -a $src/rootfs/etc/lxpanel $fs/etc 13.6 cp -a $src/rootfs/etc/slitaz $fs/etc 13.7 + cp -a $install/etc/xdg/openbox/menu.en.xml $install/etc/xdg/openbox/menu.xml \ 13.8 + $fs/etc/xdg/openbox 13.9 13.10 chown -R root.root $fs 13.11 }
14.1 --- a/slitaz-i18n/receipt Sat Aug 03 17:37:48 2013 +0300 14.2 +++ b/slitaz-i18n/receipt Mon Aug 05 11:40:01 2013 +0300 14.3 @@ -13,7 +13,7 @@ 14.4 gparted gtk+ isomaster kbd leafpad libwebkit lostirc lxappearance lxpanel \ 14.5 lxrandr lxtask mhwaveedit midori mtpaint nano obconf openbox parcellite parted \ 14.6 spacefm popt retawq sakura transmission viewnior yad lxsession lxsession-edit \ 14.7 -lxinput" 14.8 +lxinput slitaz-configs" 14.9 14.10 # Rules to gen a SliTaz package suitable for Tazpkg. 14.11 genpkg_rules()