Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: gearlever-3.1.1
@ 2025-04-06 14:09 sabbaghpierre
  2025-04-08 17:12 ` chrysos349
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-06 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.1.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From f30c4a44a105e780859df6eefb1a1a4673185a37 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.1.1

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..cd54cddcd5213e
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.1.1
+revision=1
+build_style=meson
+hostmakedepends="gettext glib-devel desktop-file-utils AppStream pkg-config gtk4-update-icon-cache gtk-update-icon-cache"
+depends="7zip"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-only"
+homepage="https://mijorus.it/projects/gearlever/"
+distfiles="https://github.com/mijorus/gearlever/archive/refs/tags/${version}.tar.gz"
+checksum=7d6768b08f1ee4070052419ce9ab39701a4aee7be8e2157f26b0414287a50098
+
+do_patch() {
+	rm src/assets/demo.AppImage
+}

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

* Re: New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
@ 2025-04-08 17:12 ` chrysos349
  2025-04-08 18:17 ` [PR PATCH] [Updated] " sabbaghpierre
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2025-04-08 17:12 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/54991#issuecomment-2787138655

Comment:
here is the proper template

```sh
# Template file for 'gearlever'
pkgname=gearlever
version=3.1.1
revision=1
build_style=meson
hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
depends="libadwaita python3-dbus python3-gobject"
short_desc="Manage AppImages with ease"
maintainer="chrysos349 <chrysostom349@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/mijorus/gearlever"
changelog="https://github.com/mijorus/gearlever/releases"
distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
checksum=7d6768b08f1ee4070052419ce9ab39701a4aee7be8e2157f26b0414287a50098
nopie_files="demo.AppImage"
nostrip_files="demo.AppImage"
ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

```

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
  2025-04-08 17:12 ` chrysos349
@ 2025-04-08 18:17 ` sabbaghpierre
  2025-04-09  9:37 ` [PR REVIEW] " chrysos349
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-08 18:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.1.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From 8fd547134ba4925d03d5dcb03da40bdec84f27e2 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.1.1

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..aa4b4bb1d76afa
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.1.1
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="chrysos349 <chrysostom349@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=7d6768b08f1ee4070052419ce9ab39701a4aee7be8e2157f26b0414287a50098
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: [PR REVIEW] New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
  2025-04-08 17:12 ` chrysos349
  2025-04-08 18:17 ` [PR PATCH] [Updated] " sabbaghpierre
@ 2025-04-09  9:37 ` chrysos349
  2025-04-09 10:02 ` [PR PATCH] [Updated] " sabbaghpierre
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2025-04-09  9:37 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/54991#discussion_r2034949924

Comment:
please put yourself as the maintainer.

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (2 preceding siblings ...)
  2025-04-09  9:37 ` [PR REVIEW] " chrysos349
@ 2025-04-09 10:02 ` sabbaghpierre
  2025-04-09 10:03 ` [PR REVIEW] " sabbaghpierre
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-09 10:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.1.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From ee20b3d101d930bf0e3b8bb20d6a2854fb53e4b5 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.1.1

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..da1748e7c985a2
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.1.1
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=7d6768b08f1ee4070052419ce9ab39701a4aee7be8e2157f26b0414287a50098
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: [PR REVIEW] New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (3 preceding siblings ...)
  2025-04-09 10:02 ` [PR PATCH] [Updated] " sabbaghpierre
@ 2025-04-09 10:03 ` sabbaghpierre
  2025-04-15 18:13 ` [PR PATCH] [Updated] " sabbaghpierre
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-09 10:03 UTC (permalink / raw)
  To: ml

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

New review comment by sabbaghpierre on void-packages repository

https://github.com/void-linux/void-packages/pull/54991#discussion_r2035018078

Comment:
done, thanks!

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.1.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (4 preceding siblings ...)
  2025-04-09 10:03 ` [PR REVIEW] " sabbaghpierre
@ 2025-04-15 18:13 ` sabbaghpierre
  2025-04-15 18:22 ` New package: gearlever-3.2.1 sabbaghpierre
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-15 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.1.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From d9267bcdc761c74d4e83f7d12dc91902b67d19a0 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.2.1

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..cb02f4997aeaf3
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.2.1
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=aa5c6e8d42d625baa6b3af93b9ad71b096814d0b18f0eb6f1ebed06eefaf3d62
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: New package: gearlever-3.2.1
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (5 preceding siblings ...)
  2025-04-15 18:13 ` [PR PATCH] [Updated] " sabbaghpierre
@ 2025-04-15 18:22 ` sabbaghpierre
  2025-04-17 15:16 ` [PR PATCH] [Updated] New package: gearlever-3.2.2 sabbaghpierre
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-15 18:22 UTC (permalink / raw)
  To: ml

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

