Rebase opt-in fingerprint workaround onto KScreenLocker 6.7.5
This commit is contained in:
@@ -5,13 +5,15 @@ set -euo pipefail
|
||||
repo_root=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd)
|
||||
source_dir="$repo_root/plasma-fingerprint-workaround/kscreenlocker"
|
||||
topdir="$repo_root/rpmbuild"
|
||||
version=${KSCREENLOCKER_VERSION:-6.7.4}
|
||||
version=${KSCREENLOCKER_VERSION:-6.7.5}
|
||||
base_release=${KSCREENLOCKER_BASE_RELEASE:-1}
|
||||
workaround_release=${KSCREENLOCKER_WORKAROUND_RELEASE:-5}
|
||||
workaround_release=${KSCREENLOCKER_WORKAROUND_RELEASE:-6}
|
||||
archive="$topdir/SOURCES/kscreenlocker-$version.tar.xz"
|
||||
archive_url="https://download.kde.org/stable/plasma/$version/kscreenlocker-$version.tar.xz"
|
||||
|
||||
if [[ $version == 6.7.4 ]]; then
|
||||
if [[ $version == 6.7.5 ]]; then
|
||||
default_archive_sha256=6c41ce2cb79d2b85d4fbe5a3a61c09e40c70e5a869ae6f0352c7e1cb3b44606b
|
||||
elif [[ $version == 6.7.4 ]]; then
|
||||
default_archive_sha256=f9cd525d501f08931f2c0b4d08f5384588967bc89fac62e39ed4ae2da2925a39
|
||||
else
|
||||
default_archive_sha256=
|
||||
|
||||
Reference in New Issue
Block a user