diff options
Diffstat (limited to 'office/apvlv/apvlv.SlackBuild')
-rw-r--r-- | office/apvlv/apvlv.SlackBuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/office/apvlv/apvlv.SlackBuild b/office/apvlv/apvlv.SlackBuild index 14790d2dae..6c6835fb1e 100644 --- a/office/apvlv/apvlv.SlackBuild +++ b/office/apvlv/apvlv.SlackBuild @@ -25,7 +25,7 @@ PRGNAM=apvlv -VERSION=${VERSION:-0.1.2} +VERSION=${VERSION:-0.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -71,11 +71,6 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# patch for newer poppler version, won't build without -# from: http://code.google.com/p/apvlv/issues/detail?id=110 -# and adapted for 0.1.2 -patch -p1 < ${CWD}/poppler-0.15.1.diff - mkdir -p build cd build cmake .. \ |