Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: dfl-ipc 0.1.1
@ 2023-03-28 16:11 zen0bit
  2023-03-28 17:47 ` [PR PATCH] [Updated] " zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2023-03-28 16:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR paper2-dfl-ipc
https://github.com/void-linux/void-packages/pull/43069

New package: dfl-ipc 0.1.1
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
--> It's needed for paperde

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper2-dfl-ipc-43069.patch --]
[-- Type: text/x-diff, Size: 1004 bytes --]

From 43aab7e5f46252c018573bc26ea8aab5891b83d5 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 2 Mar 2023 02:47:11 +0100
Subject: [PATCH] New package: dfl-ipc 0.1.1

---
 srcpkgs/dfl-ipc/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/dfl-ipc/template

diff --git a/srcpkgs/dfl-ipc/template b/srcpkgs/dfl-ipc/template
new file mode 100644
index 000000000000..feae0ae3821b
--- /dev/null
+++ b/srcpkgs/dfl-ipc/template
@@ -0,0 +1,12 @@
+# Template file for 'dfl-ipc'
+pkgname=dfl-ipc
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="qt5-devel qt6-base-devel cmake pkg-config"
+short_desc="Simple set of IPC classes for inter-process communication"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/desktop-frameworks/ipc"
+distfiles="https://gitlab.com/desktop-frameworks/ipc/-/archive/v0.1.1/ipc-v0.1.1.tar.gz"
+checksum=53384014cbb032f214e7575fbb484539d823ba71fc2a2efb48e8194a6af4d660

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

* Re: [PR PATCH] [Updated] New package: dfl-ipc 0.1.1
  2023-03-28 16:11 [PR PATCH] New package: dfl-ipc 0.1.1 zen0bit
@ 2023-03-28 17:47 ` zen0bit
  2023-03-28 18:13 ` zen0bit
  2023-03-28 19:22 ` [PR PATCH] [Closed]: " zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-03-28 17:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR paper2-dfl-ipc
https://github.com/void-linux/void-packages/pull/43069

New package: dfl-ipc 0.1.1
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
--> It's needed for paperde

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper2-dfl-ipc-43069.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From 17887a8bdb0c3c014597045c762776c3b54e34e9 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 2 Mar 2023 02:47:11 +0100
Subject: [PATCH] New package: dfl-ipc-0.1.1

---
 common/shlibs            |  1 +
 srcpkgs/dfl-ipc/template | 12 ++++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 srcpkgs/dfl-ipc/template

diff --git a/common/shlibs b/common/shlibs
index ba99e3a7c99b..37f50c04700b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4239,3 +4239,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdf5ipc.so.0 dfl-ipc-0.1.1_1
diff --git a/srcpkgs/dfl-ipc/template b/srcpkgs/dfl-ipc/template
new file mode 100644
index 000000000000..feae0ae3821b
--- /dev/null
+++ b/srcpkgs/dfl-ipc/template
@@ -0,0 +1,12 @@
+# Template file for 'dfl-ipc'
+pkgname=dfl-ipc
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="qt5-devel qt6-base-devel cmake pkg-config"
+short_desc="Simple set of IPC classes for inter-process communication"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/desktop-frameworks/ipc"
+distfiles="https://gitlab.com/desktop-frameworks/ipc/-/archive/v0.1.1/ipc-v0.1.1.tar.gz"
+checksum=53384014cbb032f214e7575fbb484539d823ba71fc2a2efb48e8194a6af4d660

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

* Re: [PR PATCH] [Updated] New package: dfl-ipc 0.1.1
  2023-03-28 16:11 [PR PATCH] New package: dfl-ipc 0.1.1 zen0bit
  2023-03-28 17:47 ` [PR PATCH] [Updated] " zen0bit
@ 2023-03-28 18:13 ` zen0bit
  2023-03-28 19:22 ` [PR PATCH] [Closed]: " zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-03-28 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR paper2-dfl-ipc
https://github.com/void-linux/void-packages/pull/43069

New package: dfl-ipc 0.1.1
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
--> It's needed for paperde

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paper2-dfl-ipc-43069.patch --]
[-- Type: text/x-diff, Size: 1418 bytes --]

From 2b65bbcaf21b0769805b60c3afef13d5053669a3 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Thu, 2 Mar 2023 02:47:11 +0100
Subject: [PATCH] New package: dfl-ipc-0.1.1

---
 common/shlibs            |  1 +
 srcpkgs/dfl-ipc/template | 12 ++++++++++++
 2 files changed, 13 insertions(+)
 create mode 100644 srcpkgs/dfl-ipc/template

diff --git a/common/shlibs b/common/shlibs
index ba99e3a7c99b..37f50c04700b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4239,3 +4239,4 @@ libdate-tz.so.3 chrono-date-3.0.1_1
 libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
 libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
 libayatana-appindicator3.so.1 libayatana-appindicator-0.5.91_1
+libdf5ipc.so.0 dfl-ipc-0.1.1_1
diff --git a/srcpkgs/dfl-ipc/template b/srcpkgs/dfl-ipc/template
new file mode 100644
index 000000000000..34ad4fc35386
--- /dev/null
+++ b/srcpkgs/dfl-ipc/template
@@ -0,0 +1,12 @@
+# Template file for 'dfl-ipc'
+pkgname=dfl-ipc
+version=0.1.1
+revision=1
+build_style=meson
+hostmakedepends="qt5-devel qt6-base-devel cmake pkg-config"
+short_desc="Simple set of IPC classes for inter-process communication"
+maintainer="zenobit <zen@osowoso.xyz>"
+license="GPL-3.0-only"
+homepage="https://gitlab.com/desktop-frameworks/ipc"
+distfiles="https://gitlab.com/desktop-frameworks/ipc/-/archive/v0.1.1/ipc-v0.1.1.tar.gz"
+checksum=3d3a9fab88cc069e9fd99c27f5d1ef1036b0d823dbfcd8e19fb70159b0f7d423

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

* Re: [PR PATCH] [Closed]: New package: dfl-ipc 0.1.1
  2023-03-28 16:11 [PR PATCH] New package: dfl-ipc 0.1.1 zen0bit
  2023-03-28 17:47 ` [PR PATCH] [Updated] " zen0bit
  2023-03-28 18:13 ` zen0bit
@ 2023-03-28 19:22 ` zen0bit
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-03-28 19:22 UTC (permalink / raw)
  To: ml

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

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

New package: dfl-ipc 0.1.1
https://github.com/void-linux/void-packages/pull/43069

Description:
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
--> It's needed for paperde

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)

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

end of thread, other threads:[~2023-03-28 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 16:11 [PR PATCH] New package: dfl-ipc 0.1.1 zen0bit
2023-03-28 17:47 ` [PR PATCH] [Updated] " zen0bit
2023-03-28 18:13 ` zen0bit
2023-03-28 19:22 ` [PR PATCH] [Closed]: " zen0bit

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