Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kickoff-0.7.1
@ 2023-11-25 18:40 migue07juegos
  2023-12-09 16:15 ` [PR PATCH] [Updated] " migue07juegos
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: migue07juegos @ 2023-11-25 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.7.1
<!-- 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 0000000000000..9b0184e9fa762
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.1
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
@ 2023-12-09 16:15 ` migue07juegos
  2023-12-09 16:26 ` migue07juegos
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2023-12-09 16:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.7.1
<!-- 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 0000000000000..9b0184e9fa762
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.1
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
  2023-12-09 16:15 ` [PR PATCH] [Updated] " migue07juegos
@ 2023-12-09 16:26 ` migue07juegos
  2024-01-03  0:55 ` [PR PATCH] [Updated] New package: kickoff-0.7.2 migue07juegos
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2023-12-09 16:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.7.1
<!-- 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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 0000000000000..9b0184e9fa762
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa762..8532a60bf333f 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
  2023-12-09 16:15 ` [PR PATCH] [Updated] " migue07juegos
  2023-12-09 16:26 ` migue07juegos
@ 2024-01-03  0:55 ` migue07juegos
  2024-01-26  2:47 ` migue07juegos
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-01-03  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 0000000000000..9b0184e9fa762
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa762..8532a60bf333f 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (2 preceding siblings ...)
  2024-01-03  0:55 ` [PR PATCH] [Updated] New package: kickoff-0.7.2 migue07juegos
@ 2024-01-26  2:47 ` migue07juegos
  2024-03-15  0:19 ` migue07juegos
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-01-26  2:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 0000000000000..9b0184e9fa762
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa762..8532a60bf333f 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (3 preceding siblings ...)
  2024-01-26  2:47 ` migue07juegos
@ 2024-03-15  0:19 ` migue07juegos
  2024-03-21 23:08 ` migue07juegos
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-03-15  0:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (4 preceding siblings ...)
  2024-03-15  0:19 ` migue07juegos
@ 2024-03-21 23:08 ` migue07juegos
  2024-04-06 18:35 ` migue07juegos
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-03-21 23:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (5 preceding siblings ...)
  2024-03-21 23:08 ` migue07juegos
@ 2024-04-06 18:35 ` migue07juegos
  2024-04-27 22:49 ` migue07juegos
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-04-06 18:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (6 preceding siblings ...)
  2024-04-06 18:35 ` migue07juegos
@ 2024-04-27 22:49 ` migue07juegos
  2024-05-04 21:12 ` migue07juegos
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-04-27 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (7 preceding siblings ...)
  2024-04-27 22:49 ` migue07juegos
@ 2024-05-04 21:12 ` migue07juegos
  2024-06-04 23:24 ` migue07juegos
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-05-04 21:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (8 preceding siblings ...)
  2024-05-04 21:12 ` migue07juegos
@ 2024-06-04 23:24 ` migue07juegos
  2024-06-20 16:56 ` migue07juegos
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-06-04 23:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (9 preceding siblings ...)
  2024-06-04 23:24 ` migue07juegos
@ 2024-06-20 16:56 ` migue07juegos
  2024-07-04  0:05 ` mike7d7
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: migue07juegos @ 2024-06-20 16:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/migue07juegos/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (10 preceding siblings ...)
  2024-06-20 16:56 ` migue07juegos
@ 2024-07-04  0:05 ` mike7d7
  2024-07-12 21:27 ` mike7d7
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mike7d7 @ 2024-07-04  0:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mike7d7/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (11 preceding siblings ...)
  2024-07-04  0:05 ` mike7d7
@ 2024-07-12 21:27 ` mike7d7
  2024-07-12 21:41 ` mike7d7
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: mike7d7 @ 2024-07-12 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mike7d7/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/2] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/2] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

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

