wok-6.x rev 14269
ADD: cantarell-fonts, gtk2-engine-murrine (former murrine), libunique-gtk3; TINY EDITS: gobject-introspection, gtk3-engine-solidity, gtk3-engine-unico*, libnotify-gtk3, libxklavier, lxpanel; UP: lightdm* 1.5.3, midori 0.4.9
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 04 15:39:28 2013 +0000 (2013-04-04) |
parents | 19258b949c1b |
children | a4a3cb53e474 |
files | cantarell-fonts/description.txt cantarell-fonts/receipt gobject-introspection/receipt gtk2-engine-murrine/description.txt gtk2-engine-murrine/receipt gtk3-engine-solidity/receipt gtk3-engine-unico-dev/receipt gtk3-engine-unico/receipt libnotify-gtk3/receipt libunique-gtk3-dev/receipt libunique-gtk3/receipt libxklavier/receipt lightdm-dev/receipt lightdm/receipt lxpanel/receipt midori/receipt midori/stuff/applications/midori-private.desktop midori/stuff/applications/midori.desktop midori/stuff/config midori/stuff/search midori/stuff/search.patch |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cantarell-fonts/description.txt Thu Apr 04 15:39:28 2013 +0000 1.3 @@ -0,0 +1,12 @@ 1.4 +The Cantarell font family is designed as a contemporary Humanist sans serif and 1.5 +is particularly designed for on-screen reading on mobile devices at small sizes, 1.6 +such as phones and tablets. 1.7 + 1.8 +This is the open font officially chosen by default for the GNOME 3 desktop and 1.9 +for Fedora branding materials. 1.10 + 1.11 +Regular and bold weights are provided for now. Italics are planned. 1.12 + 1.13 +Each font file currently contains 391 glyphs, and fully support the following 1.14 +writing systems: Basic Latin, Western European, Catalan, Baltic, Turkish, 1.15 +Central European, Dutch and Afrikaans.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/cantarell-fonts/receipt Thu Apr 04 15:39:28 2013 +0000 2.3 @@ -0,0 +1,32 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="cantarell-fonts" 2.7 +VERSION="0.0.12" 2.8 +CATEGORY="x-window" 2.9 +SHORT_DESC="Sans serif font family designed for on-screen readability" 2.10 +MAINTAINER="al.bobylev@gmail.com" 2.11 +LICENSE="SIL OFL1.1" 2.12 +WEB_SITE="https://live.gnome.org/CantarellFonts" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.14 +SERIES="$(echo $VERSION | cut -d. -f1,2)" 2.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 2.16 +TAGS="font" 2.17 + 2.18 +DEPENDS="fontconfig" 2.19 + 2.20 +# Rules to configure and make the package. 2.21 +compile_rules() 2.22 +{ 2.23 + ./configure \ 2.24 + --with-configdir=/etc/fonts/conf.avail \ 2.25 + --with-fontdir=/usr/share/fonts/truetype/cantarell \ 2.26 + $CONFIGURE_ARGS && 2.27 + make && 2.28 + make install 2.29 +} 2.30 + 2.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.32 +genpkg_rules() 2.33 +{ 2.34 + cp -a $install/* $fs 2.35 +}
3.1 --- a/gobject-introspection/receipt Thu Apr 04 11:19:19 2013 +0200 3.2 +++ b/gobject-introspection/receipt Thu Apr 04 15:39:28 2013 +0000 3.3 @@ -7,8 +7,8 @@ 3.4 MAINTAINER="pankso@slitaz.org" 3.5 WEB_SITE="http://live.gnome.org/GObjectInstrospection" 3.6 TARBALL="$PACKAGE-$VERSION.tar.xz" 3.7 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) 3.8 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL" 3.9 +SERIES=$(echo $VERSION | cut -d. -f1,2) 3.10 +WGET_URL="$GNOME_MIRROR/$PACKAGE/$SERIES/$TARBALL" 3.11 3.12 DEPENDS="libgio" 3.13 BUILD_DEPENDS="flex bison glib-dev python-dev libgio-dev libffi-dev cairo-dev"
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/gtk2-engine-murrine/description.txt Thu Apr 04 15:39:28 2013 +0000 4.3 @@ -0,0 +1,3 @@ 4.4 +Murrine is an Italian word meaning the glass artworks done by Venicians glass 4.5 +blowers. Murrine Engine is a Gtk2 engine that will make your desktop look like 4.6 +a beautiful Murrina (which is the italian singular of Murrine).
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/gtk2-engine-murrine/receipt Thu Apr 04 15:39:28 2013 +0000 5.3 @@ -0,0 +1,36 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="gtk2-engine-murrine" 5.7 +VERSION="0.98.2" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="GTK2 engine to make your desktop look like a murrina" 5.10 +MAINTAINER="jozee@slitaz.org" 5.11 +LICENSE="GPL2" 5.12 +WEB_SITE="http://www.cimitan.com/murrine" 5.13 +TARBALL="murrine-$VERSION.tar.xz" 5.14 +WGET_URL="$GNOME_MIRROR/murrine/0.98/$TARBALL" 5.15 +TAGS="gtk2" 5.16 + 5.17 +DEPENDS="gtk+" 5.18 +BUILD_DEPENDS="gtk+-dev libxml2-dev" 5.19 + 5.20 +# Rules to configure and make the package. 5.21 +compile_rules() 5.22 +{ 5.23 + ./configure \ 5.24 + --disable-static \ 5.25 + --enable-animation \ 5.26 + $CONFIGURE_ARGS && 5.27 + make && 5.28 + make install 5.29 +} 5.30 + 5.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.32 +genpkg_rules() 5.33 +{ 5.34 + mkdir -p $fs/usr 5.35 + cp -a $install/usr/lib $fs/usr 5.36 + cp -a $install/usr/share $fs/usr 5.37 + find $fs -name '*.la' -delete 5.38 +} 5.39 +
6.1 --- a/gtk3-engine-solidity/receipt Thu Apr 04 11:19:19 2013 +0200 6.2 +++ b/gtk3-engine-solidity/receipt Thu Apr 04 15:39:28 2013 +0000 6.3 @@ -9,6 +9,7 @@ 6.4 WEB_SITE="http://gnome-look.org/content/show.php/solidity+gtk3+engine?content=142331" 6.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 6.6 WGET_URL="http://gnome-look.org/CONTENT/content-files/142331-solidity-$VERSION.tar.bz2" 6.7 +TAGS="gtk3" 6.8 6.9 DEPENDS="gtk+3" 6.10 BUILD_DEPENDS="vala glib-dev gtk+3-dev"
7.1 --- a/gtk3-engine-unico-dev/receipt Thu Apr 04 11:19:19 2013 +0200 7.2 +++ b/gtk3-engine-unico-dev/receipt Thu Apr 04 15:39:28 2013 +0000 7.3 @@ -5,7 +5,7 @@ 7.4 CATEGORY="development" 7.5 SHORT_DESC="Development files for Unico" 7.6 MAINTAINER="al.bobylev@gmail.com" 7.7 -LICENSE="GPL" 7.8 +LICENSE="LGPL3" 7.9 WEB_SITE="https://launchpad.net/unico" 7.10 7.11 WANTED="gtk3-engine-unico"
8.1 --- a/gtk3-engine-unico/receipt Thu Apr 04 11:19:19 2013 +0200 8.2 +++ b/gtk3-engine-unico/receipt Thu Apr 04 15:39:28 2013 +0000 8.3 @@ -5,11 +5,12 @@ 8.4 CATEGORY="x-window" 8.5 SHORT_DESC="Unico GTK3 theme engine" 8.6 MAINTAINER="al.bobylev@gmail.com" 8.7 -LICENSE="GPL" 8.8 +LICENSE="LGPL3" 8.9 WEB_SITE="https://launchpad.net/unico" 8.10 SOURCE="unico" 8.11 TARBALL="$SOURCE-$VERSION.tar.gz" 8.12 WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL" 8.13 +TAGS="gtk3" 8.14 8.15 DEPENDS="gtk+3" 8.16 BUILD_DEPENDS="gtk+3-dev wget" 8.17 @@ -18,7 +19,8 @@ 8.18 compile_rules() 8.19 { 8.20 ./configure \ 8.21 - --enable-debug=no \ 8.22 + --disable-static \ 8.23 + --disable-debug \ 8.24 $CONFIGURE_ARGS && 8.25 make && 8.26 make install
9.1 --- a/libnotify-gtk3/receipt Thu Apr 04 11:19:19 2013 +0200 9.2 +++ b/libnotify-gtk3/receipt Thu Apr 04 15:39:28 2013 +0000 9.3 @@ -6,10 +6,10 @@ 9.4 SHORT_DESC="Sends desktop notifications to a notification daemon (GTK+3)" 9.5 MAINTAINER="al.bobylev@gmail.com" 9.6 SOURCE="libnotify" 9.7 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) 9.8 TARBALL="$SOURCE-$VERSION.tar.xz" 9.9 WEB_SITE="http://developer-next.gnome.org/libnotify/" 9.10 -WGET_URL="$GNOME_MIRROR/$SOURCE/$HI_VERSION/$TARBALL" 9.11 +SERIES=$(echo $VERSION | cut -d. -f1,2) 9.12 +WGET_URL="$GNOME_MIRROR/$SOURCE/$SERIES/$TARBALL" 9.13 TAGS="gtk3" 9.14 9.15 DEPENDS="gdk-pixbuf"
10.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 10.2 +++ b/libunique-gtk3-dev/receipt Thu Apr 04 15:39:28 2013 +0000 10.3 @@ -0,0 +1,24 @@ 10.4 +# SliTaz package receipt. 10.5 + 10.6 +PACKAGE="libunique-gtk3-dev" 10.7 +VERSION="3.0.2" 10.8 +CATEGORY="development" 10.9 +SHORT_DESC="Development files for LibUnique" 10.10 +MAINTAINER="erjo@slitaz.org" 10.11 +WEB_SITE="http://live.gnome.org/LibUnique" 10.12 + 10.13 +WANTED="libunique-gtk3" 10.14 +DEPENDS="libunique-gtk3 gtk+3-dev dbus-glib-dev" 10.15 + 10.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 10.17 +genpkg_rules() 10.18 +{ 10.19 + mkdir -p \ 10.20 + $fs/usr/lib \ 10.21 + $fs/usr/share 10.22 + cp -a $install/usr/include $fs/usr 10.23 + cp -a $install/usr/lib/girepository* $fs/usr/lib 10.24 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 10.25 + cp -a $install/usr/lib/*.la $fs/usr/lib 10.26 + cp -a $install/usr/share/gir* $fs/usr/share 10.27 +}
11.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 11.2 +++ b/libunique-gtk3/receipt Thu Apr 04 15:39:28 2013 +0000 11.3 @@ -0,0 +1,36 @@ 11.4 +# SliTaz package receipt. 11.5 + 11.6 +PACKAGE="libunique-gtk3" 11.7 +VERSION="3.0.2" 11.8 +CATEGORY="development" 11.9 +SHORT_DESC="Create single instance applications" 11.10 +MAINTAINER="erjo@slitaz.org" 11.11 +WEB_SITE="http://live.gnome.org/LibUnique" 11.12 +SOURCE="libunique" 11.13 +TARBALL="$SOURCE-$VERSION.tar.xz" 11.14 +WGET_URL="$GNOME_MIRROR/$SOURCE/${VERSION%.*}/$TARBALL" 11.15 +TAGS="gtk3" 11.16 + 11.17 +DEPENDS="dbus-glib gtk+3" 11.18 +BUILD_DEPENDS="glib-dev gtk+3-dev dbus-glib-dev gobject-introspection-dev \ 11.19 +libxml2-dev" 11.20 + 11.21 +# Rules to configure and make the package. 11.22 +compile_rules() 11.23 +{ 11.24 + ./configure \ 11.25 + --disable-static \ 11.26 + --enable-debug=no \ 11.27 + --disable-gtk-doc \ 11.28 + $CONFIGURE_ARGS && 11.29 + make && 11.30 + make install 11.31 +} 11.32 + 11.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 11.34 +genpkg_rules() 11.35 +{ 11.36 + mkdir -p $fs/usr/lib 11.37 + cp -a $install/usr/lib/*.so* $fs/usr/lib 11.38 +} 11.39 +
12.1 --- a/libxklavier/receipt Thu Apr 04 11:19:19 2013 +0200 12.2 +++ b/libxklavier/receipt Thu Apr 04 15:39:28 2013 +0000 12.3 @@ -8,7 +8,7 @@ 12.4 LICENSE="GPL2" 12.5 WEB_SITE="http://freedesktop.org/wiki/Software/LibXklavier" 12.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 12.7 -WGET_URL="$SF_MIRROR/gswitchit/libxklavier/5.0/$TARBALL" 12.8 +WGET_URL="$SF_MIRROR/gswitchit/libxklavier/$VERSION/$TARBALL" 12.9 12.10 DEPENDS="glib xorg-libXi xorg-libxkbfile" 12.11 BUILD_DEPENDS="libxml2-dev glib-dev xorg-xkbcomp iso-codes"
13.1 --- a/lightdm-dev/receipt Thu Apr 04 11:19:19 2013 +0200 13.2 +++ b/lightdm-dev/receipt Thu Apr 04 15:39:28 2013 +0000 13.3 @@ -1,7 +1,7 @@ 13.4 # SliTaz package receipt. 13.5 13.6 PACKAGE="lightdm-dev" 13.7 -VERSION="1.5.1" 13.8 +VERSION="1.5.3" 13.9 CATEGORY="development" 13.10 SHORT_DESC="Development files for lightdm" 13.11 MAINTAINER="al.bobylev@gmail.com"
14.1 --- a/lightdm/receipt Thu Apr 04 11:19:19 2013 +0200 14.2 +++ b/lightdm/receipt Thu Apr 04 15:39:28 2013 +0000 14.3 @@ -1,7 +1,7 @@ 14.4 # SliTaz package receipt. 14.5 14.6 PACKAGE="lightdm" 14.7 -VERSION="1.5.1" 14.8 +VERSION="1.5.3" 14.9 CATEGORY="system-tools" 14.10 SHORT_DESC="A lightweight display manager" 14.11 MAINTAINER="al.bobylev@gmail.com" 14.12 @@ -10,6 +10,8 @@ 14.13 TARBALL="$PACKAGE-$VERSION.tar.xz" 14.14 WGET_URL="https://launchpad.net/$PACKAGE/1.6/$VERSION/+download/$TARBALL" 14.15 HELP="https://wiki.archlinux.org/index.php/LightDM" 14.16 +CONFIG_FILES="/etc/init/lightdm.conf /etc/lightdm/keys.conf \ 14.17 +/etc/lightdm/lightdm.conf /etc/lightdm/users.conf" 14.18 14.19 DEPENDS="libgcrypt libgio libxklavier pam xorg-libX11" 14.20 BUILD_DEPENDS="gobject-introspection-dev pam-dev itstool libxklavier-dev \
15.1 --- a/lxpanel/receipt Thu Apr 04 11:19:19 2013 +0200 15.2 +++ b/lxpanel/receipt Thu Apr 04 15:39:28 2013 +0000 15.3 @@ -10,8 +10,8 @@ 15.4 WGET_URL="$SF_MIRROR/lxde/LXPanel%20%28desktop%20panel%29/LXPanel%20$VERSION/$TARBALL" 15.5 CONFIG_FILES="/etc/lxpanel/default" 15.6 15.7 -# drop: slitaz-icon lxsession 15.8 DEPENDS="alsa-lib gtk+ libwnck menu-cache wireless_tools" 15.9 +SUGGESTED="lxsession slitaz-icon" 15.10 BUILD_DEPENDS="gtk+-dev menu-cache-dev libwnck-dev alsa-lib-dev \ 15.11 wireless_tools-dev libxml2-dev lxmenu-data" 15.12 TAGS="gtk2 panel"
16.1 --- a/midori/receipt Thu Apr 04 11:19:19 2013 +0200 16.2 +++ b/midori/receipt Thu Apr 04 15:39:28 2013 +0000 16.3 @@ -1,51 +1,63 @@ 16.4 # SliTaz package receipt. 16.5 16.6 PACKAGE="midori" 16.7 -VERSION="0.4.8" 16.8 +VERSION="0.4.9" 16.9 CATEGORY="x-window" 16.10 -SHORT_DESC="Light Web Browse using GTK+/WebKit." 16.11 +SHORT_DESC="Lightweight web browser based on GTK+/WebKit" 16.12 MAINTAINER="pankso@slitaz.org" 16.13 TARBALL="$PACKAGE-$VERSION.tar.bz2" 16.14 -WEB_SITE="http://software.twotoasts.de/?page=midori" 16.15 +WEB_SITE="http://twotoasts.de/index.php/midori/" 16.16 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL" 16.17 +GENERIC_MENUS="no" 16.18 16.19 -DEPENDS="libsexy libwebkit libsoup sqlite xorg-libXdamage xorg-libXss \ 16.20 -gcc-lib-base libgnutls" 16.21 -BUILD_DEPENDS="python libsexy-dev libwebkit-dev libsoup-dev sqlite-dev \ 16.22 -intltool libgio-dev dbus-dev dbus-glib-dev pkg-config xorg-libXss-dev \ 16.23 -xorg-libXdamage-dev xorg-libX11-dev gtk+-dev vala" 16.24 +DEPENDS="libnotify libunique libwebkit xorg-libXss" 16.25 +BUILD_DEPENDS="python vala glib-dev librsvg-apps libnotify-dev gtk+-dev \ 16.26 +xorg-libXss-dev libwebkit-dev libunique-dev desktop-file-utils-extra" 16.27 16.28 # Rules to configure and make the package. 16.29 compile_rules() 16.30 { 16.31 - cd $src 16.32 ./configure \ 16.33 + --jobs=4 \ 16.34 --prefix=/usr \ 16.35 - --jobs=4 \ 16.36 - --enable-addons \ 16.37 - --disable-libnotify \ 16.38 - --disable-unique \ 16.39 --disable-zeitgeist && 16.40 - make && make install 16.41 + make && 16.42 + make install 16.43 } 16.44 16.45 # Rules to gen a SliTaz package suitable for Tazpkg. 16.46 genpkg_rules() 16.47 { 16.48 mkdir -p \ 16.49 + $fs/usr/share/doc/midori \ 16.50 $fs/usr/share/pixmaps \ 16.51 - $fs/usr/share/icons 16.52 + 16.53 cp -a $install/etc $fs 16.54 cp $stuff/config $fs/etc/xdg/midori 16.55 - cp $stuff/search $fs/etc/xdg/midori 16.56 + # add SliTaz token to DDG, add Twitter search 16.57 + cd $fs && patch -p1 < $stuff/search.patch && status 16.58 + 16.59 # Midori use sqlite to store bookmarks 16.60 #cp $stuff/bookmarks.xbel $fs/etc/xdg/midori 16.61 + 16.62 cp -a $install/usr/bin $fs/usr 16.63 cp -a $install/usr/lib $fs/usr 16.64 - cp -a $install/usr/share/$PACKAGE $fs/usr/share 16.65 + 16.66 + # desktop files 16.67 + cp -a $install/usr/share/applications $fs/usr/share 16.68 + find $fs -name '*.desktop' -exec sed -i \ 16.69 + '/^Version/d; /^GenericName/d; /^X-/d; /^Name\[.*\]=Midori/d; \ 16.70 + /^Actions=/d' \{\} \; 16.71 + desktop=$fs/usr/share/applications/midori.desktop 16.72 + lastline=$(expr $(grep -n '^\[Desktop Action TabNew\]' $desktop | \ 16.73 + cut -d: -f1) - 2) 16.74 + head -n $lastline $desktop > $desktop.new 16.75 + mv -f $desktop.new $desktop 16.76 + 16.77 + cp -a $install/usr/share/doc/midori/faq* $fs/usr/share/doc/midori 16.78 + cp -a $install/usr/share/midori $fs/usr/share 16.79 + 16.80 # Icons 16.81 - cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons 16.82 + cp -a $install/usr/share/icons $fs/usr/share 16.83 rm -rf $fs/usr/share/icons/hicolor/scalable 16.84 - cd $fs/usr/share/pixmaps 16.85 - ln -sf ../icons/hicolor/22x22/apps/midori.png . 16.86 }
17.1 --- a/midori/stuff/applications/midori-private.desktop Thu Apr 04 11:19:19 2013 +0200 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,20 +0,0 @@ 17.4 -[Desktop Entry] 17.5 -Version=1.0 17.6 -Type=Application 17.7 -Name=Midori Private Browsing 17.8 -Name[cs]=Midori - soukromé prohlížení 17.9 -Name[da]=Midori Privat browsing 17.10 -Name[fr]=Midori Navigation privée 17.11 -Name[gl]=Midori, navegación privada 17.12 -Name[he]=גלישה פרטית 17.13 -Name[ko]=미도리 개인 정보 보호 모드 17.14 -Name[nl]=Midori Privé-surfen 17.15 -Name[pl]=Tryb prywatny przeglądarki Midori 17.16 -Name[pt_BR]=Midori Navegação privada 17.17 -Name[zh_CN]=Midori 浏览器隐私浏览方式 17.18 -Name[zh_TW]=Midori 私密瀏覽 17.19 -Categories=GTK;Network;WebBrowser; 17.20 -Exec=midori --private %U 17.21 -Icon=midori 17.22 -Terminal=false 17.23 -StartupNotify=true
18.1 --- a/midori/stuff/applications/midori.desktop Thu Apr 04 11:19:19 2013 +0200 18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 18.3 @@ -1,13 +0,0 @@ 18.4 -[Desktop Entry] 18.5 -Version=1.0 18.6 -Type=Application 18.7 -Name=Midori Web Browser 18.8 -Name[de]=Netznavigator Midori 18.9 -Name[fr]=Navigateur Web Midori 18.10 -Name[pt_PT]=Navegador Web Midori 18.11 -Categories=GTK;Network; 18.12 -MimeType=text/html;text/xml;application/xhtml+xml;application/xml; 18.13 -Exec=midori %u 18.14 -Icon=midori 18.15 -Terminal=false 18.16 -StartupNotify=true
19.1 --- a/midori/stuff/config Thu Apr 04 11:19:19 2013 +0200 19.2 +++ b/midori/stuff/config Thu Apr 04 15:39:28 2013 +0000 19.3 @@ -1,10 +1,9 @@ 19.4 - 19.5 [settings] 19.6 -last-window-width=860 19.7 +last-window-width=800 19.8 last-window-height=580 19.9 show-menubar=true 19.10 toolbar-style=MIDORI_TOOLBAR_SMALL_ICONS 19.11 -toolbar-items=Back,Forward,ReloadStop,Homepage,TabNew,Location,Search, 19.12 +toolbar-items=Back,Forward,Homepage,TabNew,Location,ReloadStop,Search, 19.13 load-on-startup=MIDORI_STARTUP_HOMEPAGE 19.14 homepage=file:///usr/share/webhome/index.html 19.15
20.1 --- a/midori/stuff/search Thu Apr 04 11:19:19 2013 +0200 20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 20.3 @@ -1,41 +0,0 @@ 20.4 -[Duck Duck Go] 20.5 -name=Duck Duck Go 20.6 -text=Privacy-aware Web Search 20.7 -uri=https://duckduckgo.com/?q=%s&t=slitaz 20.8 -token=dd 20.9 - 20.10 -[Google] 20.11 -name=Google 20.12 -text=Web Search 20.13 -uri=http://www.google.com/search?q=%s 20.14 -token=g 20.15 - 20.16 -[Twitter] 20.17 -name=Twitter 20.18 -text=Twitter Search 20.19 -uri=https://twitter.com/#!/search/realtime/%s 20.20 -token=tt 20.21 - 20.22 -[Wikipedia] 20.23 -name=Wikipedia 20.24 -text=The free encyclopedia 20.25 -uri=http://en.wikipedia.org/wiki/Special:Search/%s 20.26 -token=wp 20.27 - 20.28 -[SliTaz] 20.29 -name=SliTaz 20.30 -text=SliTaz Search 20.31 -uri=http://www.google.com/cse?cx=000868395082919927601:nddq7yjdcxg&cof=FORID:0&q=%s 20.32 -token=s 20.33 - 20.34 -[TheFreeDictionary] 20.35 -name=The Free Dictionary 20.36 -text=Dictionary, Encyclopedia and Thesaurus 20.37 -uri=http://www.thefreedictionary.com/%s 20.38 -token=fd 20.39 - 20.40 -[Yahoo] 20.41 -name=Yahoo 20.42 -text=Yahoo Web Search 20.43 -uri=http://search.yahoo.com/search?p= 20.44 -token=y
21.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 21.2 +++ b/midori/stuff/search.patch Thu Apr 04 15:39:28 2013 +0000 21.3 @@ -0,0 +1,26 @@ 21.4 +--- fs/etc/xdg/midori/search 21.5 ++++ fs/etc/xdg/midori/search 21.6 +@@ -1,7 +1,7 @@ 21.7 + [Duck Duck Go] 21.8 + name=Duck Duck Go 21.9 + text=Privacy-aware Web Search 21.10 +-uri=https://duckduckgo.com/?q=%s 21.11 ++uri=https://duckduckgo.com/?q=%s&t=slitaz 21.12 + token=dd 21.13 + 21.14 + [Yahoo] 21.15 +@@ -34,3 +34,14 @@ 21.16 + uri=http://translate.google.com/?q= 21.17 + token=gt 21.18 + 21.19 ++[Twitter] 21.20 ++name=Twitter 21.21 ++text=Twitter Search 21.22 ++uri=https://twitter.com/#!/search/realtime/%s 21.23 ++token=tt 21.24 ++ 21.25 ++[SliTaz] 21.26 ++name=SliTaz 21.27 ++text=SliTaz Search 21.28 ++uri=http://www.google.com/cse?cx=000868395082919927601:nddq7yjdcxg&cof=FORID:0&q=%s 21.29 ++token=s