Github messages for voidlinux
 help / color / mirror / Atom feed
From: saltnpepper97 <saltnpepper97@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New Package: Compfy-1.7.1
Date: Tue, 28 Nov 2023 09:11:30 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47458@inbox.vuxu.org> (raw)

[-- 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
+}

             reply	other threads:[~2023-11-28  8:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-28  8:11 saltnpepper97 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47458@inbox.vuxu.org \
    --to=saltnpepper97@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).