wok-next rev 16738

Up: get-palemoon (24.6.0)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 06 01:49:27 2014 +0300 (2014-06-06)
parents 620808340f7a
children fd5cd41b18aa
files get-palemoon/description.txt get-palemoon/receipt get-palemoon/stuff/get-palemoon
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/get-palemoon/description.txt	Fri Jun 06 01:49:27 2014 +0300
     1.3 @@ -0,0 +1,24 @@
     1.4 +Description
     1.5 +===========
     1.6 +
     1.7 +Pale Moon is an open source, web browser based on Firefox focusing on efficiency
     1.8 +by leaving out unnecessary features and making optimizations, while maintaining
     1.9 +compatibility with Firefox extensions and themes.
    1.10 +
    1.11 +Pale Moon provides a familiar set of controls and visual feedback similar
    1.12 +to previous versions of Firefox, including grouped navigation buttons,
    1.13 +a bookmarks toolbar that is enabled by default, tabs next to page content
    1.14 +by default, and a functional status bar.
    1.15 +
    1.16 +This is a third party build; the original project is at www.palemoon.org.
    1.17 +For support, check out the wiki at http://pm4linux.sf.net/wiki and the forum
    1.18 +at http://forum.palemoon.org.
    1.19 +
    1.20 +
    1.21 +Features
    1.22 +========
    1.23 +  * Optimized for modern processors (SSE2)
    1.24 +  * Based on the source code of Firefox
    1.25 +  * Unnecessary bloat (social API, accessibility features, WebRTC) removed
    1.26 +  * Support for Firefox extensions (add-ons) and themes
    1.27 +  * More customization and configuration options than Firefox
     2.1 --- a/get-palemoon/receipt	Thu Jun 05 12:21:15 2014 +0200
     2.2 +++ b/get-palemoon/receipt	Fri Jun 06 01:49:27 2014 +0300
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="get-palemoon"
     2.7 -VERSION="24.5.0"
     2.8 +VERSION="24.6.0"
     2.9  CATEGORY="non-free"
    2.10  SHORT_DESC="Browser based on Firefox that's optimised for performance"
    2.11  MAINTAINER="al.bobylev@gmail.com"
     3.1 --- a/get-palemoon/stuff/get-palemoon	Thu Jun 05 12:21:15 2014 +0200
     3.2 +++ b/get-palemoon/stuff/get-palemoon	Fri Jun 06 01:49:27 2014 +0300
     3.3 @@ -1,6 +1,6 @@
     3.4  #!/bin/sh
     3.5  # get Pale Moon web browser
     3.6 -VERSION="24.5.0"
     3.7 +VERSION="24.6.0"
     3.8  
     3.9  WGET_URL=http://sourceforge.net/projects/pm4linux/files/$VERSION/\
    3.10  palemoon-$VERSION.en-US.linux-i686.tar.bz2
    3.11 @@ -37,33 +37,6 @@
    3.12  DEPENDS="dbus-glib"
    3.13  EOR
    3.14  ################
    3.15 -cat > "$PKGDIR/description.txt" << EOD
    3.16 -Description
    3.17 -===========
    3.18 -
    3.19 -Pale Moon is an open source, web browser based on Firefox focusing on efficiency
    3.20 -by leaving out unnecessary features and making optimizations, while maintaining
    3.21 -compatibility with Firefox extensions and themes.
    3.22 -
    3.23 -Pale Moon provides a familiar set of controls and visual feedback similar
    3.24 -to previous versions of Firefox, including grouped navigation buttons,
    3.25 -a bookmarks toolbar that is enabled by default, tabs next to page content
    3.26 -by default, and a functional status bar.
    3.27 -
    3.28 -This is a third party build; the original project is at www.palemoon.org.
    3.29 -For support, check out the wiki at http://pm4linux.sf.net/wiki and the forum
    3.30 -at http://forum.palemoon.org.
    3.31 -
    3.32 -
    3.33 -Features
    3.34 -========
    3.35 -  * Optimized for modern processors (SSE2)
    3.36 -  * Based on the source code of Firefox
    3.37 -  * Unnecessary bloat (social API, accessibility features, WebRTC) removed
    3.38 -  * Support for Firefox extensions (add-ons) and themes
    3.39 -  * More customization and configuration options than Firefox
    3.40 -EOD
    3.41 -################
    3.42  find $1/opt/palemoon -type f > "$PKGDIR/files.list"
    3.43  echo "/$DESKTOP" >> "$PKGDIR/files.list"
    3.44  ################