mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/pentadactyl: Updated to work with Firefox 35.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
809e55bbe2
commit
133e20ac35
2 changed files with 5 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
SRCNAM=dactyl
|
||||
PRGNAM=pentadactyl
|
||||
VERSION=${VERSION:-1.2pre}
|
||||
SRCREV=1ab9ca24c320
|
||||
SRCREV=59c43695e9ee
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,8 +67,9 @@ make -C $PRGNAM xpi
|
|||
|
||||
# Get the currently installed Firefox version (handle the case where multiple versions
|
||||
# are installed by taking the first).
|
||||
FIREFOX=${FIREFOX:-`/bin/ls -f -1 -d /usr/lib$LIBDIRSUFFIX/firefox-* | head -n 1 | sed 's/.*firefox-\([0-9.]*\)/\1/'`}
|
||||
FIREFOX=`firefox --version | sed "s/[^0-9.]*//"`
|
||||
EXT_DIR=/usr/lib$LIBDIRSUFFIX/firefox-$FIREFOX/browser/extensions/pentadactyl\@dactyl.googlecode.com
|
||||
|
||||
mkdir -p "$PKG/$EXT_DIR"
|
||||
unzip -d "$PKG/$EXT_DIR" downloads/$PRGNAM-$VERSION.xpi
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pentadactyl"
|
||||
VERSION="1.2pre"
|
||||
HOMEPAGE="http://5digits.org/pentadactyl"
|
||||
DOWNLOAD="http://jaxartes.net/files/dactyl-1ab9ca24c320.zip"
|
||||
MD5SUM="801b484b7a9af25cf688c9b822ccda71"
|
||||
DOWNLOAD="http://jaxartes.net/files/dactyl-59c43695e9ee.zip"
|
||||
MD5SUM="880f72ea52246d7e66cc370f2a2f06d8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue