Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: applet-window-appmenu-0.6.0
@ 2020-08-07 21:14 ale-saglia
  2020-08-07 21:40 ` [PR PATCH] [Updated] " ale-saglia
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-07 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1303 bytes --]

From 42be71c5d9eb4a476106130b39498ccc883e3147 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Fri, 7 Aug 2020 23:09:48 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..2ed75461b85
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release  .. -Wnodev"
+hostmakedepends="extra-cmake-modules"
+makedepends="plasma-framework-devel libSM-devel kdecoration-devel"
+depends="qt5 qt5-declarative plasma-workspace libxcb"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
@ 2020-08-07 21:40 ` ale-saglia
  2020-08-07 21:45 ` ale-saglia
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-07 21:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1325 bytes --]

From 4d9cfe325f1c7878067c2482a7cd176c22953952 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Fri, 7 Aug 2020 23:39:40 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..e2c0d82c27f
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,16 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+archs="i686 x86_64"
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release  .. -Wnodev"
+hostmakedepends="extra-cmake-modules"
+makedepends="plasma-framework-devel libSM-devel kdecoration-devel"
+depends="qt5 qt5-declarative plasma-workspace libxcb"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
  2020-08-07 21:40 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-07 21:45 ` ale-saglia
  2020-08-07 23:00 ` ale-saglia
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-07 21:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1303 bytes --]

From b0661e5e49249c40b90d4a61bf392eda25c055f7 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Fri, 7 Aug 2020 23:45:13 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..2ed75461b85
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release  .. -Wnodev"
+hostmakedepends="extra-cmake-modules"
+makedepends="plasma-framework-devel libSM-devel kdecoration-devel"
+depends="qt5 qt5-declarative plasma-workspace libxcb"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
  2020-08-07 21:40 ` [PR PATCH] [Updated] " ale-saglia
  2020-08-07 21:45 ` ale-saglia
@ 2020-08-07 23:00 ` ale-saglia
  2020-08-08 10:07 ` [PR REVIEW] " fosslinux
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-07 23:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1347 bytes --]

From ed8fe9e6d6dfa26b29849b3bf8a637b9d786bafe Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 01:00:37 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..c189660d8c4
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release  .. -Wnodev"
+make_build_args="-j$(nproc)"
+hostmakedepends="extra-cmake-modules gcc"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (2 preceding siblings ...)
  2020-08-07 23:00 ` ale-saglia
@ 2020-08-08 10:07 ` fosslinux
  2020-08-08 10:07 ` fosslinux
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:07 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r467437272

Comment:
`-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release  .. ` is all automatically specified by the cmake buildstyle.

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (3 preceding siblings ...)
  2020-08-08 10:07 ` [PR REVIEW] " fosslinux
@ 2020-08-08 10:07 ` fosslinux
  2020-08-08 10:07 ` fosslinux
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:07 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r467437452

Comment:
Unneeded and incorrect, xbps automatically sets this based on `XBPS_MAKEJOBS`.

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (4 preceding siblings ...)
  2020-08-08 10:07 ` fosslinux
@ 2020-08-08 10:07 ` fosslinux
  2020-08-08 10:07 ` fosslinux
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:07 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r467437553

Comment:
`gcc` is unneded.

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (5 preceding siblings ...)
  2020-08-08 10:07 ` fosslinux
@ 2020-08-08 10:07 ` fosslinux
  2020-08-08 10:09 ` fosslinux
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:07 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r467437632

Comment:
Split on 80 characters.

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (6 preceding siblings ...)
  2020-08-08 10:07 ` fosslinux
@ 2020-08-08 10:09 ` fosslinux
  2020-08-08 10:10 ` fosslinux
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:09 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r467439020

Comment:
Adding `qt5-host-tools` and `qt5-qmake` to `hostmakedepends` should get past the cross build issue you are experiencing. These two packages are the packages that seem to be missing.

This works on native because it is pulled in in makedepends too.

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

* Re: New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (7 preceding siblings ...)
  2020-08-08 10:09 ` fosslinux
@ 2020-08-08 10:10 ` fosslinux
  2020-08-08 10:46 ` [PR PATCH] [Updated] " ale-saglia
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-08-08 10:10 UTC (permalink / raw)
  To: ml

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

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#issuecomment-670854500

Comment:
All these comments apply to your other PR too.

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (8 preceding siblings ...)
  2020-08-08 10:10 ` fosslinux
@ 2020-08-08 10:46 ` ale-saglia
  2020-08-08 10:50 ` ale-saglia
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 10:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1250 bytes --]

From 3b7e92b40585c6b5a05b85828243fe3941804925 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 12:46:01 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

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

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..95725fc1e1a
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,13 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-host-tools qt5-make"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (9 preceding siblings ...)
  2020-08-08 10:46 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-08 10:50 ` ale-saglia
  2020-08-08 11:01 ` ale-saglia
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 10:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1251 bytes --]

From 9bc922d93dba799182ec317fc5eccc1e59b95857 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 12:50:15 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

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

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..e29e7472892
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,13 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (10 preceding siblings ...)
  2020-08-08 10:50 ` ale-saglia
@ 2020-08-08 11:01 ` ale-saglia
  2020-08-08 11:17 ` ale-saglia
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 11:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1273 bytes --]

From 6bfeac585f5a7244f62bcc3676588180ea9544d5 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 13:01:15 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..767256ab3ba
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake
+kdeplasma-addons5"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel
+qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (11 preceding siblings ...)
  2020-08-08 11:01 ` ale-saglia
@ 2020-08-08 11:17 ` ale-saglia
  2020-08-08 13:47 ` [PR PATCH] [Updated] " ale-saglia
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 11:17 UTC (permalink / raw)
  To: ml

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

