diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2024-02-16 20:18:59 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2024-02-16 22:05:09 +0100 |
commit | 68034e96e4f776bbb90ad0aac20df91c51602715 (patch) | |
tree | dcd0392aeca2ae37349762d2057f04294a47c86d /source/ap | |
parent | ca8d589d9fb552cb0ef93ab298840bffd87985a6 (diff) | |
download | current-68034e96e4f776bbb90ad0aac20df91c51602715.tar.gz current-68034e96e4f776bbb90ad0aac20df91c51602715.tar.xz |
Fri Feb 16 20:18:59 UTC 202420240216201859
a/kernel-generic-6.6.17-x86_64-1.txz: Upgraded.
a/kernel-huge-6.6.17-x86_64-1.txz: Upgraded.
a/kernel-modules-6.6.17-x86_64-1.txz: Upgraded.
ap/soma-3.3.7-noarch-3.txz: Rebuilt.
Strip trailing whitespace from soma.desktop. Thanks to DryFalls.
d/kernel-headers-6.6.17-x86-1.txz: Upgraded.
k/kernel-source-6.6.17-noarch-1.txz: Upgraded.
l/mozilla-nss-3.98-x86_64-1.txz: Upgraded.
n/ca-certificates-20240216-noarch-1.txz: Upgraded.
This update provides the latest CA certificates to check for the
authenticity of SSL connections.
x/ibus-m17n-1.4.28-x86_64-1.txz: Upgraded.
isolinux/initrd.img: Rebuilt.
kernels/*: Upgraded.
usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/ap')
-rwxr-xr-x | source/ap/soma/soma.SlackBuild | 4 | ||||
-rw-r--r-- | source/ap/soma/soma.desktop.strip.trailing.whitespace.diff | 22 |
2 files changed, 25 insertions, 1 deletions
diff --git a/source/ap/soma/soma.SlackBuild b/source/ap/soma/soma.SlackBuild index be716350c..a5724403f 100755 --- a/source/ap/soma/soma.SlackBuild +++ b/source/ap/soma/soma.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=soma VERSION=${VERSION:-3.3.7} ARCH=noarch -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -56,6 +56,8 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \+ +cat $CWD/soma.desktop.strip.trailing.whitespace.diff | patch -p1 || exit 1 + mkdir -p \ $PKG/install \ $PKG/etc/soma/themes \ diff --git a/source/ap/soma/soma.desktop.strip.trailing.whitespace.diff b/source/ap/soma/soma.desktop.strip.trailing.whitespace.diff new file mode 100644 index 000000000..617f3d38a --- /dev/null +++ b/source/ap/soma/soma.desktop.strip.trailing.whitespace.diff @@ -0,0 +1,22 @@ +--- ./soma.desktop.orig 2021-02-07 12:21:29.000000000 -0600 ++++ ./soma.desktop 2024-02-16 13:58:32.684887399 -0600 +@@ -1,11 +1,11 @@ +-[Desktop Entry] +-Version=1.0 +-Type=Application ++[Desktop Entry] ++Version=1.0 ++Type=Application + Name=Internet Radio +-Comment=Soma - Live Internet Streams +-Exec=soma +-Icon=Radio +-Terminal=true +-StartupNotify=false ++Comment=Soma - Live Internet Streams ++Exec=soma ++Icon=Radio ++Terminal=true ++StartupNotify=false + Categories=Application;Network;Audio;Player; + GenericName=Live Internet Radio Streams |