wok-next rev 14907
lxinput: up 0.3.2; openbox: fix pipe menu display; slitaz-i18n: add missing core packages; tiny edits.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Aug 02 15:13:41 2013 +0300 (2013-08-02) |
parents | 153f3ed96c2d |
children | 874b0d62ff7e |
files | locale-cs/receipt lxde/stuff/lxde-logout.desktop lxde/stuff/xsessions/LXDE.desktop lxinput/receipt lxsession-edit/receipt lxsession/receipt openbox/stuff/open-folder-menu.sh slitaz-i18n/stuff/locale-pack.conf |
line diff
1.1 --- a/locale-cs/receipt Wed Jul 31 21:06:55 2013 +0200 1.2 +++ b/locale-cs/receipt Fri Aug 02 15:13:41 2013 +0300 1.3 @@ -5,10 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Czech locale pack." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 +WEB_SITE="http://www.slitaz.org/" 1.8 + 1.9 +WANTED="slitaz-i18n" 1.10 DEPENDS="glibc-base" 1.11 BUILD_DEPENDS="glibc glibc-locale slitaz-i18n" 1.12 -WEB_SITE="http://www.slitaz.org/" 1.13 -WANTED="slitaz-i18n" 1.14 1.15 LOCALE="cs" 1.16 LOCALEDEF="cs_CZ"
2.1 --- a/lxde/stuff/lxde-logout.desktop Wed Jul 31 21:06:55 2013 +0200 2.2 +++ b/lxde/stuff/lxde-logout.desktop Fri Aug 02 15:13:41 2013 +0300 2.3 @@ -1,11 +1,11 @@ 2.4 [Desktop Entry] 2.5 Type=Application 2.6 -Icon=slitaz-logout 2.7 -Exec=lxde-logout 2.8 Name=LXSession Log Out 2.9 Name[fr]=Déconnexion de LXSession 2.10 Name[it]=Esci LXSession 2.11 Name[pt_BR]=Encerrar LXSessão 2.12 -Name[ru]=Выйти LXSession 2.13 +Name[ru]=Завершить сеанс 2.14 +Exec=lxde-logout 2.15 +Icon=slitaz-logout 2.16 Categories=System; 2.17 OnlyShowIn=LXDE;
3.1 --- a/lxde/stuff/xsessions/LXDE.desktop Wed Jul 31 21:06:55 2013 +0200 3.2 +++ b/lxde/stuff/xsessions/LXDE.desktop Fri Aug 02 15:13:41 2013 +0300 3.3 @@ -3,4 +3,5 @@ 3.4 Type=XSession 3.5 Name=LXDE Desktop 3.6 Name[fr]=Bureau LXDE 3.7 +Name[ru]=Рабочий стол LXDE 3.8 Exec=lxde-session
4.1 --- a/lxinput/receipt Wed Jul 31 21:06:55 2013 +0200 4.2 +++ b/lxinput/receipt Fri Aug 02 15:13:41 2013 +0300 4.3 @@ -1,13 +1,14 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="lxinput" 4.7 -VERSION="0.3.1" 4.8 +VERSION="0.3.2" 4.9 CATEGORY="x-window" 4.10 SHORT_DESC="LXDE input manager (Keyboard and mouse settings)." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 +LICENSE="GPL3" 4.13 +WEB_SITE="http://lxde.org" 4.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.15 WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL" 4.16 -WEB_SITE="http://lxde.org" 4.17 4.18 DEPENDS="gtk+" 4.19 BUILD_DEPENDS="gtk+-dev" 4.20 @@ -15,7 +16,6 @@ 4.21 # Rules to configure and make the package. 4.22 compile_rules() 4.23 { 4.24 - cd $src 4.25 ./configure \ 4.26 $CONFIGURE_ARGS && 4.27 make && make install
5.1 --- a/lxsession-edit/receipt Wed Jul 31 21:06:55 2013 +0200 5.2 +++ b/lxsession-edit/receipt Fri Aug 02 15:13:41 2013 +0300 5.3 @@ -5,9 +5,10 @@ 5.4 CATEGORY="x-window" 5.5 SHORT_DESC="LXDE X session manager editor." 5.6 MAINTAINER="pankso@slitaz.org" 5.7 +LICENSE="GPL2" 5.8 +WEB_SITE="http://wiki.lxde.org/en/LXSession_Edit" 5.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 5.10 WGET_URL="$SF_MIRROR/lxde/LXSession%20Edit/lxsession-edit%20$VERSION/$TARBALL" 5.11 -WEB_SITE="http://wiki.lxde.org/en/LXSession_Edit" 5.12 5.13 DEPENDS="gtk+ lxsession" 5.14 BUILD_DEPENDS="gtk+-dev" 5.15 @@ -15,7 +16,6 @@ 5.16 # Rules to configure and make the package. 5.17 compile_rules() 5.18 { 5.19 - cd $src 5.20 ./configure \ 5.21 --sysconfdir=/etc \ 5.22 $CONFIGURE_ARGS &&
6.1 --- a/lxsession/receipt Wed Jul 31 21:06:55 2013 +0200 6.2 +++ b/lxsession/receipt Fri Aug 02 15:13:41 2013 +0300 6.3 @@ -5,13 +5,16 @@ 6.4 CATEGORY="x-window" 6.5 SHORT_DESC="LXDE X session manager." 6.6 MAINTAINER="pankso@slitaz.org" 6.7 +LICENSE="GPL2" 6.8 +WEB_SITE="http://wiki.lxde.org/en/LXSession" 6.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.10 WGET_URL="$SF_MIRROR/lxde/LXSession%20%28session%20manager%29/LXSession%200.4.6.1/$TARBALL" 6.11 -WEB_SITE="http://wiki.lxde.org/en/LXSession" 6.12 6.13 DEPENDS="gtk+ dbus" 6.14 BUILD_DEPENDS="gtk+-dev dbus-dev" 6.15 6.16 +# next lxsession-0.4.9.2 require gee-1.0 6.17 + 6.18 # Rules to configure and make the package. 6.19 compile_rules() 6.20 {
7.1 --- a/openbox/stuff/open-folder-menu.sh Wed Jul 31 21:06:55 2013 +0200 7.2 +++ b/openbox/stuff/open-folder-menu.sh Fri Aug 02 15:13:41 2013 +0300 7.3 @@ -1,29 +1,23 @@ 7.4 #!/bin/sh 7.5 # 7.6 -# Openbox pipe menu to launch SpaceFM using GTK bookmarks. 7.7 +# Openbox pipe menu to launch file-manager using GTK bookmarks. 7.8 # 7.9 - 7.10 echo '<openbox_pipe_menu>' 7.11 7.12 -# Home 7.13 -echo '<item label="Home">' 7.14 -echo '<action name="Execute"><execute>' 7.15 -echo "spacefm ~" 7.16 -echo '</execute></action></item>' 7.17 +bookmarks="~ $(whoami) 7.18 +~/Desktop $(gettext gtk20 Desktop) 7.19 +$(cat ~/.gtk-bookmarks)" 7.20 7.21 -# ~/Desktop 7.22 -echo '<item label="Desktop">' 7.23 -echo '<action name="Execute"><execute>' 7.24 -echo "spacefm ~/Desktop" 7.25 -echo '</execute></action></item>' 7.26 - 7.27 -# GTK bookmarks 7.28 -for dir in `sed 's/[ ][^ ]*$//' .gtk-bookmarks` 7.29 -do 7.30 - echo '<item label="'`basename $dir`'">' 7.31 - echo '<action name="Execute"><execute>' 7.32 - echo "spacefm $dir" 7.33 - echo '</execute></action></item>' 7.34 +IFS=' 7.35 +' 7.36 +for dir in $bookmarks; do 7.37 + cat << EOT 7.38 + <item label="$(echo $dir | sed 's|^[^ ]* ||')"> 7.39 + <action name="Execute"> 7.40 + <execute>file-manager $(echo $dir | awk '{print $1}')</execute> 7.41 + </action> 7.42 + </item> 7.43 +EOT 7.44 done 7.45 7.46 echo '</openbox_pipe_menu>'
8.1 --- a/slitaz-i18n/stuff/locale-pack.conf Wed Jul 31 21:06:55 2013 +0200 8.2 +++ b/slitaz-i18n/stuff/locale-pack.conf Fri Aug 02 15:13:41 2013 +0300 8.3 @@ -4,7 +4,7 @@ 8.4 galculator gcc-lib-base gcolor2 gdk-pixbuf glib glibc-base gparted \ 8.5 gtk+ isomaster kbd leafpad libwebkit lostirc lxappearance lxpanel lxrandr \ 8.6 lxtask mhwaveedit midori mtpaint nano obconf openbox parcellite parted spacefm \ 8.7 -popt retawq sakura transmission viewnior yad" 8.8 +popt retawq sakura transmission viewnior yad lxsession lxsession-edit lxinput" 8.9 8.10 # List of all locale pack (locale-xx) 8.11 LOCALE_PACK="cs da de el es fr hu id it pl pt pt_BR ru sl sv zh_CN zh_TW"