Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Hyprpicker
@ 2024-03-22 18:18 zen0bit
  2024-03-22 18:18 ` [PR PATCH] [Updated] Hyprpicker zen0bit
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: zen0bit @ 2024-03-22 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR hyprpicker
https://github.com/void-linux/void-packages/pull/49461

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 6a8260588ff95bc826d02d62a14a2c9657615123 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@protonmail.com>
Date: Mon, 18 Mar 2024 12:49:27 +0100
Subject: [PATCH 1/2] * trigger manually *

---
 .github/workflows/build.yaml     | 8 +++++---
 .github/workflows/container.yaml | 6 +++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 03b5c270dbb440..4ab73287e60ad4 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -1,15 +1,17 @@
-name: Check build
+name: Check build anywhere
 
 on:
   pull_request:
     paths:
       - 'srcpkgs/**'
   push:
-    branches:
-      - 'ci-**'
+    # branches:
+      # - 'ci-**'
     paths:
       - 'srcpkgs/**'
 
+  workflow_dispatch:
+
 concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml
index 957b6e849d5918..0721129f1c0ddf 100644
--- a/.github/workflows/container.yaml
+++ b/.github/workflows/container.yaml
@@ -1,5 +1,5 @@
 ---
-name: 'Build buildroot containers'
+name: 'Build buildroot containers anywhere'
 
 on:
   workflow_dispatch:
@@ -9,8 +9,8 @@ on:
     paths:
       - common/container/**
   push:
-    branches:
-      - master
+    # branches:
+      # - master
     paths:
       - common/container/**
 

From 18c48dbdd104103276a1bf8b989545601e4be4ab Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 22 Mar 2024 19:06:34 +0100
Subject: [PATCH 2/2] hyprpicker: update to 2.0.0

---
 srcpkgs/hyprpicker/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
index 8b32478c0e9c8e..1aa195f78f6c4c 100644
--- a/srcpkgs/hyprpicker/template
+++ b/srcpkgs/hyprpicker/template
@@ -1,6 +1,6 @@
 # Template file for 'hyprpicker'
 pkgname=hyprpicker
-version=0.1.1
+version=0.2.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/hyprwm/hyprpicker"
 changelog="https://github.com/hyprwm/hyprpicker/releases"
 distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
-checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+checksum=fa1b0c29682f5ede5a03d754770d152f38d869bc1faa300564680cef2de0758a
 
 pre_build() {
 	make protocols

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

* Re: [PR PATCH] [Updated] Hyprpicker
  2024-03-22 18:18 [PR PATCH] Hyprpicker zen0bit
@ 2024-03-22 18:18 ` zen0bit
  2024-03-22 18:23 ` zen0bit
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: zen0bit @ 2024-03-22 18:18 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR hyprpicker
https://github.com/void-linux/void-packages/pull/49461

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 3d7af09148b67c99d15b8da82aa1de1de67f7d99 Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 22 Mar 2024 19:06:34 +0100
Subject: [PATCH] hyprpicker: update to 2.0.0

---
 srcpkgs/hyprpicker/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
index 8b32478c0e9c8e..1aa195f78f6c4c 100644
--- a/srcpkgs/hyprpicker/template
+++ b/srcpkgs/hyprpicker/template
@@ -1,6 +1,6 @@
 # Template file for 'hyprpicker'
 pkgname=hyprpicker
-version=0.1.1
+version=0.2.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://github.com/hyprwm/hyprpicker"
 changelog="https://github.com/hyprwm/hyprpicker/releases"
 distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
-checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+checksum=fa1b0c29682f5ede5a03d754770d152f38d869bc1faa300564680cef2de0758a
 
 pre_build() {
 	make protocols

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

* Re: [PR PATCH] [Updated] Hyprpicker
  2024-03-22 18:18 [PR PATCH] Hyprpicker zen0bit
  2024-03-22 18:18 ` [PR PATCH] [Updated] Hyprpicker zen0bit
