Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dotool: update to 1.3.
@ 2023-06-01 19:43 johngebbie
  2023-06-01 19:51 ` [PR PATCH] [Updated] " johngebbie
  2023-06-27 19:19 ` [PR PATCH] [Closed]: " johngebbie
  0 siblings, 2 replies; 3+ messages in thread
From: johngebbie @ 2023-06-01 19:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/johngebbie/void-packages dotool
https://github.com/void-linux/void-packages/pull/44218

dotool: update to 1.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/44218.patch is attached

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

From a02465ab44264cb7f2b98b5ebd67db02f0c6ca70 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Thu, 1 Jun 2023 20:41:31 +0100
Subject: [PATCH] dotool: update to 1.3.

---
 srcpkgs/dotool/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template
index 2b86e31ad314..8cd92ca1a06b 100644
--- a/srcpkgs/dotool/template
+++ b/srcpkgs/dotool/template
@@ -1,21 +1,22 @@
 # Template file for 'dotool'
 pkgname=dotool
-version=1.2
-revision=2
+version=1.3
+revision=1
 build_style=go
 go_import_path="git.sr.ht/~geb/dotool"
 go_ldflags="-X main.Version=${version}"
+makedepends="libxkbcommon-devel"
 short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)"
 maintainer="John Gebbie <me@johngebbie.com>"
 license="GPL-3.0-only"
 homepage="https://sr.ht/~geb/dotool"
 changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz"
-checksum=80dcbc1bc4877bbef3eb30cb8c0ad7db161fb76d4999bb9b5f4a484e2267e5a1
+checksum=fd17b1d445ce05edcb565a6a4f6a97d3b1bfd066681dc23fc22a2df1c33ab150
 system_accounts="_dotoold"
 
 post_install() {
-	./_install.sh "${DESTDIR}" /usr/bin
+	vbin dotoolc dotoold
 	vinstall 80-dotool.rules 644 usr/lib/udev/rules.d
 	vsv dotoold
 }

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

* Re: [PR PATCH] [Updated] dotool: update to 1.3.
  2023-06-01 19:43 [PR PATCH] dotool: update to 1.3 johngebbie
@ 2023-06-01 19:51 ` johngebbie
  2023-06-27 19:19 ` [PR PATCH] [Closed]: " johngebbie
  1 sibling, 0 replies; 3+ messages in thread
From: johngebbie @ 2023-06-01 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/johngebbie/void-packages dotool
https://github.com/void-linux/void-packages/pull/44218

dotool: update to 1.3.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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/44218.patch is attached

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

From 0a6d32684287eb5b8e47c34a75860e27cad600a9 Mon Sep 17 00:00:00 2001
From: John Gebbie <me@johngebbie.com>
Date: Thu, 1 Jun 2023 20:41:31 +0100
Subject: [PATCH] dotool: update to 1.3.

---
 srcpkgs/dotool/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/dotool/template b/srcpkgs/dotool/template
index 2b86e31ad314..1f86d23f04ba 100644
--- a/srcpkgs/dotool/template
+++ b/srcpkgs/dotool/template
@@ -1,21 +1,22 @@
 # Template file for 'dotool'
 pkgname=dotool
-version=1.2
-revision=2
+version=1.3
+revision=1
 build_style=go
 go_import_path="git.sr.ht/~geb/dotool"
 go_ldflags="-X main.Version=${version}"
+makedepends="go libxkbcommon-devel"
 short_desc="Command to simulate input anywhere (X11, Wayland, TTYs)"
 maintainer="John Gebbie <me@johngebbie.com>"
 license="GPL-3.0-only"
 homepage="https://sr.ht/~geb/dotool"
 changelog="https://git.sr.ht/~geb/dotool/blob/master/CHANGELOG.md"
 distfiles="https://git.sr.ht/~geb/dotool/archive/${version}.tar.gz"
-checksum=80dcbc1bc4877bbef3eb30cb8c0ad7db161fb76d4999bb9b5f4a484e2267e5a1
+checksum=fd17b1d445ce05edcb565a6a4f6a97d3b1bfd066681dc23fc22a2df1c33ab150
 system_accounts="_dotoold"
 
 post_install() {
-	./_install.sh "${DESTDIR}" /usr/bin
+	vbin dotoolc dotoold
 	vinstall 80-dotool.rules 644 usr/lib/udev/rules.d
 	vsv dotoold
 }

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

* Re: [PR PATCH] [Closed]: dotool: update to 1.3.
  2023-06-01 19:43 [PR PATCH] dotool: update to 1.3 johngebbie
  2023-06-01 19:51 ` [PR PATCH] [Updated] " johngebbie
@ 2023-06-27 19:19 ` johngebbie
  1 sibling, 0 replies; 3+ messages in thread
From: johngebbie @ 2023-06-27 19:19 UTC (permalink / raw)
  To: ml

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

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

dotool: update to 1.3.
https://github.com/void-linux/void-packages/pull/44218

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-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:[~2023-06-27 19:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 19:43 [PR PATCH] dotool: update to 1.3 johngebbie
2023-06-01 19:51 ` [PR PATCH] [Updated] " johngebbie
2023-06-27 19:19 ` [PR PATCH] [Closed]: " johngebbie

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