diff options
Diffstat (limited to 'network/opera/opera.SlackBuild')
-rw-r--r-- | network/opera/opera.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/network/opera/opera.SlackBuild b/network/opera/opera.SlackBuild index 8842600d30..6e86f1d629 100644 --- a/network/opera/opera.SlackBuild +++ b/network/opera/opera.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=opera -VERSION=${VERSION:-89.0.4447.83} +VERSION=${VERSION:-105.0.4970.29} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -106,6 +106,8 @@ install -Dm644 $CWD/eula.html $PKG/usr/share/licenses/$PRGNAM/eula.html install -Dm644 $CWD/terms.html $PKG/usr/share/licenses/$PRGNAM/terms.html install -Dm644 $CWD/privacy.html $PKG/usr/share/licenses/$PRGNAM/privacy.html +sed -i '/^TargetEnvironment/d' $PKG/usr/share/applications/$PRGNAM.desktop + cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |