Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: x11-emoji-picker-0.15.0
@ 2024-05-10 11:47 MIvanchev
  2024-05-10 11:56 ` [PR PATCH] [Updated] " MIvanchev
  2024-05-10 12:01 ` MIvanchev
  0 siblings, 2 replies; 3+ messages in thread
From: MIvanchev @ 2024-05-10 11:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages x11-emoji-picker
https://github.com/void-linux/void-packages/pull/50268

New package: x11-emoji-picker-0.15.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86-64-GLIBC)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-x11-emoji-picker-50268.patch --]
[-- Type: text/x-diff, Size: 1097 bytes --]

From a017f06ba8d7ed8abe53efb3c133b329d70fd805 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 10 May 2024 13:45:53 +0200
Subject: [PATCH] New package: x11-emoji-picker-0.15.0

---
 srcpkgs/x11-emoji-picker/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/x11-emoji-picker/template

diff --git a/srcpkgs/x11-emoji-picker/template b/srcpkgs/x11-emoji-picker/template
new file mode 100644
index 00000000000000..83433d4f5554fa
--- /dev/null
+++ b/srcpkgs/x11-emoji-picker/template
@@ -0,0 +1,16 @@
+# Template file for 'x11-emoji-picker'
+pkgname=x11-emoji-picker
+version=0.15.0
+revision=1
+build_style=cmake
+makedepends="qt5-devel xdotool-devel"
+short_desc="Linux XServer emoji picker"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/GaZaTu/x11-emoji-picker"
+distfiles="https://github.com/GaZaTu/x11-emoji-picker/archive/refs/tags/v${version}.tar.gz"
+checksum=8888f21941ed7404b394e43a4771c8880acb4d5f210dc01fab2a4a4d000b6d4b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x11-emoji-picker-0.15.0
  2024-05-10 11:47 [PR PATCH] New package: x11-emoji-picker-0.15.0 MIvanchev
@ 2024-05-10 11:56 ` MIvanchev
  2024-05-10 12:01 ` MIvanchev
  1 sibling, 0 replies; 3+ messages in thread
From: MIvanchev @ 2024-05-10 11:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages x11-emoji-picker
https://github.com/void-linux/void-packages/pull/50268

New package: x11-emoji-picker-0.15.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86-64-GLIBC)


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

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

From 062359365e0872a59d5087e123a433c87d4c181f Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 10 May 2024 13:45:53 +0200
Subject: [PATCH] New package: x11-emoji-picker-0.15.0

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

diff --git a/srcpkgs/x11-emoji-picker/template b/srcpkgs/x11-emoji-picker/template
new file mode 100644
index 00000000000000..3928e2efb517ca
--- /dev/null
+++ b/srcpkgs/x11-emoji-picker/template
@@ -0,0 +1,17 @@
+# Template file for 'x11-emoji-picker'
+pkgname=x11-emoji-picker
+version=0.15.0
+revision=1
+build_style=cmake
+makedepends="qt5-devel xdotool-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Linux XServer emoji picker"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/GaZaTu/x11-emoji-picker"
+distfiles="https://github.com/GaZaTu/x11-emoji-picker/archive/refs/tags/v${version}.tar.gz"
+checksum=8888f21941ed7404b394e43a4771c8880acb4d5f210dc01fab2a4a4d000b6d4b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: x11-emoji-picker-0.15.0
  2024-05-10 11:47 [PR PATCH] New package: x11-emoji-picker-0.15.0 MIvanchev
  2024-05-10 11:56 ` [PR PATCH] [Updated] " MIvanchev
@ 2024-05-10 12:01 ` MIvanchev
  1 sibling, 0 replies; 3+ messages in thread
From: MIvanchev @ 2024-05-10 12:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages x11-emoji-picker
https://github.com/void-linux/void-packages/pull/50268

New package: x11-emoji-picker-0.15.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (X86-64-GLIBC)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-x11-emoji-picker-50268.patch --]
[-- Type: text/x-diff, Size: 1192 bytes --]

From d8365e19d7a07483dac4af5b33ba54c478221094 Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 10 May 2024 13:45:53 +0200
Subject: [PATCH] New package: x11-emoji-picker-0.15.0

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

diff --git a/srcpkgs/x11-emoji-picker/template b/srcpkgs/x11-emoji-picker/template
new file mode 100644
index 00000000000000..9567068395e97b
--- /dev/null
+++ b/srcpkgs/x11-emoji-picker/template
@@ -0,0 +1,18 @@
+# Template file for 'x11-emoji-picker'
+pkgname=x11-emoji-picker
+version=0.15.0
+revision=1
+build_style=cmake
+hostmakedepends="qt5-qmake qt5-host-tools"
+makedepends="qt5-devel xdotool-devel"
+depends="desktop-file-utils hicolor-icon-theme"
+short_desc="Linux XServer emoji picker"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/GaZaTu/x11-emoji-picker"
+distfiles="https://github.com/GaZaTu/x11-emoji-picker/archive/refs/tags/v${version}.tar.gz"
+checksum=8888f21941ed7404b394e43a4771c8880acb4d5f210dc01fab2a4a4d000b6d4b
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-05-10 12:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-10 11:47 [PR PATCH] New package: x11-emoji-picker-0.15.0 MIvanchev
2024-05-10 11:56 ` [PR PATCH] [Updated] " MIvanchev
2024-05-10 12:01 ` MIvanchev

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