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
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ 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] 10+ 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
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ 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] 10+ 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
  2024-05-04 21:12 ` migue07juegos
  8 siblings, 0 replies; 10+ 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] 10+ 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
  8 siblings, 0 replies; 10+ 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] 10+ 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
  8 siblings, 0 replies; 10+ 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] 10+ messages in thread

end of thread, other threads:[~2024-05-04 21:12 UTC | newest]

Thread overview: 10+ 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

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