summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xsource/l/gst-plugins-bad-free/fetch-sources.sh2
-rw-r--r--source/l/pango/pango.url1
-rw-r--r--source/l/pango/slack-desc2
-rwxr-xr-xsource/x/egl-wayland/egl-wayland.SlackBuild4
4 files changed, 5 insertions, 4 deletions
diff --git a/source/l/gst-plugins-bad-free/fetch-sources.sh b/source/l/gst-plugins-bad-free/fetch-sources.sh
index 99fa01ded..8d6f54d53 100755
--- a/source/l/gst-plugins-bad-free/fetch-sources.sh
+++ b/source/l/gst-plugins-bad-free/fetch-sources.sh
@@ -26,7 +26,7 @@
#
# Example: VERSION=1.18.5 ./fetch-sources.sh
-VERSION=${VERSION:-1.22.6}
+VERSION=${VERSION:-1.22.7}
rm -rf rm -rf gst-plugins-bad-free-$VERSION gst-plugins-bad-$VERSION
diff --git a/source/l/pango/pango.url b/source/l/pango/pango.url
new file mode 100644
index 000000000..429e2d71c
--- /dev/null
+++ b/source/l/pango/pango.url
@@ -0,0 +1 @@
+https://github.com/GNOME/pango
diff --git a/source/l/pango/slack-desc b/source/l/pango/slack-desc
index 110fb3f48..6c3f82ecd 100644
--- a/source/l/pango/slack-desc
+++ b/source/l/pango/slack-desc
@@ -14,6 +14,6 @@ pango: is needed; however, most of the work on Pango was done using the GTK+
pango: widget toolkit as a test platform. Pango forms the core of text and
pango: font handling for GTK.
pango:
-pango:
+pango: Homepage: https://pango.gnome.org
pango:
pango:
diff --git a/source/x/egl-wayland/egl-wayland.SlackBuild b/source/x/egl-wayland/egl-wayland.SlackBuild
index 4448e0f84..6f6bce353 100755
--- a/source/x/egl-wayland/egl-wayland.SlackBuild
+++ b/source/x/egl-wayland/egl-wayland.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=egl-wayland
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
@@ -99,7 +99,7 @@ meson setup \
cd ..
# Install the NVidia ICD file:
-mkdir $PKG/usr/share/egl/egl_external_platform.d/
+mkdir -p $PKG/usr/share/egl/egl_external_platform.d/
cp -a $CWD/10_nvidia_wayland.json $PKG/usr/share/egl/egl_external_platform.d/
chown root:root $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json
chmod 644 $PKG/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json