diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2018-09-18 16:11:09 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-09-21 23:32:25 +0100 |
commit | 0a4899caf21ab182531f5c5e62d7af9e4a1fd36f (patch) | |
tree | 266ea9b0b55f3b34ac98b4d23eaca1b5189aec27 /misc/subsurface/subsurface.SlackBuild | |
parent | 11a1f5aacf8283baa913e1f22ded4f8c575e1732 (diff) | |
download | slackbuilds-0a4899caf21ab182531f5c5e62d7af9e4a1fd36f.tar.gz |
misc/subsurface: Updated for version 4.8.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'misc/subsurface/subsurface.SlackBuild')
-rw-r--r-- | misc/subsurface/subsurface.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/subsurface/subsurface.SlackBuild b/misc/subsurface/subsurface.SlackBuild index 79bf2c8241..086043aca7 100644 --- a/misc/subsurface/subsurface.SlackBuild +++ b/misc/subsurface/subsurface.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=subsurface SRCNAM=Subsurface -VERSION=${VERSION:-4.8.1} +VERSION=${VERSION:-4.8.2} MD5LONG=${MD5LONG:-54a357f9590d9cf011bf1713589f66bad65e00eb} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,8 +77,8 @@ find -L . \ # https://mail.kde.org/pipermail/release-team/2015-August/008911.html sed -i 's|#include <grantlee_templates.h>|#include "grantlee_templates_local.h"|' \ desktop-widgets/templatelayout.h -cat /usr/include/Grantlee5/grantlee_templates.h | \ - sed -e 's|grantlee/|Grantlee5/grantlee/|'\ +sed -e 's|grantlee/|Grantlee5/grantlee/|' \ + /usr/include/Grantlee5/grantlee_templates.h \ > grantlee_templates_local.h # Fix the location detection of googlemaps |