diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-07-13 20:51:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-07-14 08:59:52 +0200 |
commit | 9a1642993e87ad9ab0401f7d7b88957e387f5e28 (patch) | |
tree | 3f7ce64b6afadf22a388cb6293c88bef7eab5e61 /source/xap | |
parent | 9889bfd95174d85b1114096b9cb01caa8f5c524b (diff) | |
download | current-9a1642993e87ad9ab0401f7d7b88957e387f5e28.tar.gz current-9a1642993e87ad9ab0401f7d7b88957e387f5e28.tar.xz |
Tue Jul 13 20:51:28 UTC 202120210713205128
xap/seamonkey-2.53.8-x86_64-2.txz: Rebuilt.
Fixed desktop files changing Terminal=0 to Terminal=false. Thanks to marav.
Diffstat (limited to 'source/xap')
5 files changed, 5 insertions, 5 deletions
diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index 65d939a21..5e6ce17dc 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Whether to include faad/aac support: FAAD=${FAAD:---disable-aac} diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson index bfb33c58f..a49c0c4ab 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild.meson @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-3} # Whether to include faad/aac support: FAAD=${FAAD:-false} diff --git a/source/xap/seamonkey/seamonkey-mail.desktop b/source/xap/seamonkey/seamonkey-mail.desktop index 1e0b62b1b..f53d8cb8f 100644 --- a/source/xap/seamonkey/seamonkey-mail.desktop +++ b/source/xap/seamonkey/seamonkey-mail.desktop @@ -3,6 +3,6 @@ Name=SeaMonkey Mail Comment=Read Mail with SeaMonkey Exec=/usr/bin/seamonkey -mail Icon=/usr/share/pixmaps/seamonkey-mail-icon.png -Terminal=0 +Terminal=false Type=Application Categories=Application;Network; diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild index 77b651123..a18e38147 100755 --- a/source/xap/seamonkey/seamonkey.SlackBuild +++ b/source/xap/seamonkey/seamonkey.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=seamonkey TARBALLVER=${VERSION:-$(basename $(ls seamonkey-*.tar.* | cut -d - -f 2 | rev | cut -f 3- -d . | rev) .source)} # Strip the end from beta versions: VERSION=$(echo $TARBALLVER | cut -f 1 -d b) -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/xap/seamonkey/seamonkey.desktop b/source/xap/seamonkey/seamonkey.desktop index eaf81ddff..827ac20be 100644 --- a/source/xap/seamonkey/seamonkey.desktop +++ b/source/xap/seamonkey/seamonkey.desktop @@ -3,7 +3,7 @@ Name=SeaMonkey Comment=Web Browser Exec=/usr/bin/seamonkey Icon=/usr/share/pixmaps/seamonkey-icon.png -Terminal=0 +Terminal=false Type=Application MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https; Categories=Application;Network; |