Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paul Bredbury
aports
Commits
20bc43b0
Commit
20bc43b0
authored
1 year ago
by
Sören Tempel
Committed by
Jakub Jirutka
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/waylock: upgrade to 0.6.5
https://codeberg.org/ifreund/waylock/releases/tag/v0.6.5
parent
7ad298b4
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/waylock/APKBUILD
+4
-2
4 additions, 2 deletions
testing/waylock/APKBUILD
testing/waylock/fix-version-string.patch
+15
-0
15 additions, 0 deletions
testing/waylock/fix-version-string.patch
with
19 additions
and
2 deletions
testing/waylock/APKBUILD
+
4
−
2
View file @
20bc43b0
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname
=
waylock
pkgver
=
0.6.
4
pkgver
=
0.6.
5
pkgrel
=
0
pkgdesc
=
"A small screenlocker for Wayland compositors"
url
=
"https://codeberg.org/ifreund/waylock"
...
...
@@ -17,6 +17,7 @@ makedepends="
"
subpackages
=
"
$pkgname
-doc"
source
=
"https://codeberg.org/ifreund/waylock/releases/download/v
$pkgver
/waylock-
$pkgver
.tar.gz
fix-version-string.patch
pam-base-auth.patch
"
...
...
@@ -36,6 +37,7 @@ package() {
}
sha512sums
=
"
c663223cdfd99c4bc730ae06d75c4a8e75f068f07245d15fa7c463e468b2dcfaae2e8a46f83f380cc4b86059045337ed00b1eae223bc4ea67058831f6f6febd0 waylock-0.6.4.tar.gz
1a158205c12c51946178ede06eded9f54aff03aefdb5c3e306b1570ef786a611405cfcb96bafb4bd29a82016077fce0630c406d56431ad7dc5cbfb9a5696b589 waylock-0.6.5.tar.gz
c1782ce8f6e2a2eab4bc5cdfdba22e0e9b14e89c319737bd0c331a9b8c4b09cc9debafa33c6936631f6db14331ebecf0d327dc05d8c8a77a36ef45de35639750 fix-version-string.patch
e3f5aa479908babbeea2febecdf7c57a5cf6b9153c4cd63731721cdf6d50bd0417077b37effec1520064918a422c4313d24ee9c2b2a77c328be931ffbeb03161 pam-base-auth.patch
"
This diff is collapsed.
Click to expand it.
testing/waylock/fix-version-string.patch
0 → 100644
+
15
−
0
View file @
20bc43b0
This is a bug with the waylock 0.6.5 release tarball. The Git tag for 0.6.5
does not have this problem. This patch can be removed on the next release.
diff -upr waylock-0.6.5.orig/build.zig waylock-0.6.5/build.zig
--- waylock-0.6.5.orig/build.zig 2024-03-03 10:47:47.439903112 +0100
+++ waylock-0.6.5/build.zig 2024-03-03 10:47:55.963263085 +0100
@@ -10,7 +10,7 @@
const Scanner = @import("deps/zig-waylan
/// development with the "-dev" suffix.
/// When a release is tagged, the "-dev" suffix should be removed for the commit that gets tagged.
/// Directly after the tagged commit, the version should be bumped and the "-dev" suffix added.
-const version = "0.6.6-dev";
+const version = "0.6.5";
pub fn build(b: *Build) !void {
const target = b.standardTargetOptions(.{});
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment