wok rev 19090

palemoon: fix build, add description.txt, tags
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Apr 30 21:11:11 2016 +0200 (2016-04-30)
parents 0c85455b2f3b
children d7f8436a2f34
files palemoon/description.txt palemoon/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/palemoon/description.txt	Sat Apr 30 21:11:11 2016 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +This is SliTaz build of Palemoon browser.
     1.5 +Compared with binaries from official website, it differs in:
     1.6 +
     1.7 +1) Compiled for old PCs: -march=i486 -mtune=i686. SSE/SSE2 was disabled.
     1.8 +
     1.9 +2) Using gstreamer-0.10 instead of buggy 1.x.
    1.10 + See <https://github.com/MoonchildProductions/Pale-Moon/issues/418>
     2.1 --- a/palemoon/receipt	Sat Apr 30 20:15:47 2016 +0200
     2.2 +++ b/palemoon/receipt	Sat Apr 30 21:11:11 2016 +0200
     2.3 @@ -9,6 +9,7 @@
     2.4  MAINTAINER="psychomaniak@xakep.ru"
     2.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     2.6  WGET_URL="https://github.com/MoonchildProductions/Pale-Moon/archive/${VERSION}_Release.tar.gz"
     2.7 +TAGS="browser web-browser"
     2.8  
     2.9  DEPENDS="gtk+"
    2.10  BUILD_DEPENDS="autoconf213 gtk+-dev yasm zip unzip iw dbus-dev dbus-glib-dev \
    2.11 @@ -42,6 +43,7 @@
    2.12  genpkg_rules()
    2.13  {
    2.14  	cp -a $install/* $fs
    2.15 +	mkdir -p $fs/usr/share/pixmaps
    2.16  	ln -sf /usr/lib/$PACKAGE/$PACKAGE $fs/usr/bin
    2.17  	ln -sf /usr/lib/$PACKAGE/browser/chrome/icons/default/default48.png \
    2.18  		$fs/usr/share/pixmaps/palemoon.png