Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update yambar
@ 2024-04-27 14:19 Baturax
  2024-04-28  9:17 ` [PR REVIEW] " AnInternetTroll
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Baturax @ 2024-04-27 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Baturax/void-packages master
https://github.com/void-linux/void-packages/pull/50057

Update yambar
- I tested the changes in this PR: **YES**

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

- I built this PR locally for my native architecture, (ARCH-LIBC)


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

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

From aee43daa25ce180ea730410ff0061b73860f38d6 Mon Sep 17 00:00:00 2001
From: Bai <batuhanakkurt000@gmail.com>
Date: Sat, 27 Apr 2024 17:17:41 +0300
Subject: [PATCH] Update yambar

---
 srcpkgs/yambar/template | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/srcpkgs/yambar/template b/srcpkgs/yambar/template
index abda5138c9aead..9bb9c477845ac3 100644
--- a/srcpkgs/yambar/template
+++ b/srcpkgs/yambar/template
@@ -1,6 +1,6 @@
 # Template file for 'yambar'
 pkgname=yambar
-version=1.10.0
+version=1.11.0
 revision=1
 build_style=meson
 hostmakedepends="flex pkg-config scdoc wayland-devel"
@@ -15,20 +15,19 @@ license="MIT"
 homepage="https://codeberg.org/dnkl/yambar"
 changelog="https://codeberg.org/dnkl/yambar/raw/branch/master/CHANGELOG.md"
 distfiles="https://codeberg.org/dnkl/yambar/archive/${version}.tar.gz"
-checksum=ebf08a17b77053f16038c1538fe9d410d06289b8ea28ff5a5022aca8e9b84807
-
-do_check() {
-	xvfb-run ninja -C build/ test
+checksum=3649878ae7282203b4ff2aa9f45afad32a6fc8c921d94b6abdac2a1d21045aaf
+9o_check() {
+        xvfb-run ninja -C build/ test
 }
 
 post_install() {
-	vlicense LICENSE
+        vlicense LICENSE
 }
 
 yambar-devel_package() {
-	depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
-	short_desc+=" - development files"
-	pkg_install() {
-		vmove usr/include
-	}
+        depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
+        short_desc+=" - development files"
+        pkg_install() {
+                vmove usr/include
+        }
 }

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

* Re: [PR REVIEW] Update yambar
  2024-04-27 14:19 [PR PATCH] Update yambar Baturax
@ 2024-04-28  9:17 ` AnInternetTroll
  2024-05-28 19:50 ` [PR PATCH] [Closed]: " cinerea0
  2024-05-28 19:50 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: AnInternetTroll @ 2024-04-28  9:17 UTC (permalink / raw)
  To: ml

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

New review comment by AnInternetTroll on void-packages repository

https://github.com/void-linux/void-packages/pull/50057#discussion_r1582068413

Comment:
```suggestion
do_check() {
```

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

* Re: [PR PATCH] [Closed]: Update yambar
  2024-04-27 14:19 [PR PATCH] Update yambar Baturax
  2024-04-28  9:17 ` [PR REVIEW] " AnInternetTroll
@ 2024-05-28 19:50 ` cinerea0
  2024-05-28 19:50 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-28 19:50 UTC (permalink / raw)
  To: ml

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

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

Update yambar
https://github.com/void-linux/void-packages/pull/50057

Description:
- I tested the changes in this PR: **YES**

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

- I built this PR locally for my native architecture, (ARCH-LIBC)


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

* Re: Update yambar
  2024-04-27 14:19 [PR PATCH] Update yambar Baturax
  2024-04-28  9:17 ` [PR REVIEW] " AnInternetTroll
  2024-05-28 19:50 ` [PR PATCH] [Closed]: " cinerea0
@ 2024-05-28 19:50 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-05-28 19:50 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/50057#issuecomment-2135995990

Comment:
Superseded by https://github.com/void-linux/void-packages/commit/cd7d507a6420bf5808c1f5e61dbab2a2a0da3693; closing.

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

end of thread, other threads:[~2024-05-28 19:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-27 14:19 [PR PATCH] Update yambar Baturax
2024-04-28  9:17 ` [PR REVIEW] " AnInternetTroll
2024-05-28 19:50 ` [PR PATCH] [Closed]: " cinerea0
2024-05-28 19:50 ` cinerea0

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).