# HG changeset patch # User Xander Ziiryanoff # Date 1466186145 -10800 # Node ID 4b74c54bbbf20d176ca0359790a675996536daa1 # Parent a17c9d3ed9ba19086ac38e6b21b6a4d2d58565de Up palemoon (26.3.0) diff -r a17c9d3ed9ba -r 4b74c54bbbf2 compiz/receipt --- a/compiz/receipt Fri Jun 17 16:00:57 2016 +0300 +++ b/compiz/receipt Fri Jun 17 20:55:45 2016 +0300 @@ -26,6 +26,8 @@ post_install() { + chroot "$1/" tazx auto + res=$(cat $root/etc/slim.conf | grep ^session | sed s/"sessions. *"//) # Adding WM to SLIM available sessions. if ! echo "$res" | grep -q $PACKAGE; then diff -r a17c9d3ed9ba -r 4b74c54bbbf2 emerald-themes/receipt --- a/emerald-themes/receipt Fri Jun 17 16:00:57 2016 +0300 +++ b/emerald-themes/receipt Fri Jun 17 20:55:45 2016 +0300 @@ -2,7 +2,7 @@ PACKAGE="emerald-themes" VERSION="0.8.12.1" -CATEGORY="x-window" +CATEGORY="customization" SHORT_DESC="Themes for Emerald" MAINTAINER="psychomaniak@xakep.ru" LICENSE="GPL2" diff -r a17c9d3ed9ba -r 4b74c54bbbf2 palemoon/receipt --- a/palemoon/receipt Fri Jun 17 16:00:57 2016 +0300 +++ b/palemoon/receipt Fri Jun 17 20:55:45 2016 +0300 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="palemoon" -VERSION="26.2.2" +VERSION="26.3.0" CATEGORY="network" LICENSE="MPL2" SHORT_DESC="Browser based on Firefox that's optimised for performance" @@ -12,10 +12,11 @@ TAGS="browser web-browser" PROVIDE="browser-html5" -DEPENDS="gtk+" +DEPENDS="gtk+ bzip2 libevent libffi sqlite" BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ -libvpx-dev mesa-dev setuptools virtualenv zlib-dev python-dev" +libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \ +pixman pixman-dev sqlite sqlite-dev libffi libffi-dev libevent libevent-dev" # Rules to configure and make the package. compile_rules() @@ -23,7 +24,7 @@ find -type f | grep duckduckgo | xargs \ sed -i 's|name="t" value="palemoon"|name="t" value="slitaz"|' cp $stuff/mozconfig $src - chmod -R +x build/autoconf/* python/* + chmod -R +x build/autoconf/* python/* find . -name '*.sh' -exec chmod +x {} \; export MOZBUILD_STATE_PATH="$src/mozbuild" export MOZCONFIG="$src/mozconfig" diff -r a17c9d3ed9ba -r 4b74c54bbbf2 palemoon/stuff/mozconfig --- a/palemoon/stuff/mozconfig Fri Jun 17 16:00:57 2016 +0300 +++ b/palemoon/stuff/mozconfig Fri Jun 17 20:55:45 2016 +0300 @@ -40,3 +40,11 @@ ac_add_options --disable-websms-backend ac_add_options --disable-windows-mobile-components ac_add_options --disable-valgrind + +ac_add_options --with-system-libevent +ac_add_options --with-system-zlib +ac_add_options --with-system-bz2 +ac_add_options --enable-system-sqlite +ac_add_options --enable-system-ffi +ac_add_options --enable-system-pixman +