Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: flashfocus-2.0.3
@ 2019-09-12 22:21 voidlinux-github
  2019-09-12 22:31 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: voidlinux-github @ 2019-09-12 22:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/travankor/void-packages flashfocus
https://github.com/void-linux/void-packages/pull/14426

New package: flashfocus-2.0.3
None

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

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

From a1c5cd9694902ce59fefdb0196c1bc8b91ef1909 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 11 Sep 2019 05:58:50 -0700
Subject: [PATCH 1/3] New package: i3ipc-python-2.1.1

---
 srcpkgs/i3ipc-python/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/i3ipc-python/template

diff --git a/srcpkgs/i3ipc-python/template b/srcpkgs/i3ipc-python/template
new file mode 100644
index 00000000000..9247149b117
--- /dev/null
+++ b/srcpkgs/i3ipc-python/template
@@ -0,0 +1,19 @@
+# Template file for 'i3ipc-python'
+pkgname=i3ipc-python
+version=2.1.1
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="i3ipc"
+hostmakedepends="python3 python3-setuptools"
+depends="python3-xlib"
+short_desc="Python library to control i3wm and sway"
+maintainer="travankor <travankor@tuta.io>"
+license="BSD-3-Clause"
+homepage="https://github.com/altdesktop/i3ipc-python"
+distfiles="https://github.com/altdesktop/i3ipc-python/archive/v${version}.tar.gz"
+checksum=0dcd46519603ce3e52c4ae69e50efe1e7a31c03af15e0b9b639055de40daff15
+
+post-install() {
+	vlicense LICENSE
+}

From 5efef1915474cf316359837a8f4f0e7e08ac5bd5 Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Wed, 11 Sep 2019 06:09:37 -0700
Subject: [PATCH 2/3] New package: python3-marshmallow-2.20.3

---
 srcpkgs/python3-marshmallow/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/python3-marshmallow/template

diff --git a/srcpkgs/python3-marshmallow/template b/srcpkgs/python3-marshmallow/template
new file mode 100644
index 00000000000..9bb2809b813
--- /dev/null
+++ b/srcpkgs/python3-marshmallow/template
@@ -0,0 +1,19 @@
+# Template file for 'python3-marshmallow'
+pkgname=python3-marshmallow
+version=2.20.3
+revision=1
+wrksrc=marshmallow-${version}
+archs=noarch
+build_style=python3-module
+pycompile_module="marshmallow"
+hostmakedepends="python3 python3-setuptools"
+short_desc="Library for converting complex objects from Python datatypes"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/marshmallow-code/marshmallow"
+distfiles="https://github.com/marshmallow-code/marshmallow/archive/${version}.tar.gz"
+checksum=094f29d5886208e22574bb0ab9cff31c0aa0a8c58b22a19d75949cbed9fb9657
+
+post-install() {
+	vlicense LICENSE
+}

From 459cb207410a230a072d4899fd7cbde169ef479b Mon Sep 17 00:00:00 2001
From: travankor <travankor@tuta.io>
Date: Thu, 12 Sep 2019 03:07:18 -0700
Subject: [PATCH 3/3] New package: flashfocus-2.0.3

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

diff --git a/srcpkgs/flashfocus/template b/srcpkgs/flashfocus/template
new file mode 100644
index 00000000000..3827aecacb2
--- /dev/null
+++ b/srcpkgs/flashfocus/template
@@ -0,0 +1,25 @@
+# Template file for 'flashfocus'
+pkgname=flashfocus
+version=2.0.3
+revision=1
+archs=noarch
+build_style=python3-module
+pycompile_module="flashfocus"
+hostmakedepends="python3-setuptools"
+depends="i3ipc-python python3-click python3-marshmallow
+ python3-yaml"
+short_desc="Simple focus animations for i3wm and sway"
+maintainer="travankor <travankor@tuta.io>"
+license="MIT"
+homepage="https://github.com/fennerm/flashfocus"
+distfiles="https://github.com/fennerm/flashfocus/archive/v${version}.tar.gz"
+checksum=231b260c6e18cc3cc6400d22797e5c8441432dc2c08154fdccc77c78934ba5d1
+
+pre_build() {
+	#use i3ipc instead of xcb
+	sed -i '22d;24,25d' setup.py
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2019-09-15 10:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-12 22:21 [PR PATCH] New package: flashfocus-2.0.3 voidlinux-github
2019-09-12 22:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-12 22:31 ` voidlinux-github
2019-09-14  9:27 ` voidlinux-github
2019-09-14  9:27 ` voidlinux-github
2019-09-14  9:59 ` voidlinux-github
2019-09-14 12:14 ` voidlinux-github
2019-09-15  6:03 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-15  6:03 ` voidlinux-github
2019-09-15  9:33 ` voidlinux-github
2019-09-15  9:33 ` voidlinux-github
2019-09-15 10:02 ` voidlinux-github
2019-09-15 10:03 ` voidlinux-github
2019-09-15 10:05 ` voidlinux-github
2019-09-15 10:53 ` voidlinux-github
2019-09-15 10:53 ` [PR PATCH] [Closed]: " voidlinux-github

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