Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: wcm-0.4.0.
@ 2020-07-11  3:43 ericonr
  2020-07-11  3:55 ` [PR PATCH] [Updated] " ericonr
  2020-07-11 17:45 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: ericonr @ 2020-07-11  3:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages wcm
https://github.com/void-linux/void-packages/pull/23516

New package: wcm-0.4.0.


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

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

From 5b244168fe7f4ff9f39e1efebf3ee8b4362473f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 11 Jul 2020 00:42:42 -0300
Subject: [PATCH] New package: wcm-0.4.0.

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

diff --git a/srcpkgs/wcm/template b/srcpkgs/wcm/template
new file mode 100644
index 00000000000..e32641c11e2
--- /dev/null
+++ b/srcpkgs/wcm/template
@@ -0,0 +1,14 @@
+# Template file for 'wcm'
+pkgname=wcm
+version=0.4.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayfire wf-config-devel libevdev-devel libxml2-devel gtk+3-devel
+ wayland-protocols glm"
+short_desc="Wayfire Config Manager"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="MIT"
+homepage="https://wayfire.org/"
+distfiles="https://github.com/WayfireWM/wcm/archive/v${version}.tar.gz"
+checksum=8b03dbc9fad184c8e3277e8f5da68707148b3df9df6e042d848b80ee1c53b701

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

* Re: [PR PATCH] [Updated] New package: wcm-0.4.0.
  2020-07-11  3:43 [PR PATCH] New package: wcm-0.4.0 ericonr
@ 2020-07-11  3:55 ` ericonr
  2020-07-11 17:45 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-07-11  3:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages wcm
https://github.com/void-linux/void-packages/pull/23516

New package: wcm-0.4.0.
This one's necessary for a proper Wayfire setup.

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

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

From 2f09a030e90b2e7233427b4be18360015c79e994 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sat, 11 Jul 2020 00:42:42 -0300
Subject: [PATCH] New package: wcm-0.4.0.

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

diff --git a/srcpkgs/wcm/template b/srcpkgs/wcm/template
new file mode 100644
index 00000000000..2ac36a3e6ac
--- /dev/null
+++ b/srcpkgs/wcm/template
@@ -0,0 +1,18 @@
+# Template file for 'wcm'
+pkgname=wcm
+version=0.4.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config wayland-devel"
+makedepends="wayfire wf-config-devel libevdev-devel libxml2-devel gtk+3-devel
+ wayland-protocols glm"
+short_desc="Wayfire Config Manager"
+maintainer="Érico Nogueira <ericonr@disroot.org>"
+license="MIT"
+homepage="https://wayfire.org/"
+distfiles="https://github.com/WayfireWM/wcm/archive/v${version}.tar.gz"
+checksum=8b03dbc9fad184c8e3277e8f5da68707148b3df9df6e042d848b80ee1c53b701
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: wcm-0.4.0.
  2020-07-11  3:43 [PR PATCH] New package: wcm-0.4.0 ericonr
  2020-07-11  3:55 ` [PR PATCH] [Updated] " ericonr
@ 2020-07-11 17:45 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2020-07-11 17:45 UTC (permalink / raw)
  To: ml

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

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

New package: wcm-0.4.0.
https://github.com/void-linux/void-packages/pull/23516

Description:
This one's necessary for a proper Wayfire setup.

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

end of thread, other threads:[~2020-07-11 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-11  3:43 [PR PATCH] New package: wcm-0.4.0 ericonr
2020-07-11  3:55 ` [PR PATCH] [Updated] " ericonr
2020-07-11 17:45 ` [PR PATCH] [Merged]: " ahesford

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