* Re: [PR PATCH] [Updated] New package: kickoff-0.7.2
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (12 preceding siblings ...)
  2024-07-12 21:27 ` mike7d7
@ 2024-07-12 21:41 ` mike7d7
  2024-10-11  1:58 ` New package: kickoff-0.7.4 github-actions
  2024-10-25  2:00 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: mike7d7 @ 2024-07-12 21:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mike7d7/void-packages kickoff
https://github.com/void-linux/void-packages/pull/47398

New package: kickoff-0.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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

From 7a35edde0c6bbe9975726819c69220668867fc4d Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 25 Nov 2023 12:36:28 -0600
Subject: [PATCH 1/3] New package: kickoff-0.7.1

---
 srcpkgs/kickoff/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/kickoff/template

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
new file mode 100644
index 00000000000000..9b0184e9fa7621
--- /dev/null
+++ b/srcpkgs/kickoff/template
@@ -0,0 +1,13 @@
+# Template file for 'kickoff'
+pkgname=kickoff
+version=0.7.1
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config cmake"
+makedepends="fontconfig-devel freetype-devel libxkbcommon-devel"
+short_desc="Minimalistic program launcher"
+maintainer="migue07juegos <migue07mx@protonmail.com>"
+license="GPL-3.0-only"
+homepage="https://github.com/j0ru/kickoff"
+distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
+checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12

From 0fe1db007729c1861dc73d8a6b2cd27424443e44 Mon Sep 17 00:00:00 2001
From: migue07juegos <migue07mx@protonmail.com>
Date: Sat, 9 Dec 2023 10:26:26 -0600
Subject: [PATCH 2/3] bump version to 0.7.2

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 9b0184e9fa7621..8532a60bf333f6 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.1
+version=0.7.2
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=dd21473edbcac2a704bdb5bb3749291d416f405c6eab893f5edea2dcfcb2ad12
+checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b

From 17d64685f5188c9a05ce1a9023aaf05e2117b3c0 Mon Sep 17 00:00:00 2001
From: Miguel <migue07mx@protonmail.com>
Date: Fri, 12 Jul 2024 15:41:01 -0600
Subject: [PATCH 3/3] kickoff: update to 0.7.4

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

diff --git a/srcpkgs/kickoff/template b/srcpkgs/kickoff/template
index 8532a60bf333f6..823b2c051f193e 100644
--- a/srcpkgs/kickoff/template
+++ b/srcpkgs/kickoff/template
@@ -1,6 +1,6 @@
 # Template file for 'kickoff'
 pkgname=kickoff
-version=0.7.2
+version=0.7.4
 revision=1
 build_style=cargo
 hostmakedepends="pkg-config cmake"
@@ -10,4 +10,4 @@ maintainer="migue07juegos <migue07mx@protonmail.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/j0ru/kickoff"
 distfiles="https://github.com/j0ru/kickoff/archive/refs/tags/v${version}.tar.gz"
-checksum=1c678d4c8fa850a41a7cbc8fe9d32de1244a39e689d74328b4e1531e2f45cb0b
+checksum=754e487c8d8b6f457ae8c9364572bf5e62c61526ecd8377d6d70b0b74645604b

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

* Re: New package: kickoff-0.7.4
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (13 preceding siblings ...)
  2024-07-12 21:41 ` mike7d7
@ 2024-10-11  1:58 ` github-actions
  2024-10-25  2:00 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2024-10-11  1:58 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/47398#issuecomment-2406389813

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: kickoff-0.7.4
  2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
                   ` (14 preceding siblings ...)
  2024-10-11  1:58 ` New package: kickoff-0.7.4 github-actions
@ 2024-10-25  2:00 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2024-10-25  2:00 UTC (permalink / raw)
  To: ml

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

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

New package: kickoff-0.7.4
https://github.com/void-linux/void-packages/pull/47398

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**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (cross)
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv7l-musl (cross)
  - i686
  - x86_64-musl


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

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

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-25 18:40 [PR PATCH] New package: kickoff-0.7.1 migue07juegos
2023-12-09 16:15 ` [PR PATCH] [Updated] " migue07juegos
2023-12-09 16:26 ` migue07juegos
2024-01-03  0:55 ` [PR PATCH] [Updated] New package: kickoff-0.7.2 migue07juegos
2024-01-26  2:47 ` migue07juegos
2024-03-15  0:19 ` migue07juegos
2024-03-21 23:08 ` migue07juegos
2024-04-06 18:35 ` migue07juegos
2024-04-27 22:49 ` migue07juegos
2024-05-04 21:12 ` migue07juegos
2024-06-04 23:24 ` migue07juegos
2024-06-20 16:56 ` migue07juegos
2024-07-04  0:05 ` mike7d7
2024-07-12 21:27 ` mike7d7
2024-07-12 21:41 ` mike7d7
2024-10-11  1:58 ` New package: kickoff-0.7.4 github-actions
2024-10-25  2:00 ` [PR PATCH] [Closed]: " github-actions

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