Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: hyprpicker-0.1.0
@ 2023-05-14 21:48 RAR27
  2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: RAR27 @ 2023-05-14 21:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/RAR27/void-packages hyprpicker
https://github.com/void-linux/void-packages/pull/43873

New package: hyprpicker-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**

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

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

From 94f2f248179c31f5ae7ad104bb04d096adb2ff0c Mon Sep 17 00:00:00 2001
From: Rehan <rehanalirana@tuta.io>
Date: Sun, 14 May 2023 17:42:50 -0400
Subject: [PATCH] New package: hyprpicker-0.1.0

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

diff --git a/srcpkgs/hyprpicker/template b/srcpkgs/hyprpicker/template
new file mode 100644
index 000000000000..43ae31ab2d7c
--- /dev/null
+++ b/srcpkgs/hyprpicker/template
@@ -0,0 +1,22 @@
+# Template file for 'hyprpicker'
+pkgname="hyprpicker"
+version=0.1.0
+revision=1
+short_desc="A wlroots-compatible Wayland color picker that does not suck."
+maintainer="RAR27 <rar27@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/hyprwm/hyprpicker"
+changelog="https://github.com/hyprwm/hyprpicker/releases"
+distfiles="https://github.com/hyprwm/hyprpicker/archive/refs/tags/v${version}.tar.gz"
+checksum=a347e8884f08853f16765c281f37dae7ad9518e3dd998816b5ecf0a29941a010
+hostmakedepends="pkg-config cmake ninja wayland-devel git"
+makedepends="wayland-devel wayland-protocols cairo-devel pango-devel libjpeg-turbo-devel wlroots-devel"
+
+do_build() {
+	make all
+}
+
+do_install() {
+	vbin build/hyprpicker
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2023-06-27 10:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-14 21:48 [PR PATCH] New package: hyprpicker-0.1.0 RAR27
2023-05-14 21:53 ` [PR PATCH] [Updated] " RAR27
2023-05-14 21:54 ` RAR27
2023-05-14 21:56 ` RAR27
2023-05-14 21:58 ` RAR27
2023-05-14 22:00 ` RAR27
2023-06-08 17:15 ` RAR27
2023-06-08 22:53 ` [PR REVIEW] New package: hyprpicker-0.1.1 Duncaen
2023-06-09  4:14 ` [PR PATCH] [Updated] " RAR27
2023-06-09  4:14 ` [PR REVIEW] " RAR27
2023-06-27 10:57 ` [PR PATCH] [Closed]: " 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).