Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [PR PATCH] [Updated] New package: bottles 2022.1.28
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35282@inbox.vuxu.org>
  2022-01-29  1:47 ` New package: bottles 2022.1.28 paper42
@ 2022-01-29  2:19 ` d33vliter
  2022-06-22  2:14 ` github-actions
  2022-07-07  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: d33vliter @ 2022-01-29  2:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/d33vliter/void-packages paquetes
https://github.com/void-linux/void-packages/pull/35282

New package: bottles 2022.1.28
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)



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

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

From 3aee727fb8ad65583789b52aaf970a63ab1a8ca3 Mon Sep 17 00:00:00 2001
From: d33vliter <iandupuy1998@gmail.com>
Date: Fri, 28 Jan 2022 20:30:17 -0500
Subject: [PATCH 1/3] bottles template

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

diff --git a/srcpkgs/bottles/template b/srcpkgs/bottles/template
new file mode 100644
index 000000000000..11f9c9c80adc
--- /dev/null
+++ b/srcpkgs/bottles/template
@@ -0,0 +1,16 @@
+# Template file for 'bottles'
+pkgname=bottles
+version=2022.1.28
+revision=1
+wrksrc=Bottles-${version}-trento
+build_style=meson
+hostmakedepends="gettext pkg-config glib-devel"
+makedepends="python3-devel libhandy1-devel"
+depends="libhandy1 python3-Markdown python3-patool"
+checkdepends="desktop-file-utils appstream-glib"
+short_desc="Easily manage wineprefix using environments"
+maintainer="d33vliter <iandupuy1998@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://usebottles.com"
+distfiles="https://github.com/bottlesdevs/Bottles/archive/refs/tags/${version}-trento.tar.gz"
+checksum=727a734e1f5f7d8c71fce8d034ca42719c1a2871ae3269088001c8d626343d20

From 335c4e2316e2fd323815ed4e556c1f88cbb84616 Mon Sep 17 00:00:00 2001
From: d33vliter <iandupuy1998@gmail.com>
Date: Fri, 28 Jan 2022 20:30:33 -0500
Subject: [PATCH 2/3] python3-patool

---
 srcpkgs/python3-patool/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/python3-patool/template

diff --git a/srcpkgs/python3-patool/template b/srcpkgs/python3-patool/template
new file mode 100644
index 000000000000..d1c54a4b0869
--- /dev/null
+++ b/srcpkgs/python3-patool/template
@@ -0,0 +1,15 @@
+# Template file for 'python3-patool'
+pkgname=python3-patool
+version=1.12
+revision=1
+wrksrc="patool-upstream-${version}"
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+makedepends="python3-devel"
+checkdepends="python3-pytest"
+short_desc="Portable archive file manager"
+maintainer="d33vliter <iandupuy1998@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://wummel.github.io/patool"
+distfiles="https://github.com/wummel/patool/archive/refs/tags/upstream/${version}.tar.gz"
+checksum=582fd4b87c263325958c1550400504799018c88bc3444f249bba304ae1747f1f

From 40d4005033088b0d6228b30b761d90b2d76cb1df Mon Sep 17 00:00:00 2001
From: d33vliter <iandupuy1998@gmail.com>
Date: Fri, 28 Jan 2022 21:18:58 -0500
Subject: [PATCH 3/3] Delete template

---
 srcpkgs/python3-patool/template | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 srcpkgs/python3-patool/template

diff --git a/srcpkgs/python3-patool/template b/srcpkgs/python3-patool/template
deleted file mode 100644
index d1c54a4b0869..000000000000
--- a/srcpkgs/python3-patool/template
+++ /dev/null
@@ -1,15 +0,0 @@
-# Template file for 'python3-patool'
-pkgname=python3-patool
-version=1.12
-revision=1
-wrksrc="patool-upstream-${version}"
-build_style=python3-module
-hostmakedepends="python3-setuptools"
-makedepends="python3-devel"
-checkdepends="python3-pytest"
-short_desc="Portable archive file manager"
-maintainer="d33vliter <iandupuy1998@gmail.com>"
-license="GPL-3.0-or-later"
-homepage="https://wummel.github.io/patool"
-distfiles="https://github.com/wummel/patool/archive/refs/tags/upstream/${version}.tar.gz"
-checksum=582fd4b87c263325958c1550400504799018c88bc3444f249bba304ae1747f1f

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

* Re: New package: bottles 2022.1.28
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35282@inbox.vuxu.org>
  2022-01-29  1:47 ` New package: bottles 2022.1.28 paper42
  2022-01-29  2:19 ` [PR PATCH] [Updated] " d33vliter
@ 2022-06-22  2:14 ` github-actions
  2022-07-07  2:14 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-22  2:14 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/35282#issuecomment-1162547654

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] 4+ messages in thread

* Re: [PR PATCH] [Closed]: New package: bottles 2022.1.28
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35282@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2022-06-22  2:14 ` github-actions
@ 2022-07-07  2:14 ` github-actions
  3 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-07-07  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: bottles 2022.1.28
https://github.com/void-linux/void-packages/pull/35282

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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)



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

* Re: New package: bottles 2022.1.28
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35282@inbox.vuxu.org>
@ 2022-01-29  1:47 ` paper42
  2022-01-29  2:19 ` [PR PATCH] [Updated] " d33vliter
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-01-29  1:47 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35282#issuecomment-1024803381

Comment:
#27066

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

end of thread, other threads:[~2022-07-07  2:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-35282@inbox.vuxu.org>
2022-01-29  1:47 ` New package: bottles 2022.1.28 paper42
2022-01-29  2:19 ` [PR PATCH] [Updated] " d33vliter
2022-06-22  2:14 ` github-actions
2022-07-07  2:14 ` [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).