wok diff get-palemoon/stuff/get-palemoon @ rev 18083

Add mate-session-manager
author Yuri Pourre <yuripourre@gmail.com>
date Fri May 22 18:45:00 2015 -0300 (2015-05-22)
parents 822bd97e0f9e
children 8e8a020ce35e
line diff
     1.1 --- a/get-palemoon/stuff/get-palemoon	Fri May 23 03:17:41 2014 +0300
     1.2 +++ b/get-palemoon/stuff/get-palemoon	Fri May 22 18:45:00 2015 -0300
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  # get Pale Moon web browser
     1.6 -VERSION="24.5.0"
     1.7 +VERSION="24.6.0"
     1.8  
     1.9  WGET_URL=http://sourceforge.net/projects/pm4linux/files/$VERSION/\
    1.10  palemoon-$VERSION.en-US.linux-i686.tar.bz2
    1.11 @@ -37,33 +37,6 @@
    1.12  DEPENDS="dbus-glib"
    1.13  EOR
    1.14  ################
    1.15 -cat > "$PKGDIR/description.txt" << EOD
    1.16 -Description
    1.17 -===========
    1.18 -
    1.19 -Pale Moon is an open source, web browser based on Firefox focusing on efficiency
    1.20 -by leaving out unnecessary features and making optimizations, while maintaining
    1.21 -compatibility with Firefox extensions and themes.
    1.22 -
    1.23 -Pale Moon provides a familiar set of controls and visual feedback similar
    1.24 -to previous versions of Firefox, including grouped navigation buttons,
    1.25 -a bookmarks toolbar that is enabled by default, tabs next to page content
    1.26 -by default, and a functional status bar.
    1.27 -
    1.28 -This is a third party build; the original project is at www.palemoon.org.
    1.29 -For support, check out the wiki at http://pm4linux.sf.net/wiki and the forum
    1.30 -at http://forum.palemoon.org.
    1.31 -
    1.32 -
    1.33 -Features
    1.34 -========
    1.35 -  * Optimized for modern processors (SSE2)
    1.36 -  * Based on the source code of Firefox
    1.37 -  * Unnecessary bloat (social API, accessibility features, WebRTC) removed
    1.38 -  * Support for Firefox extensions (add-ons) and themes
    1.39 -  * More customization and configuration options than Firefox
    1.40 -EOD
    1.41 -################
    1.42  find $1/opt/palemoon -type f > "$PKGDIR/files.list"
    1.43  echo "/$DESKTOP" >> "$PKGDIR/files.list"
    1.44  ################