Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chayang-0.1.0
@ 2023-07-24 17:55 mhmdanas
  2023-07-24 17:59 ` [PR PATCH] [Updated] " mhmdanas
  2023-08-09 20:50 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-07-24 17:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-chayang
https://github.com/void-linux/void-packages/pull/45226

New package: chayang-0.1.0
<!-- 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** (compiled)

<!-- 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/45226.patch is attached

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

From 6896ac2777998c4f4c2ed7bd8ed6cb572783aee7 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 24 Jul 2023 18:54:38 +0100
Subject: [PATCH] New package: chayang-0.1.0

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

diff --git a/srcpkgs/chayang/template b/srcpkgs/chayang/template
new file mode 100644
index 000000000000..48d1559130a3
--- /dev/null
+++ b/srcpkgs/chayang/template
@@ -0,0 +1,18 @@
+# Template file for 'chayang'
+pkgname=chayang
+version=0.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols"
+short_desc="Gradually dim the screen"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="MIT"
+homepage="https://git.sr.ht/~emersion/chayang"
+changelog="https://git.sr.ht/~emersion/chayang/refs"
+distfiles="https://git.sr.ht/~emersion/chayang/archive/v${version}.tar.gz"
+checksum=61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: chayang-0.1.0
  2023-07-24 17:55 [PR PATCH] New package: chayang-0.1.0 mhmdanas
@ 2023-07-24 17:59 ` mhmdanas
  2023-08-09 20:50 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-07-24 17:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages add-chayang
https://github.com/void-linux/void-packages/pull/45226

New package: chayang-0.1.0
<!-- 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** (compiled)

<!-- 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/45226.patch is attached

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

From 3c58915755b0e7ccb00c2241941f198b6667a4df Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Mon, 24 Jul 2023 18:54:38 +0100
Subject: [PATCH] New package: chayang-0.1.0

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

diff --git a/srcpkgs/chayang/template b/srcpkgs/chayang/template
new file mode 100644
index 000000000000..4ec9555328da
--- /dev/null
+++ b/srcpkgs/chayang/template
@@ -0,0 +1,18 @@
+# Template file for 'chayang'
+pkgname=chayang
+version=0.1.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-protocols wayland-devel"
+short_desc="Gradually dim the screen"
+maintainer="Mohammed Anas <triallax@tutanota.com>"
+license="MIT"
+homepage="https://git.sr.ht/~emersion/chayang"
+changelog="https://git.sr.ht/~emersion/chayang/refs"
+distfiles="https://git.sr.ht/~emersion/chayang/archive/v${version}.tar.gz"
+checksum=61aa0e2955e8b5cf321ef14a5fd72f0e953da51a390d456e929b74fc5efcb74a
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: chayang-0.1.0
  2023-07-24 17:55 [PR PATCH] New package: chayang-0.1.0 mhmdanas
  2023-07-24 17:59 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-08-09 20:50 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-08-09 20:50 UTC (permalink / raw)
  To: ml

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

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

New package: chayang-0.1.0
https://github.com/void-linux/void-packages/pull/45226

Description:
<!-- 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** (compiled)

<!-- 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:[~2023-08-09 20:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 17:55 [PR PATCH] New package: chayang-0.1.0 mhmdanas
2023-07-24 17:59 ` [PR PATCH] [Updated] " mhmdanas
2023-08-09 20:50 ` [PR PATCH] [Merged]: " Duncaen

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