mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/evolus-pencil: Remove xulrunner dependency.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a971c5a6e0
commit
770d4daeb5
2 changed files with 5 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
PRGNAM=evolus-pencil
|
||||
SRCNAM=pencil
|
||||
VERSION=${VERSION:-2.0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
APPBUILD=${APPBUILD:-1.fc19}
|
||||
TAG=${TAG:-_SBo}
|
||||
ARCH=noarch
|
||||
|
@ -54,6 +54,9 @@ find -L . \
|
|||
# Don't worry, it works.
|
||||
sed -i 's/MaxVersion=14/MaxVersion=15/' $PKG/usr/share/$SRCNAM/application.ini
|
||||
|
||||
# Replace it with firefox
|
||||
sed -i "s|xulrunner|firefox|" $PKG/usr/bin/pencil
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://evoluspencil.googlecode.com/files/pencil-2.0.5-1.fc19.noarch.rp
|
|||
MD5SUM="478ad1c69650594ae5cc2f7f0a322f5d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="xulrunner"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ryan P.C. McQuen"
|
||||
EMAIL="ryan.q@linux.com"
|
||||
|
|
Loading…
Reference in a new issue