Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wcp-0.75b
@ 2023-02-28 12:30 milgra
  2023-02-28 14:43 ` icp1994
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: milgra @ 2023-02-28 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42501

New package: wcp-0.75b
#### 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, (ARCH-LIBC)

[WCP](www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

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

From 5695c2f8aa0d344c685bb4fab6f1420e6a0b4dcd Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Tue, 28 Feb 2023 13:29:51 +0100
Subject: [PATCH] New package: wcp-0.75b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..5d2549e39d12
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,15 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.75b
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel"
+short_desc="Script-driven control panel for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+changelog="https://github.com/milgra/wcp/release"
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4

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

* Re: New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
@ 2023-02-28 14:43 ` icp1994
  2023-02-28 21:32 ` milgra
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: icp1994 @ 2023-02-28 14:43 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1448306871

Comment:
What was wrong with last PR? It's strongly recommended to update PRs instead of closing and reopening new ones.

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

* Re: New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
  2023-02-28 14:43 ` icp1994
@ 2023-02-28 21:32 ` milgra
  2023-03-05 11:35 ` [PR PATCH] [Updated] " milgra
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-02-28 21:32 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1448947499

Comment:
Sorry, it had two commits and instead of revert and amend I just recreated the branch, I see that it can cause confusion, won't happen again. Right now the build fails because the functional tests need the TerminusTTF font and only the bitmap terminus-font is available from the repositories so I have to figure out something.

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

* Re: [PR PATCH] [Updated] New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
  2023-02-28 14:43 ` icp1994
  2023-02-28 21:32 ` milgra
@ 2023-03-05 11:35 ` milgra
  2023-03-08 11:09 ` milgra
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-05 11:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42501

New package: wcp-0.75b
#### 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, (ARCH-LIBC)

