Github messages for voidlinux
 help / color / mirror / Atom feed
From: RotaryBoot58 <RotaryBoot58@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: Satty
Date: Sat, 01 Jun 2024 21:20:04 +0200	[thread overview]
Message-ID: <20240601192004.DEE29290AF@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-50611@inbox.vuxu.org>

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

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

https://github.com/RotaryBoot58/void-packages my-cool-new-package-branch
https://github.com/void-linux/void-packages/pull/50611

New package: Satty
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO** 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**|**NO**
-->Yes

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-my-cool-new-package-branch-50611.patch --]
[-- Type: text/x-diff, Size: 4194 bytes --]

From d51d24a675f73a0aa76be7efbaa5f4884e72dee4 Mon Sep 17 00:00:00 2001
From: RotaryBoot58 <petersoncraft20@proton.me>
Date: Thu, 30 May 2024 13:21:45 -0300
Subject: [PATCH 1/4] Added satty screenshot tool

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

diff --git a/srcpkgs/satty/template b/srcpkgs/satty/template
new file mode 100644
index 00000000000000..fd3d887379d1b2
--- /dev/null
+++ b/srcpkgs/satty/template
@@ -0,0 +1,20 @@
+# Template file for 'satty'
+pkgname=satty
+version=0.12.0
+revision=1
+build_style=cargo
+hostmakedepends="glib-devel pkg-config libadwaita-devel gtk4-devel gdk-pixbuf-devel libepoxy-devel fontconfig"
+makedepends="glib libadwaita gtk4 gdk-pixbuf fontconfig libepoxy"
+depends=" glib libadwaita gtk4 gdk-pixbuf fontconfig libepoxy"
+short_desc="Satty is a screenshot annotation tool inspired by Swappy and Flameshot"
+maintainer="RotaryBoot58 <petersoncraft20@proton.me>"
+license="MPL-2.0"
+homepage="https://github.com/gabm/Satty"
+distfiles="https://github.com/gabm/Satty/archive/refs/tags/v${version}.tar.gz"
+checksum=42403b36e7babe245de2bebc78d4bebab68aeaa4594b28bb9d83f44808e52920
+
+post_install() {
+	vlicense LICENSE
+	vinstall assets/satty.svg 644 /usr/share/icons/hicolor/scalable/apps/satty.svg
+	vinstall satty.desktop 644 /usr/share/applications
+}

From 0b459ee99fdb267b831791831aa53b755fbd7875 Mon Sep 17 00:00:00 2001
From: RotaryBoot58 <104520911+RotaryBoot58@users.noreply.github.com>
Date: Thu, 30 May 2024 17:24:59 -0300
Subject: [PATCH 2/4] Update template

Removed lines that Clos3y said is not necessary
---
 srcpkgs/satty/template | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/srcpkgs/satty/template b/srcpkgs/satty/template
index fd3d887379d1b2..3dc1cbf785cbeb 100644
--- a/srcpkgs/satty/template
+++ b/srcpkgs/satty/template
@@ -2,10 +2,6 @@
 pkgname=satty
 version=0.12.0
 revision=1
-build_style=cargo
-hostmakedepends="glib-devel pkg-config libadwaita-devel gtk4-devel gdk-pixbuf-devel libepoxy-devel fontconfig"
-makedepends="glib libadwaita gtk4 gdk-pixbuf fontconfig libepoxy"
-depends=" glib libadwaita gtk4 gdk-pixbuf fontconfig libepoxy"
 short_desc="Satty is a screenshot annotation tool inspired by Swappy and Flameshot"
 maintainer="RotaryBoot58 <petersoncraft20@proton.me>"
 license="MPL-2.0"

From f28e06c1bde46c957c78e23da1ba1717d327c2fe Mon Sep 17 00:00:00 2001
From: RotaryBoot58 <104520911+RotaryBoot58@users.noreply.github.com>
Date: Sat, 1 Jun 2024 16:00:18 -0300
Subject: [PATCH 3/4] Update template

Readded build_style, hostmakedepends and makedepends lines.
---
 srcpkgs/satty/template | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/srcpkgs/satty/template b/srcpkgs/satty/template
index 3dc1cbf785cbeb..ca3fc6a9814279 100644
--- a/srcpkgs/satty/template
+++ b/srcpkgs/satty/template
@@ -2,6 +2,9 @@
 pkgname=satty
 version=0.12.0
 revision=1
+build_style=cargo
+hostmakedepends="glib-devel pkg-config libadwaita-devel gtk4-devel gdk-pixbuf-devel libepoxy-devel fontconfig"
+makedepends="glib libadwaita gtk4 gdk-pixbuf fontconfig libepoxy"
 short_desc="Satty is a screenshot annotation tool inspired by Swappy and Flameshot"
 maintainer="RotaryBoot58 <petersoncraft20@proton.me>"
 license="MPL-2.0"

From bcbf04d441f3d3198b308f6d1a23442bfe838cb9 Mon Sep 17 00:00:00 2001
From: RotaryBoot58 <petersoncraft20@proton.me>
Date: Sat, 1 Jun 2024 16:19:51 -0300
Subject: [PATCH 4/4] New package: rip2-0.8.0

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

diff --git a/srcpkgs/rip2/template b/srcpkgs/rip2/template
new file mode 100644
index 00000000000000..adf11843c04f04
--- /dev/null
+++ b/srcpkgs/rip2/template
@@ -0,0 +1,11 @@
+# Template file for 'rip2'
+pkgname=rip2
+version=0.8.0
+revision=1
+build_style=cargo
+short_desc="Safe and ergonomic alternative to rm"
+maintainer="RotaryBoot58 <petersoncraft20@proton.me>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/MilesCranmer/rip2"
+distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
+checksum=872451fd2cfefa54fec575c8f069b6ac2ac84fdd102ac50780c03ab3ec05c73c

  parent reply	other threads:[~2024-06-01 19:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-30 16:28 [PR PATCH] " RotaryBoot58
2024-05-30 19:20 ` [PR REVIEW] " Clos3y
2024-05-30 20:22 ` RotaryBoot58
2024-05-30 20:25 ` [PR PATCH] [Updated] " RotaryBoot58
2024-05-30 20:36 ` [PR REVIEW] " Clos3y
2024-05-30 20:40 ` Clos3y
2024-06-01 18:59 ` RotaryBoot58
2024-06-01 19:00 ` [PR PATCH] [Updated] " RotaryBoot58
2024-06-01 19:20 ` RotaryBoot58 [this message]
2024-06-01 19:20 ` RotaryBoot58
2024-06-01 19:27 ` RotaryBoot58
2024-06-01 19:29 ` [PR PATCH] [Closed]: " RotaryBoot58
2024-06-01 19:29 ` RotaryBoot58

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=20240601192004.DEE29290AF@inbox.vuxu.org \
    --to=rotaryboot58@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).