Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: d-spy-1.2.0
@ 2022-04-04 19:04 paper42
  2022-04-04 20:30 ` [PR PATCH] [Updated] " paper42
  2022-04-04 21:19 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 2 replies; 3+ messages in thread
From: paper42 @ 2022-04-04 19:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages d-spy
https://github.com/void-linux/void-packages/pull/36522

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- 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/36522.patch is attached

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

From b3c9ddd07e6706dfc94b37bcaa488523d258b027 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 2 Apr 2022 11:50:25 +0200
Subject: [PATCH] New package: d-spy-1.2.0

---
 srcpkgs/d-spy/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/d-spy/template

diff --git a/srcpkgs/d-spy/template b/srcpkgs/d-spy/template
new file mode 100644
index 000000000000..b88048220e8d
--- /dev/null
+++ b/srcpkgs/d-spy/template
@@ -0,0 +1,14 @@
+# Template file for 'd-spy'
+pkgname=d-spy
+version=1.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gettext"
+makedepends="libadwaita-devel"
+short_desc="Like d-feet, but written in C and blisteringly fast"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/d-spy"
+changelog="https://gitlab.gnome.org/GNOME/d-spy/-/raw/main/NEWS"
+distfiles="https://gitlab.gnome.org/GNOME/d-spy/-/archive/$version/d-spy-$version.tar.gz"
+checksum=8be0a493e4a127f2c6052dd962162ba5f91c6da702f9b4cb77a9cbd6a1dbb4bc

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

* Re: [PR PATCH] [Updated] New package: d-spy-1.2.0
  2022-04-04 19:04 [PR PATCH] New package: d-spy-1.2.0 paper42
@ 2022-04-04 20:30 ` paper42
  2022-04-04 21:19 ` [PR PATCH] [Merged]: " paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-04-04 20:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages d-spy
https://github.com/void-linux/void-packages/pull/36522

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

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- 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, (ARCH-LIBC)
- 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/36522.patch is attached

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

From 6b836c153389ba0c69640b2b8459552725869b5e Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Sat, 2 Apr 2022 11:50:25 +0200
Subject: [PATCH] New package: d-spy-1.2.0

---
 srcpkgs/d-spy/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/d-spy/template

diff --git a/srcpkgs/d-spy/template b/srcpkgs/d-spy/template
new file mode 100644
index 000000000000..3d78d4d011c1
--- /dev/null
+++ b/srcpkgs/d-spy/template
@@ -0,0 +1,14 @@
+# Template file for 'd-spy'
+pkgname=d-spy
+version=1.2.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config gettext glib-devel"
+makedepends="libadwaita-devel"
+short_desc="Like d-feet, but written in C and blisteringly fast"
+maintainer="Michal Vasilek <michal@vasilek.cz>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.gnome.org/GNOME/d-spy"
+changelog="https://gitlab.gnome.org/GNOME/d-spy/-/raw/main/NEWS"
+distfiles="https://gitlab.gnome.org/GNOME/d-spy/-/archive/$version/d-spy-$version.tar.gz"
+checksum=8be0a493e4a127f2c6052dd962162ba5f91c6da702f9b4cb77a9cbd6a1dbb4bc

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

* Re: [PR PATCH] [Merged]: New package: d-spy-1.2.0
  2022-04-04 19:04 [PR PATCH] New package: d-spy-1.2.0 paper42
  2022-04-04 20:30 ` [PR PATCH] [Updated] " paper42
@ 2022-04-04 21:19 ` paper42
  1 sibling, 0 replies; 3+ messages in thread
From: paper42 @ 2022-04-04 21:19 UTC (permalink / raw)
  To: ml

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

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

New package: d-spy-1.2.0
https://github.com/void-linux/void-packages/pull/36522

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

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


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

end of thread, other threads:[~2022-04-04 21:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 19:04 [PR PATCH] New package: d-spy-1.2.0 paper42
2022-04-04 20:30 ` [PR PATCH] [Updated] " paper42
2022-04-04 21:19 ` [PR PATCH] [Merged]: " paper42

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