[WCP](https://www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

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

From 37a179d8ad5c93b6101c48bb418876e1410c9924 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Tue, 28 Feb 2023 13:29:51 +0100
Subject: [PATCH] New package: wcp-0.75b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..9d2c45d5ecd1
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,15 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.75b
+revision=1
+archs="x86_64"
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Script-driven control panel for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+changelog="https://github.com/milgra/wcp/release"
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4

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

* Re: [PR PATCH] [Updated] New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (2 preceding siblings ...)
  2023-03-05 11:35 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 11:09 ` milgra
  2023-03-08 11:13 ` milgra
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 11:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42501

New package: wcp-0.75b
#### 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, (ARCH-LIBC)

[WCP](https://www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

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

From a34f1a887a524f3241cda0f0dab2b4b772afa891 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Tue, 28 Feb 2023 13:29:51 +0100
Subject: [PATCH] New package: wcp-0.76b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..2cf1eff00949
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,14 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.76b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Script-driven control panel for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+changelog="https://github.com/milgra/wcp/release"
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=762ba38348775d541984feb0085fa1ffac76c4e17a76ca3350200ef4cc479c0e

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

* Re: New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (3 preceding siblings ...)
  2023-03-08 11:09 ` milgra
@ 2023-03-08 11:13 ` milgra
  2023-03-08 13:09 ` [PR PATCH] [Updated] " milgra
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 11:13 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1460003620

Comment:
Removed hardcoded paths from meson.build, also removed architecture restrictions and bumped version. It should work now.

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

* Re: [PR PATCH] [Updated] New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (4 preceding siblings ...)
  2023-03-08 11:13 ` milgra
@ 2023-03-08 13:09 ` milgra
  2023-03-08 13:10 ` milgra
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 13:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42501

New package: wcp-0.75b
#### 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, (ARCH-LIBC)

[WCP](https://www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

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

From f957ec384171e59fac150beacce12f87624ea3bd Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Tue, 28 Feb 2023 13:29:51 +0100
Subject: [PATCH] New package: wcp-0.77b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..5ee0f899b0e6
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,14 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.77b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Script-driven control panel for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+changelog="https://github.com/milgra/wcp/release"
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=a88bee40169e2dcd0362d9694e6b03818773eb760be4930ab7503c3534dee7da

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

* Re: New package: wcp-0.75b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (5 preceding siblings ...)
  2023-03-08 13:09 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 13:10 ` milgra
  2023-03-08 13:11 ` New package: wcp-0.77b milgra
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 13:10 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1460132837

Comment:
Removed glew and glVertexArrays to avoid type redefinitions on ARM archs. Bumper version.

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

* Re: New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (6 preceding siblings ...)
  2023-03-08 13:10 ` milgra
@ 2023-03-08 13:11 ` milgra
  2023-03-08 16:18 ` [PR PATCH] [Updated] " milgra
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 13:11 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1460132837

Comment:
Removed glew and glVertexArrays to avoid type redefinitions on ARM archs. Bumped version.

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

* Re: [PR PATCH] [Updated] New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (7 preceding siblings ...)
  2023-03-08 13:11 ` New package: wcp-0.77b milgra
@ 2023-03-08 16:18 ` milgra
  2023-03-08 16:18 ` milgra
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 16:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42501

New package: wcp-0.77b
#### 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, (ARCH-LIBC)

[WCP](https://www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

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

From 51c4c255802f3f44eeef64e3aee8713b38dd1f19 Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Tue, 28 Feb 2023 13:29:51 +0100
Subject: [PATCH] New package: wcp-0.77b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..603e3791ea88
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,14 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.77b
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libglvnd-devel libpng-devel libxkbcommon-devel liberation-fonts-ttf"
+short_desc="Script-driven control panel for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+changelog="https://github.com/milgra/wcp/release"
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=a88bee40169e2dcd0362d9694e6b03818773eb760be4930ab7503c3534dee7da

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

* Re: New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (8 preceding siblings ...)
  2023-03-08 16:18 ` [PR PATCH] [Updated] " milgra
@ 2023-03-08 16:18 ` milgra
  2023-03-28 20:05 ` milgra
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-08 16:18 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1460445288

Comment:
Added missing libglvnd-devel dependency.

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

* Re: New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (9 preceding siblings ...)
  2023-03-08 16:18 ` milgra
@ 2023-03-28 20:05 ` milgra
  2023-06-27  2:08 ` github-actions
  2023-07-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-03-28 20:05 UTC (permalink / raw)
  To: ml

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

New comment by milgra on void-packages repository

https://github.com/void-linux/void-packages/pull/42501#issuecomment-1487524769

Comment:
Can you please approve the workflow?

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

* Re: New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (10 preceding siblings ...)
  2023-03-28 20:05 ` milgra
@ 2023-06-27  2:08 ` github-actions
  2023-07-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  12 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-06-27  2:08 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/42501#issuecomment-1608597456

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

* Re: [PR PATCH] [Closed]: New package: wcp-0.77b
  2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
                   ` (11 preceding siblings ...)
  2023-06-27  2:08 ` github-actions
@ 2023-07-12  2:06 ` github-actions
  12 siblings, 0 replies; 15+ messages in thread
From: github-actions @ 2023-07-12  2:06 UTC (permalink / raw)
  To: ml

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

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

New package: wcp-0.77b
https://github.com/void-linux/void-packages/pull/42501

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

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

[WCP](https://www.github.com/milgra/wcp) is a script-driven control panel/system menu for wayland based window managers.

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

* [PR PATCH] New package: wcp-0.75b
@ 2023-02-27 14:32 milgra
  0 siblings, 0 replies; 15+ messages in thread
From: milgra @ 2023-02-27 14:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/milgra/void-packages wcp-branch
https://github.com/void-linux/void-packages/pull/42483

New package: wcp-0.75b
#### 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, (ARCH-LIBC)

[Wayland control panel](www.github.com/milgra/wcp) is an application for popup control menus, system menus or any kind of menu for UNIX-like operating systems.
You can trigger it's appereance with a shortcut or with a button in the status bar.
It can be structured via html, styled via css.
Button, label and slider values are coming from scripts and it can invoke scripts in case of interaction, it's totally configurable.

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

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

From 55565122e339de00fdabddce0cca0e0a2d921a3b Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Mon, 27 Feb 2023 15:18:50 +0100
Subject: [PATCH 1/2] New package: wcp-0.75b

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

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
new file mode 100644
index 000000000000..dd4eb3aa1f80
--- /dev/null
+++ b/srcpkgs/wcp/template
@@ -0,0 +1,22 @@
+# Template file for 'wcp'
+pkgname=wcp
+version=0.75b
+revision=1
+#archs="i686 x86_64"
+#build_wrksrc=
+build_style=meson
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel"
+depends=""
+short_desc="Script-driven control panel/system menu for wayland based window managers"
+maintainer="Milan Toth <milgra@milgra.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/milgra/wcp"
+#changelog=""
+distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
+checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4

From 4ff3011f9ec3e50326d7c5dda1436c846f84911d Mon Sep 17 00:00:00 2001
From: Milan Toth <milgra@milgra.com>
Date: Mon, 27 Feb 2023 15:27:25 +0100
Subject: [PATCH 2/2] Template cleanup

---
 srcpkgs/wcp/template | 12 ++----------
 1 file changed, 2 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/wcp/template b/srcpkgs/wcp/template
index dd4eb3aa1f80..0195ddda5a7b 100644
--- a/srcpkgs/wcp/template
+++ b/srcpkgs/wcp/template
@@ -2,21 +2,13 @@
 pkgname=wcp
 version=0.75b
 revision=1
-#archs="i686 x86_64"
-#build_wrksrc=
 build_style=meson
-#configure_args=""
-#make_build_args=""
-#make_install_args=""
-#conf_files=""
-#make_dirs="/var/log/dir 0755 root root"
 hostmakedepends="pkg-config wayland-devel"
 makedepends="wayland-devel wayland-protocols freetype-devel libpng-devel glew-devel libxkbcommon-devel"
-depends=""
-short_desc="Script-driven control panel/system menu for wayland based window managers"
+short_desc="Script-driven control panel for wayland based window managers"
 maintainer="Milan Toth <milgra@milgra.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/milgra/wcp"
-#changelog=""
+changelog="https://github.com/milgra/wcp/release"
 distfiles="https://github.com/milgra/wcp/archive/${version}.tar.gz"
 checksum=c523af36e705376aedbc6b7943313484b039f985625d6d2740a9ce4faa7a14a4

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

end of thread, other threads:[~2023-07-12  2:06 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 12:30 [PR PATCH] New package: wcp-0.75b milgra
2023-02-28 14:43 ` icp1994
2023-02-28 21:32 ` milgra
2023-03-05 11:35 ` [PR PATCH] [Updated] " milgra
2023-03-08 11:09 ` milgra
2023-03-08 11:13 ` milgra
2023-03-08 13:09 ` [PR PATCH] [Updated] " milgra
2023-03-08 13:10 ` milgra
2023-03-08 13:11 ` New package: wcp-0.77b milgra
2023-03-08 16:18 ` [PR PATCH] [Updated] " milgra
2023-03-08 16:18 ` milgra
2023-03-28 20:05 ` milgra
2023-06-27  2:08 ` github-actions
2023-07-12  2:06 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2023-02-27 14:32 [PR PATCH] New package: wcp-0.75b milgra

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