@ 2024-03-22 18:23 ` zen0bit
  2024-03-22 21:03 ` [PR PATCH] [Updated] hyprpicker: update to 2.0.0 zen0bit
  2024-03-23  2:10 ` [PR PATCH] [Merged]: hyprpicker: update to 0.2.0 cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: zen0bit @ 2024-03-22 18:23 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR hyprpicker
https://github.com/void-linux/void-packages/pull/49461

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 689c6c2019081cdb299f0f1e9d4b10260f8fcbaa Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 22 Mar 2024 19:06:34 +0100
Subject: [PATCH] hyprpicker: update to 2.0.0

---
 srcpkgs/hyprpicker/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
index 8b32478c0e9c8e..e43df7940fd859 100644
--- a/srcpkgs/hyprpicker/template
+++ b/srcpkgs/hyprpicker/template
@@ -1,17 +1,17 @@
 # Template file for 'hyprpicker'
 pkgname=hyprpicker
-version=0.1.1
+version=0.2.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel libglvnd-devel"
-short_desc="wlroots-compatible Wayland color picker that does not suck"
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
 maintainer="RAR27 <rar27@tuta.io>"
 license="BSD-3-Clause"
 homepage="https://github.com/hyprwm/hyprpicker"
 changelog="https://github.com/hyprwm/hyprpicker/releases"
 distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
-checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+checksum=fa1b0c29682f5ede5a03d754770d152f38d869bc1faa300564680cef2de0758a
 
 pre_build() {
 	make protocols

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

* Re: [PR PATCH] [Updated] hyprpicker: update to 2.0.0
  2024-03-22 18:18 [PR PATCH] Hyprpicker zen0bit
  2024-03-22 18:18 ` [PR PATCH] [Updated] Hyprpicker zen0bit
  2024-03-22 18:23 ` zen0bit
@ 2024-03-22 21:03 ` zen0bit
  2024-03-23  2:10 ` [PR PATCH] [Merged]: hyprpicker: update to 0.2.0 cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: zen0bit @ 2024-03-22 21:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by zen0bit against master on the void-packages repository

https://github.com/oSoWoSo/VUR hyprpicker
https://github.com/void-linux/void-packages/pull/49461

hyprpicker: update to 2.0.0
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

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

From 7fee2ad1bea241dd85a47b1aa931d38ec325f37c Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Fri, 22 Mar 2024 19:06:34 +0100
Subject: [PATCH] hyprpicker: update to 0.2.0

---
 srcpkgs/hyprpicker/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
index 8b32478c0e9c8e..e43df7940fd859 100644
--- a/srcpkgs/hyprpicker/template
+++ b/srcpkgs/hyprpicker/template
@@ -1,17 +1,17 @@
 # Template file for 'hyprpicker'
 pkgname=hyprpicker
-version=0.1.1
+version=0.2.0
 revision=1
 build_style=cmake
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel libglvnd-devel"
-short_desc="wlroots-compatible Wayland color picker that does not suck"
+short_desc="Wlroots-compatible Wayland color picker that does not suck"
 maintainer="RAR27 <rar27@tuta.io>"
 license="BSD-3-Clause"
 homepage="https://github.com/hyprwm/hyprpicker"
 changelog="https://github.com/hyprwm/hyprpicker/releases"
 distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
-checksum=f6a5e57dc69e3b0499a34f4533583bd7d7770f5a1a9834f521b532f0d1ec26e0
+checksum=fa1b0c29682f5ede5a03d754770d152f38d869bc1faa300564680cef2de0758a
 
 pre_build() {
 	make protocols

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

* Re: [PR PATCH] [Merged]: hyprpicker: update to 0.2.0
  2024-03-22 18:18 [PR PATCH] Hyprpicker zen0bit
                   ` (2 preceding siblings ...)
  2024-03-22 21:03 ` [PR PATCH] [Updated] hyprpicker: update to 2.0.0 zen0bit
@ 2024-03-23  2:10 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-03-23  2:10 UTC (permalink / raw)
  To: ml

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

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

hyprpicker: update to 0.2.0
https://github.com/void-linux/void-packages/pull/49461

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

end of thread, other threads:[~2024-03-23  2:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-22 18:18 [PR PATCH] Hyprpicker zen0bit
2024-03-22 18:18 ` [PR PATCH] [Updated] Hyprpicker zen0bit
2024-03-22 18:23 ` zen0bit
2024-03-22 21:03 ` [PR PATCH] [Updated] hyprpicker: update to 2.0.0 zen0bit
2024-03-23  2:10 ` [PR PATCH] [Merged]: hyprpicker: update to 0.2.0 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).