New comment by ale-saglia on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#issuecomment-670906094

Comment:
Thanks, i solve all the compilation problem by adding `qt5-host-tools` and `qt5-qmake`.
I also need to add `kdeplasma-addons5` since without it  I still get a missing  dep error.

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (12 preceding siblings ...)
  2020-08-08 11:17 ` ale-saglia
@ 2020-08-08 13:47 ` ale-saglia
  2020-08-08 13:48 ` ale-saglia
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 13:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1290 bytes --]

From ff48b68254f5eecea790229c905fa908d2c817c1 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 15:46:52 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..d0cf71ecadc
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake
+kdeplasma-addons5 plasma-framework"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel
+qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR PATCH] [Updated] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (13 preceding siblings ...)
  2020-08-08 13:47 ` [PR PATCH] [Updated] " ale-saglia
@ 2020-08-08 13:48 ` ale-saglia
  2021-08-12  2:01 ` [PR REVIEW] " ericonr
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ale-saglia @ 2020-08-08 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ale-saglia/void-packages applet-window-appmenu-branch
https://github.com/void-linux/void-packages/pull/24131

New package: applet-window-appmenu-0.6.0
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-applet-window-appmenu-branch-24131.patch --]
[-- Type: text/x-diff, Size: 1273 bytes --]

From d86cbb7d5f4175a587a6c077afa47a78875e8109 Mon Sep 17 00:00:00 2001
From: Alessandro Saglia <ale.saglia@gmail.com>
Date: Sat, 8 Aug 2020 15:48:12 +0200
Subject: [PATCH] New package: applet-window-appmenu-0.6.0

---
 srcpkgs/applet-window-appmenu/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/applet-window-appmenu/template

diff --git a/srcpkgs/applet-window-appmenu/template b/srcpkgs/applet-window-appmenu/template
new file mode 100644
index 00000000000..767256ab3ba
--- /dev/null
+++ b/srcpkgs/applet-window-appmenu/template
@@ -0,0 +1,15 @@
+# Template file for 'applet-window-appmenu'
+pkgname=applet-window-appmenu
+version=0.6.0
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake
+kdeplasma-addons5"
+makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel
+qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
+short_desc="Plasma 5 applet in order to show the window appmenu"
+maintainer="Alessandro Saglia <ale.saglia@gmail.com>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/psifidotos/applet-window-appmenu"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=cc08e2a3d6c8a624064c5332f832e4fafdea541173ee8fcbd80ff410d8caac8e

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (14 preceding siblings ...)
  2020-08-08 13:48 ` ale-saglia
@ 2021-08-12  2:01 ` ericonr
  2021-08-12  2:01 ` ericonr
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-08-12  2:01 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r687312790

Comment:
0.7.1 is out

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

* Re: [PR REVIEW] New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (15 preceding siblings ...)
  2021-08-12  2:01 ` [PR REVIEW] " ericonr
@ 2021-08-12  2:01 ` ericonr
  2022-04-18  2:12 ` github-actions
  2022-05-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2021-08-12  2:01 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#discussion_r687312846

Comment:
```suggestion
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake
 kdeplasma-addons5"
makedepends="plasma-framework-devel libSM-devel libxcb-devel qt5-devel
 qt5-declarative-devel qt5-x11extras-devel kdecoration-devel"
```

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

* Re: New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (16 preceding siblings ...)
  2021-08-12  2:01 ` ericonr
@ 2022-04-18  2:12 ` github-actions
  2022-05-02  2:15 ` [PR PATCH] [Closed]: " github-actions
  18 siblings, 0 replies; 20+ messages in thread
From: github-actions @ 2022-04-18  2:12 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/24131#issuecomment-1101026349

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: applet-window-appmenu-0.6.0
  2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
                   ` (17 preceding siblings ...)
  2022-04-18  2:12 ` github-actions
@ 2022-05-02  2:15 ` github-actions
  18 siblings, 0 replies; 20+ messages in thread
From: github-actions @ 2022-05-02  2:15 UTC (permalink / raw)
  To: ml

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

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

New package: applet-window-appmenu-0.6.0
https://github.com/void-linux/void-packages/pull/24131

Description:
Hello, I create a template to build a KDE appmenu applet (https://github.com/psifidotos/applet-window-appmenu).

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

end of thread, other threads:[~2022-05-02  2:15 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-07 21:14 [PR PATCH] New package: applet-window-appmenu-0.6.0 ale-saglia
2020-08-07 21:40 ` [PR PATCH] [Updated] " ale-saglia
2020-08-07 21:45 ` ale-saglia
2020-08-07 23:00 ` ale-saglia
2020-08-08 10:07 ` [PR REVIEW] " fosslinux
2020-08-08 10:07 ` fosslinux
2020-08-08 10:07 ` fosslinux
2020-08-08 10:07 ` fosslinux
2020-08-08 10:09 ` fosslinux
2020-08-08 10:10 ` fosslinux
2020-08-08 10:46 ` [PR PATCH] [Updated] " ale-saglia
2020-08-08 10:50 ` ale-saglia
2020-08-08 11:01 ` ale-saglia
2020-08-08 11:17 ` ale-saglia
2020-08-08 13:47 ` [PR PATCH] [Updated] " ale-saglia
2020-08-08 13:48 ` ale-saglia
2021-08-12  2:01 ` [PR REVIEW] " ericonr
2021-08-12  2:01 ` ericonr
2022-04-18  2:12 ` github-actions
2022-05-02  2:15 ` [PR PATCH] [Closed]: " github-actions

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