wok diff palemoon/receipt @ 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 | 87b1653da094 |
children | ff90a1630a13 |
line diff
1.1 --- a/palemoon/receipt Sun May 08 21:37:56 2016 +0200 1.2 +++ b/palemoon/receipt Fri Jun 17 20:55:45 2016 +0300 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="palemoon" 1.7 -VERSION="26.2.2" 1.8 +VERSION="26.3.0" 1.9 CATEGORY="network" 1.10 LICENSE="MPL2" 1.11 SHORT_DESC="Browser based on Firefox that's optimised for performance" 1.12 @@ -12,10 +12,11 @@ 1.13 TAGS="browser web-browser" 1.14 PROVIDE="browser-html5" 1.15 1.16 -DEPENDS="gtk+" 1.17 +DEPENDS="gtk+ bzip2 libevent libffi sqlite" 1.18 BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \ 1.19 iw libpng-dev gstreamer gstreamer-dev gst-plugins-base-dev gst-plugins-base \ 1.20 -libvpx-dev mesa-dev setuptools virtualenv zlib-dev python-dev" 1.21 +libvpx-dev mesa-dev setuptools virtualenv zlib-dev bzip2-dev python-dev \ 1.22 +pixman pixman-dev sqlite sqlite-dev libffi libffi-dev libevent libevent-dev" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 @@ -23,7 +24,7 @@ 1.27 find -type f | grep duckduckgo | xargs \ 1.28 sed -i 's|name="t" value="palemoon"|name="t" value="slitaz"|' 1.29 cp $stuff/mozconfig $src 1.30 - chmod -R +x build/autoconf/* python/* 1.31 + chmod -R +x build/autoconf/* python/* 1.32 find . -name '*.sh' -exec chmod +x {} \; 1.33 export MOZBUILD_STATE_PATH="$src/mozbuild" 1.34 export MOZCONFIG="$src/mozconfig"