Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rofimoji-6.1.0
@ 2023-08-22 22:04 tranzystorek-io
  2023-08-22 22:40 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-08-22 22:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages rofimoji
https://github.com/void-linux/void-packages/pull/45723

New package: rofimoji-6.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, (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/45723.patch is attached

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

From d235a51cea1ba73b1b071b10b0a2a5c169e1ba4e Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 22 Aug 2023 23:59:27 +0200
Subject: [PATCH] New package: rofimoji-6.1.0

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

diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template
new file mode 100644
index 0000000000000..0e9a5e3446e6a
--- /dev/null
+++ b/srcpkgs/rofimoji/template
@@ -0,0 +1,18 @@
+# Template file for 'rofimoji'
+pkgname=rofimoji
+version=6.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-ConfigArgParse"
+short_desc="Simple character picker using rofi"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/fdw/rofimoji"
+changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
+distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
+checksum=0047d9e89a650b1e66df8952a49f7a40dbf2ee9d5dab400d4573ce7a7a892d4d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: rofimoji-6.1.0
  2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
@ 2023-08-22 22:40 ` tranzystorek-io
  2023-08-23 10:25 ` tranzystorek-io
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-08-22 22:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages rofimoji
https://github.com/void-linux/void-packages/pull/45723

New package: rofimoji-6.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, (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/45723.patch is attached

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

From 11497e7938a46f10c79716317afa27dcc2428506 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 22 Aug 2023 23:59:27 +0200
Subject: [PATCH] New package: rofimoji-6.1.0

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

diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template
new file mode 100644
index 0000000000000..3c84437336988
--- /dev/null
+++ b/srcpkgs/rofimoji/template
@@ -0,0 +1,19 @@
+# Template file for 'rofimoji'
+pkgname=rofimoji
+version=6.1.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-ConfigArgParse"
+short_desc="Simple character picker using rofi"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/fdw/rofimoji"
+changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
+distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
+checksum=0047d9e89a650b1e66df8952a49f7a40dbf2ee9d5dab400d4573ce7a7a892d4d
+
+post_install() {
+	vlicense LICENSE
+	vman src/picker/docs/rofimoji.1
+}

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

* Re: New package: rofimoji-6.1.0
  2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
  2023-08-22 22:40 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-08-23 10:25 ` tranzystorek-io
  2023-09-16  9:57 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-08-23 10:25 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/45723#issuecomment-1689705273

Comment:
Notable difference from the `rofi-emoji` package is that this one aims to integrate with multiple dmenu-like utils: currently rofi, wofi, fuzzel

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

* Re: [PR PATCH] [Updated] New package: rofimoji-6.1.0
  2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
  2023-08-22 22:40 ` [PR PATCH] [Updated] " tranzystorek-io
  2023-08-23 10:25 ` tranzystorek-io
@ 2023-09-16  9:57 ` tranzystorek-io
  2023-10-09 21:14 ` [PR PATCH] [Updated] New package: rofimoji-6.2.0 tranzystorek-io
  2023-10-26 13:35 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-09-16  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages rofimoji
https://github.com/void-linux/void-packages/pull/45723

New package: rofimoji-6.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, (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/45723.patch is attached

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

From 51f8ce11846b9dba76582946f46fdb0da91c7243 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 22 Aug 2023 23:59:27 +0200
Subject: [PATCH] New package: rofimoji-6.2.0

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

diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template
new file mode 100644
index 0000000000000..e31528bfdc580
--- /dev/null
+++ b/srcpkgs/rofimoji/template
@@ -0,0 +1,19 @@
+# Template file for 'rofimoji'
+pkgname=rofimoji
+version=6.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-ConfigArgParse"
+short_desc="Simple character picker using rofi"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/fdw/rofimoji"
+changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
+distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
+checksum=21da8e6879ac16d774f3ce6dfcd1783cec891ad172617eead2c10597f477d9a9
+
+post_install() {
+	vlicense LICENSE
+	vman src/picker/docs/rofimoji.1
+}

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

* Re: [PR PATCH] [Updated] New package: rofimoji-6.2.0
  2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2023-09-16  9:57 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2023-10-09 21:14 ` tranzystorek-io
  2023-10-26 13:35 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: tranzystorek-io @ 2023-10-09 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages rofimoji
https://github.com/void-linux/void-packages/pull/45723

New package: rofimoji-6.2.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, (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/45723.patch is attached

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

From fae660aa43f430a39aa930f6d8f601aa44ef9229 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 22 Aug 2023 23:59:27 +0200
Subject: [PATCH] New package: rofimoji-6.2.0

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

diff --git a/srcpkgs/rofimoji/template b/srcpkgs/rofimoji/template
new file mode 100644
index 0000000000000..e31528bfdc580
--- /dev/null
+++ b/srcpkgs/rofimoji/template
@@ -0,0 +1,19 @@
+# Template file for 'rofimoji'
+pkgname=rofimoji
+version=6.2.0
+revision=1
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python3-ConfigArgParse"
+short_desc="Simple character picker using rofi"
+maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
+license="MIT"
+homepage="https://github.com/fdw/rofimoji"
+changelog="https://raw.githubusercontent.com/fdw/rofimoji/main/CHANGELOG.md"
+distfiles="https://github.com/fdw/rofimoji/archive/refs/tags/${version}.tar.gz"
+checksum=21da8e6879ac16d774f3ce6dfcd1783cec891ad172617eead2c10597f477d9a9
+
+post_install() {
+	vlicense LICENSE
+	vman src/picker/docs/rofimoji.1
+}

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

* Re: [PR PATCH] [Merged]: New package: rofimoji-6.2.0
  2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
                   ` (3 preceding siblings ...)
  2023-10-09 21:14 ` [PR PATCH] [Updated] New package: rofimoji-6.2.0 tranzystorek-io
@ 2023-10-26 13:35 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-10-26 13:35 UTC (permalink / raw)
  To: ml

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

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

New package: rofimoji-6.2.0
https://github.com/void-linux/void-packages/pull/45723

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**

<!-- 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] 6+ messages in thread

end of thread, other threads:[~2023-10-26 13:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 22:04 [PR PATCH] New package: rofimoji-6.1.0 tranzystorek-io
2023-08-22 22:40 ` [PR PATCH] [Updated] " tranzystorek-io
2023-08-23 10:25 ` tranzystorek-io
2023-09-16  9:57 ` [PR PATCH] [Updated] " tranzystorek-io
2023-10-09 21:14 ` [PR PATCH] [Updated] New package: rofimoji-6.2.0 tranzystorek-io
2023-10-26 13:35 ` [PR PATCH] [Merged]: " classabbyamp

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