Github messages for voidlinux
 help / color / mirror / Atom feed
From: fccapria <fccapria@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: wired-notify-0.10.2
Date: Wed, 05 Oct 2022 16:34:01 +0200	[thread overview]
Message-ID: <20221005143401.QlLKAC8gaeXivezyY3Qdn014-aIMhsg9_BsP8nNJ3PM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39738@inbox.vuxu.org>

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

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

https://github.com/fccapria/void-packages wired-notify
https://github.com/void-linux/void-packages/pull/39738

New package: wired-notify-0.10.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)



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

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

From 5442d9bc4672399a39884bd214c70429fec5369a Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <francesco@capria.eu>
Date: Wed, 5 Oct 2022 14:02:33 +0200
Subject: [PATCH 1/2] New package: wired-notify-0.10.2

---
 srcpkgs/wired-notify/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/wired-notify/template

diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template
new file mode 100644
index 000000000000..e37a91fad81a
--- /dev/null
+++ b/srcpkgs/wired-notify/template
@@ -0,0 +1,20 @@
+# Template file for 'wired-notify'
+pkgname=wired-notify
+version=0.10.2
+revision=1
+archs="i686 x86_64"
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="rust cargo pango-devel libXScrnSaver-devel libglib-devel"
+depends="dbus xorg cairo pango"
+short_desc="Lightweight notification daemon written in Rust"
+maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
+license="MIT"
+homepage="https://github.com/Toqozz/wired-notify"
+#changelog=""
+distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
+checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
+
+post_install() {
+	       vlicense LICENSE
+}

From 71c54324222787d5a380850eac36c7054ee5ff9f Mon Sep 17 00:00:00 2001
From: Francesco Carmelo Capria <62179193+fccapria@users.noreply.github.com>
Date: Wed, 5 Oct 2022 15:58:46 +0200
Subject: [PATCH 2/2] Update template

---
 srcpkgs/wired-notify/template | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/srcpkgs/wired-notify/template b/srcpkgs/wired-notify/template
index e37a91fad81a..184459312d6a 100644
--- a/srcpkgs/wired-notify/template
+++ b/srcpkgs/wired-notify/template
@@ -2,16 +2,13 @@
 pkgname=wired-notify
 version=0.10.2
 revision=1
-archs="i686 x86_64"
 build_style=cargo
 hostmakedepends="pkg-config"
-makedepends="rust cargo pango-devel libXScrnSaver-devel libglib-devel"
-depends="dbus xorg cairo pango"
+makedepends="pango-devel libXScrnSaver-devel libglib-devel"
 short_desc="Lightweight notification daemon written in Rust"
 maintainer="Francesco Carmelo Capria <francesco@capria.eu>"
 license="MIT"
 homepage="https://github.com/Toqozz/wired-notify"
-#changelog=""
 distfiles="https://github.com/Toqozz/wired-notify/archive/refs/tags/${version}.tar.gz"
 checksum=7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
 

  parent reply	other threads:[~2022-10-05 14:34 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 12:29 [PR PATCH] " fccapria
2022-10-05 12:33 ` abenson
2022-10-05 12:34 ` [PR REVIEW] " abenson
2022-10-05 12:35 ` abenson
2022-10-05 12:35 ` abenson
2022-10-05 12:36 ` abenson
2022-10-05 12:37 ` abenson
2022-10-05 12:40 ` fccapria
2022-10-05 12:42 ` fccapria
2022-10-05 14:04 ` [PR PATCH] [Updated] " fccapria
2022-10-05 14:34 ` fccapria [this message]
2022-10-05 14:43 ` fccapria
2022-10-05 14:56 ` CameronNemo
2022-10-05 15:31 ` [PR PATCH] [Updated] " fccapria
2022-10-05 15:52 ` fccapria
2022-10-05 16:51 ` CameronNemo
2022-10-05 17:16 ` [PR PATCH] [Updated] " fccapria
2022-10-05 17:20 ` fccapria
2022-10-05 17:24 ` fccapria
2022-10-05 21:27 ` [PR REVIEW] " classabbyamp
2022-10-05 21:47 ` [PR PATCH] [Updated] " fccapria
2022-10-05 21:59 ` fccapria
2022-10-05 22:00 ` fccapria
2022-10-05 22:02 ` classabbyamp
2022-10-05 22:02 ` classabbyamp
2022-10-05 22:10 ` fccapria
2022-10-05 22:47 ` classabbyamp
2022-10-05 23:07 ` fccapria
2022-10-05 23:10 ` classabbyamp
2022-10-05 23:14 ` fccapria
2022-10-05 23:22 ` classabbyamp
2022-10-06  1:52 ` CameronNemo
2022-10-06 10:35 ` [PR PATCH] [Updated] " fccapria
2022-10-06 10:39 ` fccapria
2022-10-06 10:41 ` fccapria
2022-10-06 10:45 ` fccapria
2022-10-08  1:50 ` classabbyamp
2022-10-08 10:20 ` [PR PATCH] [Updated] " fccapria
2022-10-08 10:21 ` fccapria
2022-10-08 10:24 ` fccapria
2022-10-08 10:29 ` fccapria
2022-10-08 14:05 ` [PR PATCH] [Updated] " fccapria
2022-10-08 14:09 ` fccapria
2022-10-08 19:11 ` [PR REVIEW] " classabbyamp
2022-10-08 19:29 ` fccapria
2022-10-08 19:37 ` fccapria
2022-10-08 19:46 ` classabbyamp
2022-10-08 19:53 ` fccapria
2022-10-08 19:53 ` [PR PATCH] [Updated] " fccapria
2022-10-08 19:54 ` fccapria
2022-10-08 20:00 ` [PR REVIEW] " classabbyamp
2022-10-08 20:09 ` fccapria
2022-10-08 20:14 ` [PR PATCH] [Updated] " fccapria
2022-10-08 20:14 ` fccapria
2022-10-08 20:31 ` [PR PATCH] [Merged]: " classabbyamp

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=20221005143401.QlLKAC8gaeXivezyY3Qdn014-aIMhsg9_BsP8nNJ3PM@z \
    --to=fccapria@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).