Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wtype-0.3
@ 2020-12-23 14:04 Eluminae
  2020-12-23 14:49 ` [PR PATCH] [Updated] " Eluminae
                   ` (23 more replies)
  0 siblings, 24 replies; 29+ messages in thread
From: Eluminae @ 2020-12-23 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages wtype
https://github.com/void-linux/void-packages/pull/27375

New package: wtype-0.3


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

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

From 01c0c5a9ec8ca31d5e8b657e8e5b2d26cc507039 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Wed, 23 Dec 2020 15:03:26 +0100
Subject: [PATCH] New package: wtype-0.3

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

diff --git a/srcpkgs/wtype/template b/srcpkgs/wtype/template
new file mode 100644
index 00000000000..f228d5593bc
--- /dev/null
+++ b/srcpkgs/wtype/template
@@ -0,0 +1,13 @@
+# Template file for 'wtype'
+pkgname=wtype
+version=0.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="libxkbcommon-devel"
+short_desc="xdotool type for wayland"
+maintainer="Stacy Harper <contact@stacyharper.net>"
+license="MIT"
+homepage="https://github.com/atx/wtype"
+distfiles="https://github.com/atx/${pkgname}/archive/v${version}.tar.gz"
+checksum=35615e61e57576a240d10308f9101ceb2ec7b3554fac60119b1416b84c1694b2

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [PR PATCH] New package: wtype-0.3
@ 2021-03-06 22:20 ajshell1
  2021-03-07 11:38 ` tibequadorian
                   ` (3 more replies)
  0 siblings, 4 replies; 29+ messages in thread
From: ajshell1 @ 2021-03-06 22:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ajshell1/void-packages wtype
https://github.com/void-linux/void-packages/pull/29280

New package: wtype-0.3
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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/29280.patch is attached

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

From d9b3c8f7db59393646842eedaba17abe46b84520 Mon Sep 17 00:00:00 2001
From: ajshell1 <11084981+ajshell1@users.noreply.github.com>
Date: Sat, 6 Mar 2021 22:16:52 +0000
Subject: [PATCH] New package: wtype-0.3

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

diff --git a/srcpkgs/wtype/template b/srcpkgs/wtype/template
new file mode 100644
index 00000000000..cef5758ceb2
--- /dev/null
+++ b/srcpkgs/wtype/template
@@ -0,0 +1,17 @@
+# Template file for 'wtype'
+pkgname=wtype
+version=0.3
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel libxkbcommon-devel"
+short_desc="xdotool type for wayland"
+maintainer="ajshell1 <11084981+ajshell1@users.noreply.github.com>"
+license="MIT"
+homepage="https://github.com/atx/wtype"
+distfiles="https://github.com/atx/wtype/archive/v${version}.tar.gz"
+checksum=35615e61e57576a240d10308f9101ceb2ec7b3554fac60119b1416b84c1694b2
+
+post_install() {
+        vlicense LICENSE
+}

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

end of thread, other threads:[~2021-06-11 19:38 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 14:04 [PR PATCH] New package: wtype-0.3 Eluminae
2020-12-23 14:49 ` [PR PATCH] [Updated] " Eluminae
2020-12-23 14:54 ` Eluminae
2020-12-23 15:21 ` Eluminae
2020-12-23 16:21 ` Eluminae
2020-12-23 16:38 ` [PR REVIEW] " pullmoll
2020-12-23 16:51 ` [PR PATCH] [Updated] " Eluminae
2020-12-23 16:51 ` [PR REVIEW] " Eluminae
2020-12-29 14:39 ` mcbloch
2020-12-29 15:12 ` Eluminae
2020-12-30  6:38 ` the-maldridge
2020-12-30 14:25 ` [PR PATCH] [Updated] " Eluminae
2020-12-30 14:29 ` Eluminae
2021-03-07 15:20 ` ajshell1
2021-03-07 15:20 ` ajshell1
2021-06-10 17:20 ` Eluminae
2021-06-10 17:27 ` ericonr
2021-06-10 17:27 ` ericonr
2021-06-10 17:28 ` ericonr
2021-06-10 20:07 ` [PR PATCH] [Updated] " Eluminae
2021-06-10 20:10 ` Eluminae
2021-06-10 20:16 ` [PR PATCH] [Updated] " Eluminae
2021-06-11 18:36 ` ericonr
2021-06-11 19:38 ` ericonr
2021-06-11 19:38 ` [PR PATCH] [Merged]: " ericonr
2021-03-06 22:20 [PR PATCH] " ajshell1
2021-03-07 11:38 ` tibequadorian
2021-03-07 11:41 ` tibequadorian
2021-03-07 11:41 ` tibequadorian
2021-03-07 15:21 ` ajshell1

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