Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wcp-0.75b
@ 2023-02-27 14:32 milgra
  2023-02-27 20:36 ` [PR PATCH] [Closed]: " milgra
  0 siblings, 1 reply; 3+ 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] 3+ messages in thread

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

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

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

New package: wcp-0.75b
https://github.com/void-linux/void-packages/pull/42483

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)

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

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

* [PR PATCH] New package: wcp-0.75b
@ 2023-02-28 12:30 milgra
  0 siblings, 0 replies; 3+ 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] 3+ messages in thread

end of thread, other threads:[~2023-02-28 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-27 14:32 [PR PATCH] New package: wcp-0.75b milgra
2023-02-27 20:36 ` [PR PATCH] [Closed]: " milgra
2023-02-28 12:30 [PR PATCH] " 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).