From a1c5cd9694902ce59fefdb0196c1bc8b91ef1909 Mon Sep 17 00:00:00 2001 From: travankor 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 " +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 796fca35eec1cba48f86b60773068d7fd673bb7b Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 12 Sep 2019 15:31:51 -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..416f8f7cb8d --- /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 +archs=noarch +wrksrc=marshmallow-${version} +build_style=python3-module +pycompile_module="marshmallow" +hostmakedepends="python3 python3-setuptools" +short_desc="Library for converting complex objects from Python datatypes" +maintainer="travankor " +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 fa2f045c07d5adc0b57d9d5d82f3a47799d009b8 Mon Sep 17 00:00:00 2001 From: travankor Date: Thu, 12 Sep 2019 15:31:56 -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 " +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 +}