diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-21 18:12:28 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-21 18:12:28 +0200 |
| commit | babe51cc598319a3abe1da0affb5a34d4ef6be13 (patch) | |
| tree | 9936bcd06a8c36b49b0c494ea76be7e6730a86e6 | |
| parent | e01824515806d2943aa9266a9befaf37b740ac2c (diff) | |
| download | my-slackbuilds-babe51cc598319a3abe1da0affb5a34d4ef6be13.tar.gz my-slackbuilds-babe51cc598319a3abe1da0affb5a34d4ef6be13.zip | |
pcsx2: drop kddockwidgets from REQUIRES
Slackware -current ships kddockwidgets 2.4.1 in the KDE series
(slackware64/kde), the same version the SBo tree carries, so listing it
as a dependency made the build pull in and rebuild a library the base
system already provides. This package targets -current only, so the
dependency is always redundant here.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
| -rw-r--r-- | pcsx2/pcsx2.SlackBuild | 6 | ||||
| -rw-r--r-- | pcsx2/pcsx2.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pcsx2/pcsx2.SlackBuild b/pcsx2/pcsx2.SlackBuild index e3740de..6745204 100644 --- a/pcsx2/pcsx2.SlackBuild +++ b/pcsx2/pcsx2.SlackBuild @@ -35,9 +35,9 @@ GIT_HASH=${GIT_HASH:-fd9d310ccbb6b8b62c976da8886a3c8fd3a10ff3} # Slackware -current ships SDL3, Qt6, libpng, libjpeg-turbo, libwebp, lz4, # zstd, ffmpeg and the Vulkan headers at or above the versions upstream pins, -# and kddockwidgets comes from SBo. Only the deps below have no packaged -# counterpart, so they are the only ones built here. Versions are upstream's -# pins from .github/workflows/scripts/linux/build-dependencies-qt.sh. +# and kddockwidgets ships in the KDE series. Only the deps below have no +# packaged counterpart, so they are the only ones built here. Versions are +# upstream's pins from .github/workflows/scripts/linux/build-dependencies-qt.sh. LIBBACKTRACE=${LIBBACKTRACE:-ad106d5fdd5d960bd33fae1c48a351af567fd075} PLUTOVG=${PLUTOVG:-1.3.2} PLUTOSVG=${PLUTOSVG:-0.0.7} diff --git a/pcsx2/pcsx2.info b/pcsx2/pcsx2.info index 52538ac..0559874 100644 --- a/pcsx2/pcsx2.info +++ b/pcsx2/pcsx2.info @@ -23,6 +23,6 @@ MD5SUM_x86_64="0fc17f7ac25017fd0c09d23c5bb990bd \ 216183751d35b7ec18c514516f1ce8e6 \ 88d2899666e260d710500beb101dc9fd \ 3824b67172252d7a446f1ddf71714dcd" -REQUIRES="kddockwidgets" +REQUIRES="" MAINTAINER="danix" EMAIL="danix@danix.xyz" |
