Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] swaylock: update to 1.7.2.
@ 2023-01-30 17:01 mhmdanas
  2023-02-04 21:28 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-01-30 17:01 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages swaylock-1.7.2
https://github.com/void-linux/void-packages/pull/41976

swaylock: update to 1.7.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/41976.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-swaylock-1.7.2-41976.patch --]
[-- Type: text/x-diff, Size: 2677 bytes --]

From 02dd7019350a61cac1334efa03c111db1fc6a485 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Mon, 30 Jan 2023 16:58:51 +0000
Subject: [PATCH] swaylock: update to 1.7.2.

---
 .../fix-shm_unlink-undefined-reference.patch  | 29 -------------------
 srcpkgs/swaylock/template                     |  9 +++---
 2 files changed, 5 insertions(+), 33 deletions(-)
 delete mode 100644 srcpkgs/swaylock/patches/fix-shm_unlink-undefined-reference.patch

diff --git a/srcpkgs/swaylock/patches/fix-shm_unlink-undefined-reference.patch b/srcpkgs/swaylock/patches/fix-shm_unlink-undefined-reference.patch
deleted file mode 100644
index e155d7f85ca8..000000000000
--- a/srcpkgs/swaylock/patches/fix-shm_unlink-undefined-reference.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From d9e71c87c7af8687750901d71409140f1bd181bd Mon Sep 17 00:00:00 2001
-From: nerdopolis <bluescreen_avenger@verizon.net>
-Date: Sun, 27 Nov 2022 18:46:05 -0500
-Subject: [PATCH] Fix build on Debian Stable
-
----
- meson.build | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/meson.build b/meson.build
-index ace7c933..13548b74 100644
---- a/meson.build
-+++ b/meson.build
-@@ -47,6 +47,7 @@ fish_comp = dependency('fish', required: false)
- libpam = cc.find_library('pam', required: get_option('pam'))
- crypt = cc.find_library('crypt', required: not libpam.found())
- math = cc.find_library('m')
-+rt = cc.find_library('rt')
- 
- git = find_program('git', required: false)
- scdoc = find_program('scdoc', required: get_option('man-pages'))
-@@ -112,6 +113,7 @@ dependencies = [
- 	client_protos,
- 	gdk_pixbuf,
- 	math,
-+	rt,
- 	xkbcommon,
- 	wayland_client,
- ]
diff --git a/srcpkgs/swaylock/template b/srcpkgs/swaylock/template
index 1675363faf95..0212a1fab532 100644
--- a/srcpkgs/swaylock/template
+++ b/srcpkgs/swaylock/template
@@ -1,6 +1,6 @@
 # Template file for 'swaylock'
 pkgname=swaylock
-version=1.7
+version=1.7.2
 revision=1
 build_style=meson
 conf_files="/etc/pam.d/swaylock"
@@ -10,9 +10,10 @@ makedepends="wayland-protocols cairo-devel gdk-pixbuf-devel pam-devel
 short_desc="Screen locker for Wayland"
 maintainer="Derriick <derriick.ensiie@yahoo.com>"
 license="MIT"
-homepage="https://swaywm.org"
-distfiles="https://github.com/swaywm/swaylock/archive/${version}.tar.gz"
-checksum=4c4d3c3ed838c085feb0b237b9aaaabdf66cbc05e2b034b2cb5c552957e620d6
+homepage="https://github.com/swaywm/swaylock"
+changelog="https://github.com/swaywm/swaylock/releases"
+distfiles="https://github.com/swaywm/swaylock/releases/download/v${version}/swaylock-${version}.tar.gz"
+checksum=bf965d47fb6fc1402f854d4679d21a9459713fc0f330bc607c9585db097b4304
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: swaylock: update to 1.7.2.
  2023-01-30 17:01 [PR PATCH] swaylock: update to 1.7.2 mhmdanas
@ 2023-02-04 21:28 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-02-04 21:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

There's a merged pull request on the void-packages repository

swaylock: update to 1.7.2.
https://github.com/void-linux/void-packages/pull/41976

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-04 21:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-30 17:01 [PR PATCH] swaylock: update to 1.7.2 mhmdanas
2023-02-04 21:28 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).