diff options
-rw-r--r-- | network/otter/otter.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/otter/otter.SlackBuild b/network/otter/otter.SlackBuild index 209d39b71e..0aa18bbb1a 100644 --- a/network/otter/otter.SlackBuild +++ b/network/otter/otter.SlackBuild @@ -25,7 +25,7 @@ SRCNAM=otter-browser PRGNAM=$(echo $SRCNAM | cut -c1-5) VERSION=${VERSION:-0.9.07} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -70,6 +70,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fix font size for non-OpenDesktop window managers +export QT_STYLE_OVERRIDE=gtk + mkdir -p build cd build cmake \ |