wok rev 19220

Up palemoon (26.3.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Jun 17 20:55:45 2016 +0300 (2016-06-17)
parents a17c9d3ed9ba
children 7f34d19fe19e
files compiz/receipt emerald-themes/receipt palemoon/receipt palemoon/stuff/mozconfig
line diff
     1.1 --- a/compiz/receipt	Fri Jun 17 16:00:57 2016 +0300
     1.2 +++ b/compiz/receipt	Fri Jun 17 20:55:45 2016 +0300
     1.3 @@ -26,6 +26,8 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 +	chroot "$1/" tazx auto
     1.8 +
     1.9  	res=$(cat $root/etc/slim.conf | grep ^session | sed s/"sessions. *"//)
    1.10  	# Adding WM to SLIM available sessions.
    1.11  	if ! echo "$res" | grep -q $PACKAGE; then
     2.1 --- a/emerald-themes/receipt	Fri Jun 17 16:00:57 2016 +0300
     2.2 +++ b/emerald-themes/receipt	Fri Jun 17 20:55:45 2016 +0300
     2.3 @@ -2,7 +2,7 @@
     2.4  
     2.5  PACKAGE="emerald-themes"
     2.6  VERSION="0.8.12.1"
     2.7 -CATEGORY="x-window"
     2.8 +CATEGORY="customization"
     2.9  SHORT_DESC="Themes for Emerald"
    2.10  MAINTAINER="psychomaniak@xakep.ru"
    2.11  LICENSE="GPL2"
     3.1 --- a/palemoon/receipt	Fri Jun 17 16:00:57 2016 +0300
     3.2 +++ b/palemoon/receipt	Fri Jun 17 20:55:45 2016 +0300
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="palemoon"
     3.7 -VERSION="26.2.2"
     3.8 +VERSION="26.3.0"
     3.9  CATEGORY="network"
    3.10  LICENSE="MPL2"
    3.11  SHORT_DESC="Browser based on Firefox that's optimised for performance"
    3.12 @@ -12,10 +12,11 @@
    3.13  TAGS="browser web-browser"
    3.14  PROVIDE="browser-html5"
    3.15  
    3.16 -DEPENDS="gtk+"
    3.17 +DEPENDS="gtk+ bzip2 libevent libffi sqlite"
    3.18  BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \
    3.19  iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \
    3.20 -libvpx-dev mesa-dev setuptools virtualenv zlib-dev python-dev"
    3.21 +libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \
    3.22 +pixman pixman-dev sqlite sqlite-dev libffi libffi-dev libevent libevent-dev"
    3.23  
    3.24  # Rules to configure and make the package.
    3.25  compile_rules()
    3.26 @@ -23,7 +24,7 @@
    3.27  	find -type f | grep duckduckgo | xargs \
    3.28  		sed -i 's|name="t" value="palemoon"|name="t" value="slitaz"|'
    3.29  	cp $stuff/mozconfig $src
    3.30 -	chmod -R +x build/autoconf/* python/*                                                               
    3.31 +	chmod -R +x build/autoconf/* python/*
    3.32  	find . -name '*.sh' -exec chmod +x {} \;
    3.33  	export MOZBUILD_STATE_PATH="$src/mozbuild"
    3.34  	export MOZCONFIG="$src/mozconfig"
     4.1 --- a/palemoon/stuff/mozconfig	Fri Jun 17 16:00:57 2016 +0300
     4.2 +++ b/palemoon/stuff/mozconfig	Fri Jun 17 20:55:45 2016 +0300
     4.3 @@ -40,3 +40,11 @@
     4.4  ac_add_options --disable-websms-backend
     4.5  ac_add_options --disable-windows-mobile-components
     4.6  ac_add_options --disable-valgrind
     4.7 +
     4.8 +ac_add_options --with-system-libevent
     4.9 +ac_add_options --with-system-zlib
    4.10 +ac_add_options --with-system-bz2
    4.11 +ac_add_options --enable-system-sqlite
    4.12 +ac_add_options --enable-system-ffi
    4.13 +ac_add_options --enable-system-pixman
    4.14 +