Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: satty-0.14.0
@ 2024-07-30 15:36 amkige
  2024-07-31  0:55 ` [PR PATCH] [Updated] " amkige
  2024-10-01 14:36 ` [PR PATCH] [Closed]: " amkige
  0 siblings, 2 replies; 3+ messages in thread
From: amkige @ 2024-07-30 15:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amkige/void-packages satty
https://github.com/void-linux/void-packages/pull/51550

New package: satty-0.14.0
closes #51335 

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [x] armv6l


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

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

From c11050afbf16a0051bc70b5df945c3559417e53d Mon Sep 17 00:00:00 2001
From: Abdelrahman Khalil <amkig@proton.me>
Date: Tue, 30 Jul 2024 18:04:40 +0300
Subject: [PATCH] New package: satty-0.14.0

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

diff --git a/srcpkgs/satty/template b/srcpkgs/satty/template
new file mode 100644
index 00000000000000..c4cf62324f6296
--- /dev/null
+++ b/srcpkgs/satty/template
@@ -0,0 +1,22 @@
+# Template file for 'satty'
+pkgname=satty
+version=0.14.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel libepoxy-devel libglib-devel gtk4-devel libadwaita-devel"
+short_desc="Modern Screenshot Annotation"
+maintainer="Abdelrahman Khalil <amkig@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=3118784377da9254fbccf5fe85b7622aa6ed0054a4c9d977bc72ac817e2c1f96
+
+post_install() {
+	vcompletion completions/_satty zsh
+	vcompletion completions/satty.bash bash
+	vcompletion completions/satty.fish fish
+
+	vinstall satty.desktop 644 /usr/share/applications
+	vinstall assets/satty.svg 644 /usr/share/icons/hicolor/scalable/apps
+}

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

* Re: [PR PATCH] [Updated] New package: satty-0.14.0
  2024-07-30 15:36 [PR PATCH] New package: satty-0.14.0 amkige
@ 2024-07-31  0:55 ` amkige
  2024-10-01 14:36 ` [PR PATCH] [Closed]: " amkige
  1 sibling, 0 replies; 3+ messages in thread
From: amkige @ 2024-07-31  0:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/amkige/void-packages satty
https://github.com/void-linux/void-packages/pull/51550

New package: satty-0.14.0
closes #51335 

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


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

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

From e75c71e93dda83237bee156331a5d7fb2615e6d9 Mon Sep 17 00:00:00 2001
From: Abdelrahman Khalil <amkig@proton.me>
Date: Tue, 30 Jul 2024 18:04:40 +0300
Subject: [PATCH] New package: satty-0.14.0

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

diff --git a/srcpkgs/satty/template b/srcpkgs/satty/template
new file mode 100644
index 00000000000000..11fcfbe2e74367
--- /dev/null
+++ b/srcpkgs/satty/template
@@ -0,0 +1,22 @@
+# Template file for 'satty'
+pkgname=satty
+version=0.14.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="fontconfig-devel libepoxy-devel libglib-devel gtk4-devel libadwaita-devel"
+short_desc="Screenshot annotation tool inspired by Swappy and Flameshot"
+maintainer="Abdelrahman Khalil <amkig@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=3118784377da9254fbccf5fe85b7622aa6ed0054a4c9d977bc72ac817e2c1f96
+
+post_install() {
+	vcompletion completions/_satty zsh
+	vcompletion completions/satty.bash bash
+	vcompletion completions/satty.fish fish
+
+	vinstall satty.desktop 644 /usr/share/applications
+	vinstall assets/satty.svg 644 /usr/share/icons/hicolor/scalable/apps
+}

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

* Re: [PR PATCH] [Closed]: New package: satty-0.14.0
  2024-07-30 15:36 [PR PATCH] New package: satty-0.14.0 amkige
  2024-07-31  0:55 ` [PR PATCH] [Updated] " amkige
@ 2024-10-01 14:36 ` amkige
  1 sibling, 0 replies; 3+ messages in thread
From: amkige @ 2024-10-01 14:36 UTC (permalink / raw)
  To: ml

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

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

New package: satty-0.14.0
https://github.com/void-linux/void-packages/pull/51550

Description:
closes #51335 

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l


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

end of thread, other threads:[~2024-10-01 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-30 15:36 [PR PATCH] New package: satty-0.14.0 amkige
2024-07-31  0:55 ` [PR PATCH] [Updated] " amkige
2024-10-01 14:36 ` [PR PATCH] [Closed]: " amkige

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