Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: Compfy-1.7.1
@ 2023-11-28  8:11 saltnpepper97
  2023-11-28  8:14 ` tranzystorekk
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: saltnpepper97 @ 2023-11-28  8:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saltnpepper97/void-packages compfy
https://github.com/void-linux/void-packages/pull/47458

New Package: Compfy-1.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**

<!-- 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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c90f7fe9c8868a39ca800b49825dd0138d07e448 Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Mon, 20 Nov 2023 17:44:09 -0400
Subject: [PATCH 1/2] New package: choose-1.3.4

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

diff --git a/srcpkgs/choose/template b/srcpkgs/choose/template
new file mode 100644
index 0000000000000..1b223bc963f04
--- /dev/null
+++ b/srcpkgs/choose/template
@@ -0,0 +1,11 @@
+# Template file for 'choose'
+pkgname=choose
+version=1.3.4
+revision=1
+build_style=cargo
+short_desc="Human-friendly and fast alternative to cut and (sometimes) awk"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/theryangeary/choose"
+distfiles="https://github.com/theryangeary/choose/archive/refs/tags/v${version}.tar.gz"
+checksum=6c711901bb094a1241a2cd11951d5b7c96f337971f8d2eeff33f38dfa6ffb6ed

From 31dcd35022c761e27039977fdd31a99dcd1068f4 Mon Sep 17 00:00:00 2001
From: Dustin Pilgrim <dustin.pilgrim1997@gmail.com>
Date: Mon, 27 Nov 2023 23:58:09 -0400
Subject: [PATCH 2/2] New package: compfy-1.7.1

add compfy
---
 srcpkgs/compfy/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/compfy/template

diff --git a/srcpkgs/compfy/template b/srcpkgs/compfy/template
new file mode 100644
index 0000000000000..94079e3909173
--- /dev/null
+++ b/srcpkgs/compfy/template
@@ -0,0 +1,21 @@
+# Template file for 'compfy'
+pkgname=compfy
+version=1.7.1
+revision=1
+build_style=meson
+configure_args="-Dupdate_checks=true"
+hostmakedepends="pkg-config asciidoc"
+makedepends="libconfig-devel dbus-devel libev-devel libglvnd-devel libX11-devel libxdg-basedir pcre2-devel pixman-devel uthash xcb-util-image-devel xcb-util-renderutil-devel json-c-devel libcurl-devel"
+depends="desktop-file-utils"
+short_desc="Compfy is a compositor for the X11 made as an alternative to Picom"
+maintainer="Dustin Pilgrim <dustin.pilgrim1997@gmail.com>"
+license="MIT, MPL-2.0"
+homepage="https://github.com/allusive-dev/compfy"
+distfiles="https://github.com/allusive-dev/compfy/archive/refs/tags/${version}.tar.gz"
+checksum=7c41068ca6ab737c6b6fca453bb5b69a3f94c1de45a46daf79ec469f32b626ed
+conflicts="picom compton"
+
+post_install() {
+	vlicense LICENSES/MIT
+	vsconf compfy.sample.conf
+}

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

* Re: New Package: Compfy-1.7.1
  2023-11-28  8:11 [PR PATCH] New Package: Compfy-1.7.1 saltnpepper97
@ 2023-11-28  8:14 ` tranzystorekk
  2023-11-28  8:14 ` tranzystorekk
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2023-11-28  8:14 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/47458#issuecomment-1829308582

Comment:
` choose` seems unrelated to `Compfy`, it seems you added the former by accident

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

* Re: New Package: Compfy-1.7.1
  2023-11-28  8:11 [PR PATCH] New Package: Compfy-1.7.1 saltnpepper97
  2023-11-28  8:14 ` tranzystorekk
@ 2023-11-28  8:14 ` tranzystorekk
  2023-11-28  8:37 ` [PR PATCH] [Closed]: New Package: compfy-1.7.1 saltnpepper97
  2023-11-28  8:38 ` tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2023-11-28  8:14 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/47458#issuecomment-1829308582

Comment:
`choose` seems unrelated to `Compfy`, it seems you added the former by accident

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

* Re: [PR PATCH] [Closed]: New Package: compfy-1.7.1
  2023-11-28  8:11 [PR PATCH] New Package: Compfy-1.7.1 saltnpepper97
  2023-11-28  8:14 ` tranzystorekk
  2023-11-28  8:14 ` tranzystorekk
@ 2023-11-28  8:37 ` saltnpepper97
  2023-11-28  8:38 ` tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: saltnpepper97 @ 2023-11-28  8:37 UTC (permalink / raw)
  To: ml

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

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

New Package: compfy-1.7.1
https://github.com/void-linux/void-packages/pull/47458

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)
<!--
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

* Re: New Package: compfy-1.7.1
  2023-11-28  8:11 [PR PATCH] New Package: Compfy-1.7.1 saltnpepper97
                   ` (2 preceding siblings ...)
  2023-11-28  8:37 ` [PR PATCH] [Closed]: New Package: compfy-1.7.1 saltnpepper97
@ 2023-11-28  8:38 ` tranzystorekk
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorekk @ 2023-11-28  8:38 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorekk on void-packages repository

https://github.com/void-linux/void-packages/pull/47458#issuecomment-1829341719

Comment:
Please don't close and reopen PRs to make changes, there are git operations like rebase and amend for that.

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

end of thread, other threads:[~2023-11-28  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-28  8:11 [PR PATCH] New Package: Compfy-1.7.1 saltnpepper97
2023-11-28  8:14 ` tranzystorekk
2023-11-28  8:14 ` tranzystorekk
2023-11-28  8:37 ` [PR PATCH] [Closed]: New Package: compfy-1.7.1 saltnpepper97
2023-11-28  8:38 ` tranzystorekk

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