New comment by sabbaghpierre on void-packages repository

https://github.com/void-linux/void-packages/pull/54991#issuecomment-2807101002

Comment:
Can I get any insights on why the builds failed? I built and tested the new version locally without issues.

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.2.2
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (6 preceding siblings ...)
  2025-04-15 18:22 ` New package: gearlever-3.2.1 sabbaghpierre
@ 2025-04-17 15:16 ` sabbaghpierre
  2025-05-07 10:41 ` sabbaghpierre
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-04-17 15:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.2.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From 023f35dd1de6152a6b0e366ef3f481a31df4d269 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.2.2

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..d70ad358f71ef5
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.2.2
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=2beb95231ea4afb69b4514ac59533c84fcb1c3eb16b41e8b3f02c34f646cfbd1
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.2.2
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (7 preceding siblings ...)
  2025-04-17 15:16 ` [PR PATCH] [Updated] New package: gearlever-3.2.2 sabbaghpierre
@ 2025-05-07 10:41 ` sabbaghpierre
  2025-06-01 22:59 ` Duncaen
  2025-06-01 22:59 ` [PR PATCH] [Merged]: " Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: sabbaghpierre @ 2025-05-07 10:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.2.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From 023f35dd1de6152a6b0e366ef3f481a31df4d269 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.2.2

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..d70ad358f71ef5
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.2.2
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=2beb95231ea4afb69b4514ac59533c84fcb1c3eb16b41e8b3f02c34f646cfbd1
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: [PR PATCH] [Updated] New package: gearlever-3.2.2
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (8 preceding siblings ...)
  2025-05-07 10:41 ` sabbaghpierre
@ 2025-06-01 22:59 ` Duncaen
  2025-06-01 22:59 ` [PR PATCH] [Merged]: " Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: Duncaen @ 2025-06-01 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sabbaghpierre/void-packages gearlever
https://github.com/void-linux/void-packages/pull/54991

New package: gearlever-3.2.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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

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

From b9a6e6984b8abe586a9e91a1a2423d3e40ca48c4 Mon Sep 17 00:00:00 2001
From: Pierre Sabbagh <pierresabbagh47@gmail.com>
Date: Sun, 6 Apr 2025 16:20:11 +0300
Subject: [PATCH] New package: gearlever-3.2.2

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

diff --git a/srcpkgs/gearlever/template b/srcpkgs/gearlever/template
new file mode 100644
index 00000000000000..d70ad358f71ef5
--- /dev/null
+++ b/srcpkgs/gearlever/template
@@ -0,0 +1,17 @@
+# Template file for 'gearlever'
+pkgname=gearlever
+version=3.2.2
+revision=1
+build_style=meson
+hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
+depends="libadwaita python3-dbus python3-gobject"
+short_desc="Manage AppImages with ease"
+maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/mijorus/gearlever"
+changelog="https://github.com/mijorus/gearlever/releases"
+distfiles="https://github.com/mijorus/gearlever/archive/${version}.tar.gz"
+checksum=2beb95231ea4afb69b4514ac59533c84fcb1c3eb16b41e8b3f02c34f646cfbd1
+nopie_files="demo.AppImage"
+nostrip_files="demo.AppImage"
+ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"

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

* Re: [PR PATCH] [Merged]: New package: gearlever-3.2.2
  2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
                   ` (9 preceding siblings ...)
  2025-06-01 22:59 ` Duncaen
@ 2025-06-01 22:59 ` Duncaen
  10 siblings, 0 replies; 12+ messages in thread
From: Duncaen @ 2025-06-01 22:59 UTC (permalink / raw)
  To: ml

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

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

New package: gearlever-3.2.2
https://github.com/void-linux/void-packages/pull/54991

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


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

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

closes #46264

based on #51724 


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

end of thread, other threads:[~2025-06-01 22:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-06 14:09 [PR PATCH] New package: gearlever-3.1.1 sabbaghpierre
2025-04-08 17:12 ` chrysos349
2025-04-08 18:17 ` [PR PATCH] [Updated] " sabbaghpierre
2025-04-09  9:37 ` [PR REVIEW] " chrysos349
2025-04-09 10:02 ` [PR PATCH] [Updated] " sabbaghpierre
2025-04-09 10:03 ` [PR REVIEW] " sabbaghpierre
2025-04-15 18:13 ` [PR PATCH] [Updated] " sabbaghpierre
2025-04-15 18:22 ` New package: gearlever-3.2.1 sabbaghpierre
2025-04-17 15:16 ` [PR PATCH] [Updated] New package: gearlever-3.2.2 sabbaghpierre
2025-05-07 10:41 ` sabbaghpierre
2025-06-01 22:59 ` Duncaen
2025-06-01 22:59 ` [PR PATCH] [Merged]: " Duncaen

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